Home
last modified time | relevance | path

Searched refs:sServiceLabel (Results 1 – 3 of 3) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
DSettingsIntentTest.java66 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);
DInstrumentedAutoFillServiceCompatMode.java34 sServiceLabel = SERVICE_CLASS; in InstrumentedAutoFillServiceCompatMode()
DInstrumentedAutoFillService.java94 protected static String sServiceLabel = SERVICE_CLASS; field in InstrumentedAutoFillService
110 sServiceLabel = SERVICE_CLASS; in InstrumentedAutoFillService()
181 return sServiceLabel; in getServiceLabel()
350 sServiceLabel = SERVICE_CLASS; in resetStaticState()