Searched refs:stopIntent (Results 1 – 4 of 4) sorted by relevance
172 Intent stopIntent = in stopService() local174 stopIntent.putExtra(AdapterService.EXTRA_ACTION, in stopService()176 stopIntent.putExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.STATE_OFF); in stopService()177 serviceTestRule.startService(stopIntent); in stopService()
105 Intent stopIntent = new Intent(Receiver.STOP_ACTION, in startTracingInternal() local107 stopIntent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND); in startTracingInternal()119 PendingIntent.getBroadcast(context, 0, stopIntent, 0)) in startTracingInternal()
123 Intent stopIntent = new Intent(this, BluetoothMediaBrowserService.class); in stop() local124 stopService(stopIntent); in stop()
121 Intent stopIntent = new Intent(this, HfpClientConnectionService.class); in stop() local122 sHeadsetClientService.stopService(stopIntent); in stop()