HomeSort by relevance Sort by last modified time
    Searched defs:checkService (Results 1 - 5 of 5) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowServiceManager.java 242 protected static IBinder checkService(String name) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ULocaleCollationTest.java 45 checkService("ja_JP_YOKOHAMA", new ServiceFacade() {
64 * Interface used by checkService defining a protocol to create an
72 * Interface used by checkService defining a protocol to get a
80 * Interface used by checkService defining a protocol to register
198 void checkService(String requestedLocale, ServiceFacade svc) {
199 checkService(requestedLocale, svc, null, null);
215 void checkService(String requestedLocale, ServiceFacade svc,
ULocaleTest.java 87 checkService("en_US_BROOKLYN", new ServiceFacade() {
105 // checkService call would always fail. So we now omit the test.
109 checkService("zh_TW_TAIPEI", new ServiceFacade() {
126 checkService("de_CH_ZURICH", new ServiceFacade() {
156 checkService("fr_FR_NICE", new ServiceFacade() {
375 * Interface used by checkService defining a protocol to create an
383 * Interface used by checkService defining a protocol to get a
391 * Interface used by checkService defining a protocol to register
448 void checkService(String requestedLocale, ServiceFacade svc) {
449 checkService(requestedLocale, svc, null, null)
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
ULocaleCollationTest.java 42 checkService("ja_JP_YOKOHAMA", new ServiceFacade() {
61 * Interface used by checkService defining a protocol to create an
69 * Interface used by checkService defining a protocol to get a
77 * Interface used by checkService defining a protocol to register
195 void checkService(String requestedLocale, ServiceFacade svc) {
196 checkService(requestedLocale, svc, null, null);
212 void checkService(String requestedLocale, ServiceFacade svc,
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ULocaleTest.java 84 checkService("en_US_BROOKLYN", new ServiceFacade() {
102 // checkService call would always fail. So we now omit the test.
106 checkService("zh_TW_TAIPEI", new ServiceFacade() {
123 checkService("de_CH_ZURICH", new ServiceFacade() {
153 checkService("fr_FR_NICE", new ServiceFacade() {
372 * Interface used by checkService defining a protocol to create an
380 * Interface used by checkService defining a protocol to get a
388 * Interface used by checkService defining a protocol to register
445 void checkService(String requestedLocale, ServiceFacade svc) {
446 checkService(requestedLocale, svc, null, null)
    [all...]

Completed in 501 milliseconds