OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startForeground
(Results
1 - 8
of
8
) sorted by null
/development/samples/KeyChainDemo/src/com/example/android/keychain/
SecureWebServerService.java
86
startForeground
(ONGOING_NOTIFICATION, notification);
/external/chromium_org/tools/android/memconsumer/java/src/org/chromium/memconsumer/
ResidentService.java
49
startForeground
(RESIDENT_NOTIFICATION_ID, notification);
/external/deqp/android/package/src/com/drawelements/deqp/execserver/
ExecService.java
70
startForeground
(1, notification);
/external/chromium_org/components/devtools_bridge/android/javatests/src/org/chromium/components/devtools_bridge/tests/
DebugService.java
63
startForeground
(NOTIFICATION_ID, makeForegroundServiceNotification());
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MediaNotificationManager.java
286
mService.
startForeground
(NOTIFICATION_ID, mNotificationBuilder.build());
/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MediaNotificationManager.java
286
mService.
startForeground
(NOTIFICATION_ID, mNotificationBuilder.build());
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java
538
startForeground
(NOTIFICATION_ID, mNotification);
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MediaNotification.java
287
mService.
startForeground
(NOTIFICATION_ID, mNotificationBuilder.build());
Completed in 459 milliseconds