Home
last modified time | relevance | path

Searched refs:startForeground (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DSchedulerService.java41 startForeground(1, status); in onStartCommand()
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDocumentsService.java89 startForeground(notificationId, notification); in updateForegroundState()
/frameworks/base/core/java/android/app/
DService.java701 public final void startForeground(int id, Notification notification) { in startForeground() method in Service
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/
Dservices.jd636 android.app.Service#startForeground startForeground()}。此方法取两个参数:唯一标识通知的整型数和状态栏的
647 startForeground(ONGOING_NOTIFICATION_ID, notification);
651 android.app.Service#startForeground startForeground()} 的整型 ID 不得为 0。</p>
Dprocesses-and-threads.jd101 {@link android.app.Service}(服务已调用 {@link android.app.Service#startForeground startForeground()})
/frameworks/base/docs/html-intl/intl/ru/guide/components/
Dservices.jd636 android.app.Service#startForeground startForeground()}. Этот метод имеет два параметра: целое число,
647 startForeground(ONGOING_NOTIFICATION_ID, notification);
651 android.app.Service#startForeground startForeground()}, не должен быть равен 0.</p>
Dprocesses-and-threads.jd101 которая называется {@link android.app.Service#startForeground startForeground()}.
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/
Dservices.jd636 android.app.Service#startForeground startForeground()}。此方法有兩個參數:一個整數用來唯一識別通知,以及 {@link
647 startForeground(ONGOING_NOTIFICATION_ID, notification);
651 android.app.Service#startForeground startForeground()} 的整數 ID 不能為 0。</p>
Dprocesses-and-threads.jd100 …droid.app.Service} 正「在前景」執行中 (服務已呼叫 {@link android.app.Service#startForeground startForeground()})。
/frameworks/base/docs/html-intl/intl/ja/guide/components/
Dservices.jd636 android.app.Service#startForeground startForeground()} を呼び出します。このメソッドは、通知を一意に識別する整数と、ステータスバーの {@link
647 startForeground(ONGOING_NOTIFICATION_ID, notification);
651 android.app.Service#startForeground startForeground()} に渡す整数 ID には、0 は使用できません。</p>
Dprocesses-and-threads.jd100 …oid.app.Service} のホストになっている(サービスが {@link android.app.Service#startForeground startForeground()} を呼…
/frameworks/base/docs/html-intl/intl/ko/guide/components/
Dservices.jd636 android.app.Service#startForeground startForeground()}를 호출하면 됩니다. 이 메서드는 두 개의 매개변수를 취합니다.
647 startForeground(ONGOING_NOTIFICATION_ID, notification);
651 android.app.Service#startForeground startForeground()}에 부여하는 정수 ID가 0이면 안 됩니다.</p>
Dprocesses-and-threads.jd101 해당 서비스가 {@link android.app.Service#startForeground startForeground()}를 호출했을 경우).
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DNotificationHelper.java232 mService.startForeground(NOTIFICATION_ID, notification); in updateNotification()
/frameworks/base/docs/html-intl/intl/in/guide/components/
Dservices.jd636 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>
Dprocesses-and-threads.jd101 layanan telah memanggil{@link android.app.Service#startForeground startForeground()}.
/frameworks/base/docs/html/guide/components/
Dservices.jd646 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>
Dprocesses-and-threads.jd102 service has called {@link android.app.Service#startForeground startForeground()}.
/frameworks/base/docs/html-intl/intl/pt-br/guide/components/
Dservices.jd636 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>
Dprocesses-and-threads.jd101 tiver chamado {@link android.app.Service#startForeground startForeground()}.
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd418 {@link android.app.Service#startForeground startForeground()} from the {@link
432 startForeground(NOTIFICATION_ID, notification);
/frameworks/base/docs/html/about/versions/
Dandroid-2.0.jd308 … effectively performs no operation. This is replaced with a new API, startForeground(), that helps…
/frameworks/base/docs/html-intl/intl/vi/guide/components/
Dservices.jd636 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>
Dprocesses-and-threads.jd101 dịch vụ đã gọi {@link android.app.Service#startForeground startForeground()}.
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java501 startForeground(mForegroundId, notification); in sendForegroundabledNotification()

12