HomeSort by relevance Sort by last modified time
    Searched defs:startForeground (Results 26 - 50 of 95) sorted by null

12 3 4

  /system/extras/boottime_tools/bootanalyze/stressfs/src/com/android/car/test/stressfs/
WritingService.java 123 startForeground(NOTIFICATION_ID, notification);
  /cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
ReflectorVpnService.java 69 startForeground(NOTIFICATION_ID, new Notification.Builder(this, NOTIFICATION_CHANNEL_ID)
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MediaNotificationManager.java 119 mService.startForeground(NOTIFICATION_ID, notification);
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
MediaNotificationManager.java 122 mService.startForeground(NOTIFICATION_ID, notification);
  /packages/apps/Camera2/src/com/android/camera/processing/
ProcessingService.java 140 startForeground(CAMERA_NOTIFICATION_ID, mNotificationBuilder.build());
  /packages/apps/Contacts/src/com/android/contacts/
SimImportService.java 281 startForeground(NOTIFICATION_ID, getImportingNotification());
  /packages/apps/Contacts/src/com/android/contacts/vcard/
ImportProcessor.java 95 mService.startForeground(mJobId, notification);
ExportProcessor.java 272 mService.startForeground(mJobId, notification);
VCardService.java 172 startForeground(mCurrentJobId, notification);
204 startForeground(mCurrentJobId, notification);
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmNotifications.java 438 service.startForeground(ALARM_FIRING_NOTIFICATION_ID, notification.build());
  /packages/apps/Music/src/com/android/music/utils/
MediaNotificationManager.java 120 mService.startForeground(NOTIFICATION_ID, notification);
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
IngestService.java 199 startForeground(R.id.ingest_notification_importing,
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
WearPackageInstallerService.java 185 startForeground(notifPair.first, notifPair.second);
471 /** Finishes the service after fulfilling obligation to call startForeground. */
475 startForeground(notifPair.first, notifPair.second);
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 544 startForeground(NOTIFICATION_ID, mNotificationBuilder.build());
  /packages/apps/DeskClock/src/com/android/deskclock/data/
TimerModel.java 805 mService.startForeground(notificationId, notification);
  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
FileOperationService.java 348 foregroundManager.startForeground(NOTIFICATION_ID_PROGRESS, notification);
407 foregroundManager.startForeground(NOTIFICATION_ID_PROGRESS, notification);
503 public void startForeground(int id, Notification notification) {
504 service.startForeground(id, notification);
516 void startForeground(int id, Notification notification);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingService.java 247 startForeground(mNotificationId, mBuilder.build());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsService.java 318 startForeground(SERVICE_NOTIFICATION_ID, notification);
    [all...]
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportProgressService.java 547 startForeground(mForegroundId, notification);
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 

Completed in 539 milliseconds

12 3 4