Home
last modified time | relevance | path

Searched refs:startService (Results 1 – 25 of 108) sorted by relevance

12345

/frameworks/base/services/java/com/android/server/
DSystemServer.java422 Installer installer = mSystemServiceManager.startService(Installer.class); in startBootstrapServices()
425 mActivityManagerService = mSystemServiceManager.startService( in startBootstrapServices()
434 mPowerManagerService = mSystemServiceManager.startService(PowerManagerService.class); in startBootstrapServices()
443 mSystemServiceManager.startService(LightsService.class); in startBootstrapServices()
447 mDisplayManagerService = mSystemServiceManager.startService(DisplayManagerService.class); in startBootstrapServices()
489 mSystemServiceManager.startService(UserManagerService.LifeCycle.class); in startBootstrapServices()
508 mSystemServiceManager.startService(BatteryService.class); in startCoreServices()
511 mSystemServiceManager.startService(UsageStatsService.class); in startCoreServices()
516 mWebViewUpdateService = mSystemServiceManager.startService(WebViewUpdateService.class); in startCoreServices()
577 mSystemServiceManager.startService(TelecomLoaderService.class); in startOtherServices()
[all …]
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/
DFileOperationServiceTest.java75 startService(createCopyIntent(newArrayList(ALPHA_DOC), BETA_DOC)); in testRunsJobs()
76 startService(createCopyIntent(newArrayList(GAMMA_DOC), DELTA_DOC)); in testRunsJobs()
83 startService(createCopyIntent(new ArrayList<DocumentInfo>(), BETA_DOC)); in testRunsJobs_AfterExceptionInJobCreation()
84 startService(createCopyIntent(newArrayList(GAMMA_DOC), DELTA_DOC)); in testRunsJobs_AfterExceptionInJobCreation()
93 startService(createCopyIntent(newArrayList(ALPHA_DOC), BETA_DOC)); in testRunsJobs_AfterFailure()
94 startService(createCopyIntent(newArrayList(GAMMA_DOC), DELTA_DOC)); in testRunsJobs_AfterFailure()
103 startService(createCopyIntent(newArrayList(ALPHA_DOC), BETA_DOC)); in testHoldsWakeLockWhileWorking()
109 startService(createCopyIntent(newArrayList(ALPHA_DOC), BETA_DOC)); in testReleasesWakeLock_AfterSuccess()
117 startService(createCopyIntent(newArrayList(ALPHA_DOC), BETA_DOC)); in testReleasesWakeLock_AfterFailure()
125 startService(createCopyIntent(newArrayList(ALPHA_DOC), BETA_DOC)); in testShutdownStopsExecutor_AfterSuccess()
[all …]
/frameworks/base/docs/html-intl/intl/ja/guide/components/
Dservices.jd64 …<dd>アプリケーション コンポーネント(アクティビティなど)が {@link android.content.Context#startService startService()} を呼び出し…
130 <dd>アクティビティなどの他のコンポーネントが、{@link android.content.Context#startService
131 startService()} を呼び出してサービスの開始を要求したときに、システムがこのメソッドを呼び出します。
155 android.content.Context#startService startService()} を呼び出してサービスを開始すると(結果的に {@link
232 android.content.Context#startService startService()} を呼び出すことで結果的にサービスの {@link android.app.Service#o…
242 android.content.Context#startService startService()} を呼び出して、サービスを指定し、サービスが使用するデータを含めた {@link androi…
248 android.content.Context#startService startService()} にインテントを渡して、保存するデータをサービスに配信します。
497 ….content.Intent}(開始するサービスを指定する)を {@link android.content.Context#startService startService()} に渡すこと…
505 HelloSevice})を、{@link android.content.Context#startService
506 startService()} で明示的インテントを使って開始する例を次に示します。</p>
[all …]
/frameworks/base/docs/html-intl/intl/ru/guide/components/
Dservices.jd65 вызовом {@link android.content.Context#startService startService()}. После запуска служба
131 запрашивает запуск этой службы, вызывая {@link android.content.Context#startService
132 startService()}. После выполнения этого метода служба запускается и может в течение неограниченного…
155 android.content.Context#startService startService()} (что приводит к вызову {@link
232 android.content.Context#startService startService()}, что приводит к вызову
242 android.content.Context#startService startService()} и передав объект {@link android.content.Intent…
249 android.content.Context#startService startService()}. Служба получает намерение в методе {@link
499 android.content.Context#startService startService()}. Система Android вызывает метод {@link
505 HelloSevice}), используя явное намерение с помощью {@link android.content.Context#startService
506 startService()}:</p>
[all …]
/frameworks/base/docs/html-intl/intl/ko/guide/components/
Dservices.jd65 {@link android.content.Context#startService startService()}를 호출하여 시작하면 됩니다. 서비스는 한 번 시작되고 나면
131 시작하도록 요청하는 경우입니다. 이때 {@link android.content.Context#startService
132 startService()}를 호출하는 방법을 씁니다. 이 메서드가 실행되면 서비스가 시작되고 배경에서 무기한으로 실행될 수
155 android.content.Context#startService startService()}를 호출하여 서비스를 시작하면({@link
232 android.content.Context#startService startService()}를 호출하여 시작하고, 그 결과 서비스의
242 android.content.Context#startService startService()}를 호출하고, {@link android.content.Intent}를
249 android.content.Context#startService startService()}에 전달하면 됩니다. 서비스는 이 인텐트를 {@link
499 android.content.Context#startService startService()}에 전달하면 됩니다. Android 시스템이 서비스의 {@link
505 HelloService})를 액티비티가 시작하려면 {@link android.content.Context#startService
506 startService()}로 명시적 인텐트를 사용하면 됩니다.</p>
[all …]
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/
Dservices.jd65 {@link android.content.Context#startService startService()} 來啟動服務。一旦啟動,服務可以無限次數地在背景中執行,就算啟動服務的元件已終結…
130 <dd>當另一個元件 (如 Activity) 透過呼叫 {@link android.content.Context#startService
131 startService()} 來要求啟動服務時,系統會呼叫此方法。
155 android.content.Context#startService startService()} (這是呼叫至 {@link
232 android.content.Context#startService startService()} 所啟動的,由呼叫至服務的
242 android.content.Context#startService startService()} 與傳送用來指定服務及包含服務所要使用任何資料的
248 android.content.Context#startService startService()},Activity 可以啟動伴隨服務並傳送要儲存的資料。
499 android.content.Context#startService startService()},從 Activity 或其他應用程式元件來啟動服務。Android 系統會呼叫服務的 {@l…
504 <p>例如,使用明確意圖並搭配 {@link android.content.Context#startService
505 startService()},Activity 可以啟動前小節範例中的服務 ({@code
[all …]
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/
Dservices.jd65 {@link android.content.Context#startService startService()} 启动服务时,服务即处于“启动”状态。一旦启动,服务即可在后台无限期运行,即使启…
131 {@link android.content.Context#startService
132 startService()} 请求启动服务时,系统将调用此方法。一旦执行此方法,服务即会启动并可在后台无限期运行。
155 android.content.Context#startService startService()} 启动服务(这会导致对 {@link
232 android.content.Context#startService startService()} 启动,这会导致调用服务的
242 android.content.Context#startService startService()} 方法并传递 {@link android.content.Intent} 对象
249 android.content.Context#startService startService()} 传递一个 Intent,为该服务提供要保存的数据。服务通过
499 android.content.Context#startService startService()},从 Activity 或其他应用组件启动服务。Android 系统调用服务的 {@link
504 <p>例如,Activity 可以结合使用显式 Intent 与 {@link android.content.Context#startService
505 startService()},启动上文中的示例服务 ({@code
[all …]
/frameworks/base/docs/html/training/run-background-service/
Dsend-request.jd40 {@link android.content.Context#startService startService()}.
61 Call {@link android.content.Context#startService startService()}
65 getActivity().startService(mServiceIntent);
74 Once you call {@link android.content.Context#startService startService()},
/frameworks/base/core/tests/coretests/src/android/app/activity/
DServiceTest.java201 getContext().startService(new Intent(service).putExtras(bundle)); in startExpectResult()
205 getContext().startService(new Intent(service).putExtras(bundle)); in startExpectResult()
225 getContext().startService(service); in startExpectNoPermission()
240 getContext().startService(service); in bindExpectResult()
275 getContext().startService(service); in bindExpectResult()
305 getContext().startService(service); in bindExpectResult()
/frameworks/base/docs/html-intl/intl/id/guide/components/
Dservices.jd65 memanggil {@link android.content.Context#startService startService()}. Sesudah dimulai, layanan
131 meminta dimulainya layanan, dengan memanggil {@link android.content.Context#startService
132 startService()}. Setelah metode ini dieksekusi, layanan akan dimulai dan bisa berjalan di
155 android.content.Context#startService startService()} (yang menyebabkan panggilan ke {@link
232 android.content.Context#startService startService()}, yang menyebabkan panggilan ke metode
242 android.content.Context#startService startService()} dan meneruskan {@link android.content.Intent}
249 android.content.Context#startService startService()}. Layanan akan menerima intent dalam {@link
499 android.content.Context#startService startService()}. Sistem Android akan memanggil metode {@link
505 HelloSevice}) menggunakan intent eksplisit dengan {@link android.content.Context#startService
506 startService()}:</p>
[all …]
/frameworks/base/docs/html-intl/intl/in/guide/components/
Dservices.jd65 memanggil {@link android.content.Context#startService startService()}. Sesudah dimulai, layanan
131 meminta dimulainya layanan, dengan memanggil {@link android.content.Context#startService
132 startService()}. Setelah metode ini dieksekusi, layanan akan dimulai dan bisa berjalan di
155 android.content.Context#startService startService()} (yang menyebabkan panggilan ke {@link
232 android.content.Context#startService startService()}, yang menyebabkan panggilan ke metode
242 android.content.Context#startService startService()} dan meneruskan {@link android.content.Intent}
249 android.content.Context#startService startService()}. Layanan akan menerima intent dalam {@link
499 android.content.Context#startService startService()}. Sistem Android akan memanggil metode {@link
505 HelloSevice}) menggunakan intent eksplisit dengan {@link android.content.Context#startService
506 startService()}:</p>
[all …]
/frameworks/base/docs/html/guide/components/
Dservices.jd75 calls {@link android.content.Context#startService startService()}. After it's started, a
142 <dd>The system invokes this method by calling {@link android.content.Context#startService
143 startService()} when another component (such as an activity) requests that the service be started.
169 android.content.Context#startService startService()} (which results in a call to {@link
195 {@link android.content.Context#startService startService()} and
251 android.content.Context#startService startService()}, which results in a call to the service's
261 android.content.Context#startService startService()} and passing an {@link android.content.Intent}
268 android.content.Context#startService startService()}. The service receives the intent in {@link
509 android.content.Context#startService startService()}. The Android system calls the service's {@link
517 HelloService}) using an explicit intent with {@link android.content.Context#startService
[all …]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
DFileOperations.java115 activity.startService(intent); in cancel()
129 activity.startService(intent); in copy()
155 activity.startService(intent); in move()
177 activity.startService(intent); in delete()
/frameworks/base/docs/html-intl/intl/pt-br/guide/components/
Dservices.jd65 inicia-o chamando {@link android.content.Context#startService startService()}. Quando iniciado, um …
131 solicita que o serviço seja iniciado, chamando {@link android.content.Context#startService
132 startService()}. Quando este método é executado, o serviço é iniciado e pode ser executado
155 android.content.Context#startService startService()} (o que resulta em uma chamada para {@link
232 android.content.Context#startService startService()}, resultando em uma chamada para o método
242 android.content.Context#startService startService()} e passando {@link android.content.Intent},
249 android.content.Context#startService startService()}. O serviço recebe a intenção em {@link
499 android.content.Context#startService startService()}. O sistema Android chama o método {@link
505 HelloSevice}) usando uma intenção explícita com {@link android.content.Context#startService
506 startService()}:</p>
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DServiceMonitor.java73 startService();
212 startService(); in packageIntent()
225 private void startService() { in startService() method in ServiceMonitor
264 startService(); in checkBound()
/frameworks/base/services/core/java/com/android/server/
DSystemServiceManager.java55 public SystemService startService(String className) { in startService() method in SystemServiceManager
67 return startService(serviceClass); in startService()
79 public <T extends SystemService> T startService(Class<T> serviceClass) { in startService() method in SystemServiceManager
/frameworks/base/docs/html-intl/intl/ja/guide/topics/
Dfundamentals.jd166 android.content.Context#startService Context.startService()}</code> に Intent オブジェクトを渡します。Android によ…
787startService Context.startService()}</code> が呼び出されて開始し、<code>{@link android.content.Context#stopSe…
794 …ードは、完全に分離されているわけではありません。{@code startService()} で開始されたサービスにバインドすることも可能です。たとえば、再生する曲を指定した Intent オブジ…
810 ….app.Service#onStart onStart()}</code> を呼び出したときに始まります。このメソッドには、{@code startService()} に渡された Intent…
818startService Context.startService()}</code> または <code>{@link android.content.Context#bindService C…
832 次の図に、サービスのコールバック メソッドを示します。なお、{@code startService()} で作成されたサービスと、{@code bindService()} で作成されたサービスを分…
902 <li><p><b>サービス プロセス</b>は、<code>{@link android.content.Context#startService startService()}</code> メ…
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DAssistProxyActivity.java31 startService(intent); in onCreate()
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DServiceIntentSender.java36 mContext.startService(intent); in sendUpdateNotificationIntent()
/frameworks/base/docs/html-intl/intl/vi/guide/components/
Dservices.jd65 gọi {@link android.content.Context#startService startService()}. Sau khi được bắt đầu, dịch vụ
131 yêu cầu dịch vụ phải được bắt đầu, bằng cách gọi {@link android.content.Context#startService
132 startService()}. Sau khi phương pháp này thực thi, dịch vụ sẽ được bắt đầu và có thể chạy vô thời h…
155 android.content.Context#startService startService()} (kết quả là một lệnh gọi tới {@link
232 android.content.Context#startService startService()}, kết quả là một lệnh gọi tới phương pháp
242 android.content.Context#startService startService()} và chuyển một {@link android.content.Intent}
249 android.content.Context#startService startService()}. Dịch vụ sẽ nhận ý định trong {@link
499 android.content.Context#startService startService()}. Hệ thống Android sẽ gọi phương pháp {@link
505 HelloSevice}) bằng cách sử dụng một ý định biểu thị với {@link android.content.Context#startService
506 startService()}:</p>
[all …]
/frameworks/base/telephony/java/com/android/ims/internal/uce/uceservice/
DIUceService.aidl41 boolean startService(IUceListener uceListener); in startService() method
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningService.java53 mImpl.startService(); in onBootPhase()
/frameworks/support/core-utils/java/android/support/v4/content/
DWakefulBroadcastReceiver.java91 ComponentName comp = context.startService(intent); in startWakefulService()
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests/src/com/android/framework/multidexlegacytestservices/test/
DServicesTests.java50 getInstrumentation().getContext().startService(new Intent(SERVICE_BASE_ACTION + i)); in testStressConcurentFirstLaunch()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportReceiver.java62 context.startService(serviceIntent); in onReceive()

12345