Home
last modified time | relevance | path

Searched refs:SERVICE_CLASS (Results 1 – 4 of 4) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
DInstrumentedAutoFillServiceCompatMode.java28 static final String SERVICE_CLASS = "InstrumentedAutoFillServiceCompatMode"; field in InstrumentedAutoFillServiceCompatMode
30 static final String SERVICE_NAME = SERVICE_PACKAGE + "/." + SERVICE_CLASS;
34 sServiceLabel = SERVICE_CLASS; in InstrumentedAutoFillServiceCompatMode()
DInstrumentedAutoFillService.java76 static final String SERVICE_CLASS = "InstrumentedAutoFillService"; field in InstrumentedAutoFillService
78 static final String SERVICE_NAME = SERVICE_PACKAGE + "/." + SERVICE_CLASS;
94 protected static String sServiceLabel = SERVICE_CLASS;
110 sServiceLabel = SERVICE_CLASS; in InstrumentedAutoFillService()
350 sServiceLabel = SERVICE_CLASS; in resetStaticState()
DLoginActivityTest.java42 import static android.autofillservice.cts.InstrumentedAutoFillService.SERVICE_CLASS;
2513 assertThat(componentName.getClassName()).endsWith(SERVICE_CLASS); in testGetAutofillServiceComponentName()
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DCtsAugmentedAutofillService.java63 public static final String SERVICE_CLASS = CtsAugmentedAutofillService.class.getSimpleName(); field in CtsAugmentedAutofillService
65 public static final String SERVICE_NAME = SERVICE_PACKAGE + "/.augmented." + SERVICE_CLASS;