HomeSort by relevance Sort by last modified time
    Searched refs:sServiceLabel (Results 1 - 3 of 3) sorted by null

  /cts/tests/autofillservice/src/android/autofillservice/cts/
SettingsIntentTest.java 66 mUiBot.assertShownByText(InstrumentedAutoFillService.sServiceLabel);
67 mUiBot.assertShownByText(InstrumentedAutoFillServiceCompatMode.sServiceLabel);
85 .assertShownByText(InstrumentedAutoFillService.sServiceLabel);
97 .contains(InstrumentedAutoFillService.sServiceLabel);
100 mUiBot.assertNotShowingForSure(InstrumentedAutoFillService.sServiceLabel);
101 mUiBot.assertNotShowingForSure(InstrumentedAutoFillServiceCompatMode.sServiceLabel);
InstrumentedAutoFillServiceCompatMode.java 34 sServiceLabel = SERVICE_CLASS;
InstrumentedAutoFillService.java 94 protected static String sServiceLabel = SERVICE_CLASS;
110 sServiceLabel = SERVICE_CLASS;
181 return sServiceLabel;
350 sServiceLabel = SERVICE_CLASS;

Completed in 1227 milliseconds