OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeoutIntent
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
250
Intent
timeoutIntent
=
252
timeoutIntent
.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS);
253
timeoutIntent
.putExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE,
255
sendBroadcast(
timeoutIntent
, BLUETOOTH_ADMIN_PERM);
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java
631
Intent
timeoutIntent
= new Intent(USER_CONFIRM_TIMEOUT_ACTION);
632
PendingIntent pIntent = PendingIntent.getBroadcast(this, 0,
timeoutIntent
, 0);
639
Intent
timeoutIntent
= new Intent(USER_CONFIRM_TIMEOUT_ACTION);
640
PendingIntent sender = PendingIntent.getBroadcast(this, 0,
timeoutIntent
, 0);
659
Intent
timeoutIntent
=
661
sendBroadcast(
timeoutIntent
, BLUETOOTH_PERM);
[
all
...]
Completed in 184 milliseconds