Home | History | Annotate | Download | only in settings

Lines Matching defs:label

61         for (String label : managedServiceLabels) {
63 onView(withText(label)).check(doesNotExist());
65 onView(withText(label)).check(matches(isDisplayed()));
76 final String label = "This feature is not available on this device";
78 onView(withText(label)).check(matches(isDisplayed()));
80 onView(withText(label)).check(doesNotExist());
90 final String label = "This feature is not available on this device";
92 onView(withText(label)).check(matches(isDisplayed()));
94 onView(withText(label)).check(doesNotExist());
104 final String label = "This feature is not available on this device";
106 onView(withText(label)).check(matches(isDisplayed()));
108 onView(withText(label)).check(doesNotExist());
118 final String label = "This feature is not available on this device";
120 onView(withText(label)).check(matches(isDisplayed()));
122 onView(withText(label)).check(doesNotExist());