Searched refs:SERVICE_PACKAGE (Results 1 – 5 of 5) sorted by relevance
26 static final String SERVICE_PACKAGE = "android.autofillservice.cts"; field in InstrumentedAutoFillServiceCompatMode30 static final String SERVICE_NAME = SERVICE_PACKAGE + "/." + SERVICE_CLASS;
25 import static android.autofillservice.cts.InstrumentedAutoFillServiceCompatMode.SERVICE_PACKAGE;61 SERVICE_PACKAGE + "[my_url_bar]");104 SERVICE_PACKAGE + "[first_am_i,my_url_bar]"); in testMultipleUrlBars_firstDoesNotExist()129 SERVICE_PACKAGE + "[my_url_bar,my_url_bar2]"); in testMultipleUrlBars_bothExist()
75 static final String SERVICE_PACKAGE = Helper.MY_PACKAGE; field in InstrumentedAutoFillService78 static final String SERVICE_NAME = SERVICE_PACKAGE + "/." + SERVICE_CLASS;
43 import static android.autofillservice.cts.InstrumentedAutoFillService.SERVICE_PACKAGE;2512 assertThat(componentName.getPackageName()).isEqualTo(SERVICE_PACKAGE); in testGetAutofillServiceComponentName()
62 public static final String SERVICE_PACKAGE = Helper.MY_PACKAGE; field in CtsAugmentedAutofillService65 public static final String SERVICE_NAME = SERVICE_PACKAGE + "/.augmented." + SERVICE_CLASS;