HomeSort by relevance Sort by last modified time
    Searched refs:startForeground (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ServiceUtils.java 52 Method startForeground = null;
54 startForeground = service.getClass().getMethod("startForeground", startForegroundSignature);
57 startForeground.invoke(service, new Object[] { notificationId, notification });
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
TestForegroundManager.java 30 public void startForeground(int id, Notification notification) {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowServiceTest.java 65 public void startForeground() {
67 service.startForeground(23, n);
83 service.startForeground(21, notBuilder.build());
95 service.startForeground(21, n);
107 service.startForeground(21, n);
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
SomeService.java 46 startForeground(1, builder.build());
  /cts/hostsidetests/dumpsys/apps/ProcStatsHelperApp/src/com/android/server/cts/procstatshelper/
ProcStatsHelperServiceBase.java 51 startForeground(1, notification);
  /external/perfetto/test/cts/producer/src/android/perfetto/producer/
ProducerIsolatedService.java 34 startForeground(NOTIFICATION_ID, builder.build());
ProducerService.java 33 startForeground(NOTIFICATION_ID, builder.build());
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SchedulerService.java 41 startForeground(1, status);
  /packages/apps/TV/src/com/android/tv/dvr/recorder/
DvrRecordingService.java 84 sInstance.startForeground(startForRecording);
108 startForeground(true);
144 startForeground(intent.getBooleanExtra(EXTRA_START_FOR_RECORDING, false));
171 private void startForeground(boolean hasUpcomingRecording) {
196 startForeground(ONGOING_NOTIFICATION_ID, notification);
  /frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
TestService.java 60 startForeground();
82 private void startForeground() {
88 startForeground(NOTIFICATION_ID,
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyForegroundService.java 58 startForeground(42, new Notification.Builder(this, NOTIFICATION_CHANNEL_ID)
  /cts/tests/tests/batterysaving/apps/app_target_api_current/src/android/os/cts/batterysaving/app/
TestService.java 56 startForeground(1, notification);
  /development/samples/KeyChainDemo/src/com/example/android/keychain/
SecureWebServerService.java 86 startForeground(ONGOING_NOTIFICATION, notification);
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
AudioTestService.java 71 startForeground(notificationId, notification);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowService.java 58 public final void startForeground(int id, Notification notification) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowService.java 39 public final void startForeground(int id, Notification notification) {
  /packages/apps/Traceur/src/com/google/android/traceur/
AtraceService.java 102 startForeground(TRACE_NOTIFICATION, notification);
133 startForeground(SAVING_TRACE_NOTIFICATION, notification);
  /cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
SimpleService.java 75 startForeground(100, notification);
  /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
FgService.java 56 startForeground(1, notification);
  /external/deqp/android/package/src/com/drawelements/deqp/execserver/
ExecService.java 91 startForeground(1, 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);
  /cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
SimpleForegroundService.java 99 startForeground(1, notification);
  /cts/hostsidetests/media/app/MediaSessionTestHelper/src/android/media/app/media_session_test_helper/
MediaSessionTestHelperService.java 64 startForeground(NOTIFICATION_ID, notification);
  /cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
StatsdCtsForegroundService.java 103 startForeground(1, notification);
  /cts/tests/app/app/src/android/app/stubs/
LocalForegroundService.java 74 startForeground(mNotificationId, notification);
93 Log.d(TAG, "Starting without calling startForeground()");

Completed in 723 milliseconds

1 2 3 4 5