Searched refs:SERVICE_CLASS (Results 1 – 7 of 7) sorted by relevance
29 public static final String SERVICE_CLASS = "testcore.InstrumentedAutoFillServiceCompatMode"; field in InstrumentedAutoFillServiceCompatMode31 public static final String SERVICE_NAME = SERVICE_PACKAGE + "/." + SERVICE_CLASS;35 sServiceLabel = SERVICE_CLASS; in InstrumentedAutoFillServiceCompatMode()
28 static final String SERVICE_CLASS = "InstrumentedAutoFillServiceInlineEnabled"; field in InstrumentedAutoFillServiceInlineEnabled30 public static final String SERVICE_NAME = SERVICE_PACKAGE + "/.testcore." + SERVICE_CLASS;34 sServiceLabel = SERVICE_CLASS; in InstrumentedAutoFillServiceInlineEnabled()
48 public static final String SERVICE_CLASS = field in InstrumentedFieldClassificationService51 public static final String SERVICE_NAME = SERVICE_PACKAGE + "/.testcore." + SERVICE_CLASS;
82 public static final String SERVICE_CLASS = "InstrumentedAutoFillService"; field in InstrumentedAutoFillService84 public static final String SERVICE_NAME = SERVICE_PACKAGE + "/.testcore." + SERVICE_CLASS;86 public static String sServiceLabel = SERVICE_CLASS;118 sServiceLabel = SERVICE_CLASS; in InstrumentedAutoFillService()377 sServiceLabel = SERVICE_CLASS; in resetStaticState()
67 public static final String SERVICE_CLASS = CtsAugmentedAutofillService.class.getSimpleName(); field in CtsAugmentedAutofillService69 public static final String SERVICE_NAME = SERVICE_PACKAGE + "/.testcore." + SERVICE_CLASS;
57 public static final String SERVICE_CLASS = CtsTranslationService.class.getSimpleName(); field in CtsTranslationService58 public static final String SERVICE_NAME = SERVICE_PACKAGE + "/." + SERVICE_CLASS;
50 import static android.autofillservice.cts.testcore.InstrumentedAutoFillService.SERVICE_CLASS;2773 assertThat(componentName.getClassName()).endsWith(SERVICE_CLASS); in testGetAutofillServiceComponentName()