Home
last modified time | relevance | path

Searched refs:stopIntent (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
DTestUtils.java172 Intent stopIntent = in stopService() local
174 stopIntent.putExtra(AdapterService.EXTRA_ACTION, in stopService()
176 stopIntent.putExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.STATE_OFF); in stopService()
177 serviceTestRule.startService(stopIntent); in stopService()
/packages/apps/Traceur/src/com/google/android/traceur/
DTraceService.java105 Intent stopIntent = new Intent(Receiver.STOP_ACTION, in startTracingInternal() local
107 stopIntent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND); in startTracingInternal()
119 PendingIntent.getBroadcast(context, 0, stopIntent, 0)) in startTracingInternal()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java123 Intent stopIntent = new Intent(this, BluetoothMediaBrowserService.class); in stop() local
124 stopService(stopIntent); in stop()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java121 Intent stopIntent = new Intent(this, HfpClientConnectionService.class); in stop() local
122 sHeadsetClientService.stopService(stopIntent); in stop()