Searched refs:startForeground (Results 1 – 25 of 29) sorted by relevance
12
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | SchedulerService.java | 41 startForeground(1, status); in onStartCommand()
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | MtpDocumentsService.java | 89 startForeground(notificationId, notification); in updateForegroundState()
|
/frameworks/base/core/java/android/app/ |
D | Service.java | 701 public final void startForeground(int id, Notification notification) { in startForeground() method in Service
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/ |
D | services.jd | 636 android.app.Service#startForeground startForeground()}。此方法取两个参数:唯一标识通知的整型数和状态栏的 647 startForeground(ONGOING_NOTIFICATION_ID, notification); 651 android.app.Service#startForeground startForeground()} 的整型 ID 不得为 0。</p>
|
D | processes-and-threads.jd | 101 {@link android.app.Service}(服务已调用 {@link android.app.Service#startForeground startForeground()})
|
/frameworks/base/docs/html-intl/intl/ru/guide/components/ |
D | services.jd | 636 android.app.Service#startForeground startForeground()}. Этот метод имеет два параметра: целое число, 647 startForeground(ONGOING_NOTIFICATION_ID, notification); 651 android.app.Service#startForeground startForeground()}, не должен быть равен 0.</p>
|
D | processes-and-threads.jd | 101 которая называется {@link android.app.Service#startForeground startForeground()}.
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/ |
D | services.jd | 636 android.app.Service#startForeground startForeground()}。此方法有兩個參數:一個整數用來唯一識別通知,以及 {@link 647 startForeground(ONGOING_NOTIFICATION_ID, notification); 651 android.app.Service#startForeground startForeground()} 的整數 ID 不能為 0。</p>
|
D | processes-and-threads.jd | 100 …droid.app.Service} 正「在前景」執行中 (服務已呼叫 {@link android.app.Service#startForeground startForeground()})。
|
/frameworks/base/docs/html-intl/intl/ja/guide/components/ |
D | services.jd | 636 android.app.Service#startForeground startForeground()} を呼び出します。このメソッドは、通知を一意に識別する整数と、ステータスバーの {@link 647 startForeground(ONGOING_NOTIFICATION_ID, notification); 651 android.app.Service#startForeground startForeground()} に渡す整数 ID には、0 は使用できません。</p>
|
D | processes-and-threads.jd | 100 …oid.app.Service} のホストになっている(サービスが {@link android.app.Service#startForeground startForeground()} を呼…
|
/frameworks/base/docs/html-intl/intl/ko/guide/components/ |
D | services.jd | 636 android.app.Service#startForeground startForeground()}를 호출하면 됩니다. 이 메서드는 두 개의 매개변수를 취합니다. 647 startForeground(ONGOING_NOTIFICATION_ID, notification); 651 android.app.Service#startForeground startForeground()}에 부여하는 정수 ID가 0이면 안 됩니다.</p>
|
D | processes-and-threads.jd | 101 해당 서비스가 {@link android.app.Service#startForeground startForeground()}를 호출했을 경우).
|
/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
D | NotificationHelper.java | 232 mService.startForeground(NOTIFICATION_ID, notification); in updateNotification()
|
/frameworks/base/docs/html-intl/intl/in/guide/components/ |
D | services.jd | 636 android.app.Service#startForeground startForeground()}. Metode ini memerlukan dua parameter: sebuah… 647 startForeground(ONGOING_NOTIFICATION_ID, notification); 651 android.app.Service#startForeground startForeground()} tidak boleh 0.</p>
|
D | processes-and-threads.jd | 101 layanan telah memanggil{@link android.app.Service#startForeground startForeground()}.
|
/frameworks/base/docs/html/guide/components/ |
D | services.jd | 646 android.app.Service#startForeground startForeground()}. This method takes two parameters: an integer 657 startForeground(ONGOING_NOTIFICATION_ID, notification); 661 android.app.Service#startForeground startForeground()} must not be 0.</p>
|
D | processes-and-threads.jd | 102 service has called {@link android.app.Service#startForeground startForeground()}.
|
/frameworks/base/docs/html-intl/intl/pt-br/guide/components/ |
D | services.jd | 636 android.app.Service#startForeground startForeground()}. Este método usa dois parâmetros: um número … 647 startForeground(ONGOING_NOTIFICATION_ID, notification); 651 android.app.Service#startForeground startForeground()} não deve ser zero.</p>
|
D | processes-and-threads.jd | 101 tiver chamado {@link android.app.Service#startForeground startForeground()}.
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediaplayer.jd | 418 {@link android.app.Service#startForeground startForeground()} from the {@link 432 startForeground(NOTIFICATION_ID, notification);
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.0.jd | 308 … effectively performs no operation. This is replaced with a new API, startForeground(), that helps…
|
/frameworks/base/docs/html-intl/intl/vi/guide/components/ |
D | services.jd | 636 android.app.Service#startForeground startForeground()}. Phương pháp này dùng hai tham số: một số ng… 647 startForeground(ONGOING_NOTIFICATION_ID, notification); 651 android.app.Service#startForeground startForeground()} không được bằng 0.</p>
|
D | processes-and-threads.jd | 101 dịch vụ đã gọi {@link android.app.Service#startForeground startForeground()}.
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 501 startForeground(mForegroundId, notification); in sendForegroundabledNotification()
|
12