Searched refs:stopSelf (Results 1 – 25 of 35) sorted by relevance
12
134 {@link android.app.Service#stopSelf stopSelf()} 或 {@link157 {@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()} 或 {@link538 {@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 …]
74 {@link android.app.Service#stopSelf stopSelf()} 或 {@link634 回调方法,则您必须显式停止服务,因为系统现在已将服务视为<em>已启动</em>。在此情况下,服务将一直运行到其通过 {@link android.app.Service#stopSelf()}
134 посредством вызова {@link android.app.Service#stopSelf stopSelf()} или {@link157 … пока она не остановится самостоятельно с помощью {@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()} или {@link538 …самостоятельно посредством вызова метода {@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 …]
74 явным образом остановить службу, вызвав метод {@link android.app.Service#stopSelf stopSelf()} или {…635 сама не остановит свою работу с помощью метода {@link android.app.Service#stopSelf()} или до тех по…
133 如果您實作此方法,當作業完成時,您必須負責停止服務,方式為呼叫 {@link android.app.Service#stopSelf stopSelf()} 或 {@link156 …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()} 或 {@link537 所以,服務務必自我停止,可透過呼叫 {@link android.app.Service#stopSelf stopSelf()} 達成,或透過呼叫 {@link android.content.C…541 <p>一旦要求使用 {@link android.app.Service#stopSelf stopSelf()} 或 {@link548 如要避免發生此問題,您可以使用 {@link android.app.Service#stopSelf(int)} 來確保您停止服務的要求會總是基於最新的啟動要求。551 android.app.Service#stopSelf(int)} 時,會傳送啟動要求的 ID (<code>startId</code> 已傳送至 {@link android.app.Serv…[all …]
73 您必須透過呼叫 {@link android.app.Service#stopSelf stopSelf()} 或 {@link634 如果是此情形,除非服務本身使用 {@link android.app.Service#stopSelf()} 自行停止,或另一個元件呼叫 {@link
133 これを実装すると、作業完了時に {@link android.app.Service#stopSelf stopSelf()} か {@link156 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()} や {@link537 そのため、サービスは {@link android.app.Service#stopSelf stopSelf()} を呼び出して自身で停止する必要があり、他のコンポーネントが {@link and…541 <p>{@link android.app.Service#stopSelf stopSelf()} や {@link548 この問題を回避するには、{@link android.app.Service#stopSelf(int)} を使って、常に最新の開始要求に基づいてサービスの停止要求を行うようにできます。551 android.app.Service#stopSelf(int)} を呼び出すとき、停止要求に対応する開始要求の ID({@link android.app.Service#onStartComm…[all …]
73 代わりに、{@link android.app.Service#stopSelf stopSelf()} や {@link634 この場合、クライアントにバインドされているかどうかにかかわらず、サービスが {@link android.app.Service#stopSelf()} で自ら停止するまで、または他のコンポーネント…
134 개발자 본인의 책임입니다. 이때 {@link android.app.Service#stopSelf stopSelf()} 또는 {@link157 알아서 {@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()} 또는 {@link538 서비스는 {@link android.app.Service#stopSelf stopSelf()}를 호출하여 스스로 중단시켜야 하고, 아니면 541 <p>일단 {@link android.app.Service#stopSelf stopSelf()} 또는 {@link549 피하려면, {@link android.app.Service#stopSelf(int)}를 사용하여 서비스를 551 android.app.Service#stopSelf(int)}를 호출할 때면 시작 요청의 ID({@link android.app.Service#onStartCommand onSt…[all …]
74 직접 서비스를 확실히 중단시켜야 합니다. 그러려면 {@link android.app.Service#stopSelf stopSelf()} 또는 {@link635 {@link android.app.Service#stopSelf()}와 함께 스스로 중단되거나 다른 구성 요소가{@link
605 public final void stopSelf() { in stopSelf() method in Service606 stopSelf(-1); in stopSelf()614 public final void stopSelf(int startId) { in stopSelf() method in Service
68 stopSelf(msg.arg1); in handleMessage()
46 stopSelf();68 stopSelf(); in onStartCommand()
28 stopSelf(); in onStartCommand()63 stopSelf(); in startMonitor()73 stopSelf(); in stopService()
134 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 {@link538 …rsebut harus berhenti sendiri dengan memanggil {@link android.app.Service#stopSelf stopSelf()} atau541 <p>Setelah diminta untuk berhenti dengan {@link android.app.Service#stopSelf stopSelf()} atau {@link549 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 …]
135 its work is done, by calling {@link android.app.Service#stopSelf stopSelf()} or {@link158 remains running until it stops itself with {@link android.app.Service#stopSelf()} or another248 is done by calling {@link android.app.Service#stopSelf stopSelf()}, or another component can stop it305 {@link android.app.Service#stopSelf}.</li>413 stopSelf(msg.arg1);533 the service (with {@link android.app.Service#stopSelf stopSelf()} or {@link542 the service must stop itself by calling {@link android.app.Service#stopSelf stopSelf()} or another545 <p>Once requested to stop with {@link android.app.Service#stopSelf stopSelf()} or {@link553 this problem, you can use {@link android.app.Service#stopSelf(int)} to ensure that your request to555 android.app.Service#stopSelf(int)}, you pass the ID of the start request (the <code>startId</code>[all …]
134 quando o trabalho for concluído, chamando {@link android.app.Service#stopSelf stopSelf()} ou {@link157 …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 {@link538 o serviço deve ser interrompido chamando {@link android.app.Service#stopSelf stopSelf()} ou outro541 <p>Ao solicitar o interrompimento com {@link android.app.Service#stopSelf stopSelf()} ou {@link549 é possível usar {@link android.app.Service#stopSelf(int)} para garantir que a solicitação551 android.app.Service#stopSelf(int)}, você passa o ID da solicitação de inicialização (o <code>startI…[all …]
148 stopSelf(startId); in onStartCommand()
93 stopSelf(); in updateForegroundState()
261 mService.stopSelf(); in shutdownService()
49 stopSelf(); in onStartCommand()151 stopSelf(); in stopService()
90 stopSelf(); in onPlaybackEnded()
134 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ột238 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 {@link538 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 {@link549 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ầu551 android.app.Service#stopSelf(int)}, bạn sẽ chuyển ID của yêu cầu bắt đầu (<code>startId</code>[all …]
360 stopSelf(); in onRevoke()
205 <li>サービスは、その <code>{@link android.app.Service#stopSelf stopSelf()}</code> メソッドを呼び出すか、<code>{@link a…787 …)}</code> 呼び出されて停止します。サービス自体が <code>{@link android.app.Service#stopSelf() Service.stopSelf()}</cod…