Home
last modified time | relevance | path

Searched refs:stopSelf (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/
Dservices.jd134 {@link android.app.Service#stopSelf stopSelf()} 或 {@link
157 {@link android.app.Service#stopSelf()}
238 {@link android.app.Service#stopSelf stopSelf()} 结束工作来自行停止运行,或者由另一个组件通过调用
295 {@link android.app.Service#stopSelf}。</li>
409 stopSelf(msg.arg1);
529 {@link android.app.Service#stopSelf stopSelf()} 或 {@link
538 {@link android.app.Service#stopSelf stopSelf()} 自行停止运行,或者由另一个组件通过调用
541 <p>一旦请求使用 {@link android.app.Service#stopSelf stopSelf()}
549 {@link android.app.Service#stopSelf(int)}
551 android.app.Service#stopSelf(int)} 时,传递与停止请求的 ID 对应的启动请求的 ID(传递给 {@link android.app.Service#onStart…
[all …]
Dbound-services.jd74 {@link android.app.Service#stopSelf stopSelf()} 或 {@link
634 回调方法,则您必须显式停止服务,因为系统现在已将服务视为<em>已启动</em>。在此情况下,服务将一直运行到其通过 {@link android.app.Service#stopSelf()}
/frameworks/base/docs/html-intl/intl/ru/guide/components/
Dservices.jd134 посредством вызова {@link android.app.Service#stopSelf stopSelf()} или {@link
157 … пока она не остановится самостоятельно с помощью {@link android.app.Service#stopSelf()} или другой
238 посредством вызова метода {@link android.app.Service#stopSelf stopSelf()}, либо ее может остановить…
295 {@link android.app.Service#stopSelf}.</li>
409 stopSelf(msg.arg1);
529 службы (с помощью {@link android.app.Service#stopSelf stopSelf()} или {@link
538 …самостоятельно посредством вызова метода {@link android.app.Service#stopSelf stopSelf()}, либо дру…
541 <p>Получив запрос на остановку посредством {@link android.app.Service#stopSelf stopSelf()} или {@li…
549 этой проблемы, вы можете использовать метод {@link android.app.Service#stopSelf(int)}, гарантирующи…
551 android.app.Service#stopSelf(int)}, вы передаете идентификатор запроса запуска (идентификатор <code…
[all …]
Dbound-services.jd74 явным образом остановить службу, вызвав метод {@link android.app.Service#stopSelf stopSelf()} или {…
635 сама не остановит свою работу с помощью метода {@link android.app.Service#stopSelf()} или до тех по…
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/
Dservices.jd133 如果您實作此方法,當作業完成時,您必須負責停止服務,方式為呼叫 {@link android.app.Service#stopSelf stopSelf()} 或 {@link
156 …onStartCommand()} 的結果) 讓元件啟動服務,則服務仍會保持執行狀態,直到使用 {@link android.app.Service#stopSelf()} 讓服務自行停止或透過呼叫
237 因此,當服務的工作藉由呼叫 {@link android.app.Service#stopSelf stopSelf()} 而完成時,服務應該會自行停止,或藉由呼叫 {@link android.c…
295 {@link android.app.Service#stopSelf}。</li>
409 stopSelf(msg.arg1);
528 …and onStartCommand()}。然而,只允許一個要求可以停止服務 (使用 {@link android.app.Service#stopSelf stopSelf()} 或 {@link
537 所以,服務務必自我停止,可透過呼叫 {@link android.app.Service#stopSelf stopSelf()} 達成,或透過呼叫 {@link android.content.C…
541 <p>一旦要求使用 {@link android.app.Service#stopSelf stopSelf()} 或 {@link
548 如要避免發生此問題,您可以使用 {@link android.app.Service#stopSelf(int)} 來確保您停止服務的要求會總是基於最新的啟動要求。
551 android.app.Service#stopSelf(int)} 時,會傳送啟動要求的 ID (<code>startId</code> 已傳送至 {@link android.app.Serv…
[all …]
Dbound-services.jd73 您必須透過呼叫 {@link android.app.Service#stopSelf stopSelf()} 或 {@link
634 如果是此情形,除非服務本身使用 {@link android.app.Service#stopSelf()} 自行停止,或另一個元件呼叫 {@link
/frameworks/base/docs/html-intl/intl/ja/guide/components/
Dservices.jd133 これを実装すると、作業完了時に {@link android.app.Service#stopSelf stopSelf()} か {@link
156 android.app.Service#onStartCommand onStartCommand()} が呼び出される)、{@link android.app.Service#stopSelf()…
237 そのため、サービスはジョブが完了したら {@link android.app.Service#stopSelf stopSelf()} を呼び出して自身で停止する必要があり、他のコンポーネントが {…
294 <li>{@link android.app.Service#stopSelf} を呼び出す必要がないよう、すべての開始要求の処理後にサービスを停止します。
409 stopSelf(msg.arg1);
528 ただし、サービスを停止するために必要な要求({@link android.app.Service#stopSelf stopSelf()} や {@link
537 そのため、サービスは {@link android.app.Service#stopSelf stopSelf()} を呼び出して自身で停止する必要があり、他のコンポーネントが {@link and…
541 <p>{@link android.app.Service#stopSelf stopSelf()} や {@link
548 この問題を回避するには、{@link android.app.Service#stopSelf(int)} を使って、常に最新の開始要求に基づいてサービスの停止要求を行うようにできます。
551 android.app.Service#stopSelf(int)} を呼び出すとき、停止要求に対応する開始要求の ID({@link android.app.Service#onStartComm…
[all …]
Dbound-services.jd73 代わりに、{@link android.app.Service#stopSelf stopSelf()} や {@link
634 この場合、クライアントにバインドされているかどうかにかかわらず、サービスが {@link android.app.Service#stopSelf()} で自ら停止するまで、または他のコンポーネント…
/frameworks/base/docs/html-intl/intl/ko/guide/components/
Dservices.jd134 개발자 본인의 책임입니다. 이때 {@link android.app.Service#stopSelf stopSelf()} 또는 {@link
157 알아서 {@link android.app.Service#stopSelf()}로 스스로를 중단할 때까지 또는
238 {@link android.app.Service#stopSelf stopSelf()}를 호출하여 스스로 알아서 중단되는 것이 정상이며 아니면 다른 구성 요소가
295 {@link android.app.Service#stopSelf}를 호출할 필요가 전혀 없습니다.</li>
409 stopSelf(msg.arg1);
529 이를 중단하라는 요청 하나({@link android.app.Service#stopSelf stopSelf()} 또는 {@link
538 서비스는 {@link android.app.Service#stopSelf stopSelf()}를 호출하여 스스로 중단시켜야 하고, 아니면
541 <p>일단 {@link android.app.Service#stopSelf stopSelf()} 또는 {@link
549 피하려면, {@link android.app.Service#stopSelf(int)}를 사용하여 서비스를
551 android.app.Service#stopSelf(int)}를 호출할 때면 시작 요청의 ID({@link android.app.Service#onStartCommand onSt…
[all …]
Dbound-services.jd74 직접 서비스를 확실히 중단시켜야 합니다. 그러려면 {@link android.app.Service#stopSelf stopSelf()} 또는 {@link
635 {@link android.app.Service#stopSelf()}와 함께 스스로 중단되거나 다른 구성 요소가{@link
/frameworks/base/core/java/android/app/
DService.java605 public final void stopSelf() { in stopSelf() method in Service
606 stopSelf(-1); in stopSelf()
614 public final void stopSelf(int startId) { in stopSelf() method in Service
DIntentService.java68 stopSelf(msg.arg1); in handleMessage()
/frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
DWakeLoopService.java46 stopSelf();
68 stopSelf(); in onStartCommand()
/frameworks/base/core/tests/SvcMonitor/src/com/android/google/experimental/svcmoniter/
DSvcMonitor.java28 stopSelf(); in onStartCommand()
63 stopSelf(); in startMonitor()
73 stopSelf(); in stopService()
/frameworks/base/docs/html-intl/intl/in/guide/components/
Dservices.jd134 bila pekerjaannya selesai, dengan memanggil {@link android.app.Service#stopSelf stopSelf()} atau {@…
157 terus berjalan hingga terhenti sendiri dengan {@link android.app.Service#stopSelf()} atau bila komp…
238 selesai dengan memanggil {@link android.app.Service#stopSelf stopSelf()}, atau komponen lain bisa m…
295 {@link android.app.Service#stopSelf}.</li>
409 stopSelf(msg.arg1);
529 layanan (dengan {@link android.app.Service#stopSelf stopSelf()} atau {@link
538 …rsebut harus berhenti sendiri dengan memanggil {@link android.app.Service#stopSelf stopSelf()} atau
541 <p>Setelah diminta untuk berhenti dengan {@link android.app.Service#stopSelf stopSelf()} atau {@link
549 masalah ini, Anda bisa menggunakan {@link android.app.Service#stopSelf(int)} untuk memastikan bahwa…
551 android.app.Service#stopSelf(int)}, Anda akan meneruskan ID permintaan memulai (<code>startId</code>
[all …]
/frameworks/base/docs/html/guide/components/
Dservices.jd135 its work is done, by calling {@link android.app.Service#stopSelf stopSelf()} or {@link
158 remains running until it stops itself with {@link android.app.Service#stopSelf()} or another
248 is done by calling {@link android.app.Service#stopSelf stopSelf()}, or another component can stop it
305 {@link android.app.Service#stopSelf}.</li>
413 stopSelf(msg.arg1);
533 the service (with {@link android.app.Service#stopSelf stopSelf()} or {@link
542 the service must stop itself by calling {@link android.app.Service#stopSelf stopSelf()} or another
545 <p>Once requested to stop with {@link android.app.Service#stopSelf stopSelf()} or {@link
553 this problem, you can use {@link android.app.Service#stopSelf(int)} to ensure that your request to
555 android.app.Service#stopSelf(int)}, you pass the ID of the start request (the <code>startId</code>
[all …]
/frameworks/base/docs/html-intl/intl/pt-br/guide/components/
Dservices.jd134 quando o trabalho for concluído, chamando {@link android.app.Service#stopSelf stopSelf()} ou {@link
157 …o até ser interrompido por conta própria com {@link android.app.Service#stopSelf()} ou por outro c…
238 for realizado, chamando {@link android.app.Service#stopSelf stopSelf()}. Outros componentes podem i…
295 {@link android.app.Service#stopSelf}.</li>
409 stopSelf(msg.arg1);
529 o serviço (com {@link android.app.Service#stopSelf stopSelf()} ou {@link
538 o serviço deve ser interrompido chamando {@link android.app.Service#stopSelf stopSelf()} ou outro
541 <p>Ao solicitar o interrompimento com {@link android.app.Service#stopSelf stopSelf()} ou {@link
549 é possível usar {@link android.app.Service#stopSelf(int)} para garantir que a solicitação
551 android.app.Service#stopSelf(int)}, você passa o ID da solicitação de inicialização (o <code>startI…
[all …]
/frameworks/base/location/java/android/location/
DSettingInjectorService.java148 stopSelf(startId); in onStartCommand()
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDocumentsService.java93 stopSelf(); in updateForegroundState()
/frameworks/base/test-runner/src/android/test/
DServiceTestCase.java261 mService.stopSelf(); in shutdownService()
/frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/
DBTtraffic.java49 stopSelf(); in onStartCommand()
151 stopSelf(); in stopService()
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DPlayerService.java90 stopSelf(); in onPlaybackEnded()
/frameworks/base/docs/html-intl/intl/vi/guide/components/
Dservices.jd134 công việc của nó được hoàn thành, bằng cách gọi {@link android.app.Service#stopSelf stopSelf()} hoặ…
157 sẽ vẫn chạy tới khi tự nó dừng bằng {@link android.app.Service#stopSelf()} hoặc một
238 bằng cách gọi {@link android.app.Service#stopSelf stopSelf()}, hoặc một thành phần khác có thể dừng…
295 {@link android.app.Service#stopSelf}.</li>
409 stopSelf(msg.arg1);
529 dịch vụ (bằng {@link android.app.Service#stopSelf stopSelf()} hoặc {@link
538 dịch vụ phải tự dừng bằng cách gọi {@link android.app.Service#stopSelf stopSelf()} hoặc một thành p…
541 <p>Sau khi được yêu cầu dừng bằng {@link android.app.Service#stopSelf stopSelf()} hoặc {@link
549 vấn đề này, bạn có thể sử dụng {@link android.app.Service#stopSelf(int)} để đảm bảo rằng yêu cầu
551 android.app.Service#stopSelf(int)}, bạn sẽ chuyển ID của yêu cầu bắt đầu (<code>startId</code>
[all …]
/frameworks/base/core/java/android/net/
DVpnService.java360 stopSelf(); in onRevoke()
/frameworks/base/docs/html-intl/intl/ja/guide/topics/
Dfundamentals.jd205 <li>サービスは、その <code>{@link android.app.Service#stopSelf stopSelf()}</code> メソッドを呼び出すか、<code>{@link a…
787 …)}</code> 呼び出されて停止します。サービス自体が <code>{@link android.app.Service#stopSelf() Service.stopSelf()}</cod…

12