OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SERVICE_INTERFACE
(Results
1 - 5
of
5
) sorted by null
/cts/tests/app/src/android/app/cts/
WallpaperInfoTest.java
44
Intent intent = new Intent(WallpaperService.
SERVICE_INTERFACE
);
/development/apps/Development/src/com/android/development/
SyncAdapterDriver.java
342
private static final String
SERVICE_INTERFACE
= "android.content.SyncAdapter";
347
super(context,
SERVICE_INTERFACE
, SERVICE_META_DATA, ATTRIBUTES_NAME, null);
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
InputMethodInfoTest.java
113
Intent intent = new Intent(InputMethod.
SERVICE_INTERFACE
);
/cts/tests/tests/media/src/android/media/cts/
MediaSession2ServiceTest.java
389
Intent serviceIntent = new Intent(MediaSession2Service.
SERVICE_INTERFACE
);
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
BasePrintTest.java
237
Intent printServiceIntent = new Intent(android.printservice.PrintService.
SERVICE_INTERFACE
);
[
all
...]
Completed in 458 milliseconds