Home
last modified time | relevance | path

Searched refs:startServiceWithIntent (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DActionServiceImpl.java61 startServiceWithIntent(intent); in startAction()
94 startServiceWithIntent(intent); in handleResponseFromBackgroundWorker()
110 startServiceWithIntent(intent); in handleFailureFromBackgroundWorker()
186 ActionServiceImpl.startServiceWithIntent(intent); in onReceive()
224 private static void startServiceWithIntent(final Intent intent) { in startServiceWithIntent() method in ActionServiceImpl
H A DBackgroundWorkerService.java85 startServiceWithIntent(OP_PROCESS_REQUEST, intent); in startServiceWithAction()
91 private static void startServiceWithIntent(final int opcode, final Intent intent) { in startServiceWithIntent() method in BackgroundWorkerService