Home
last modified time | relevance | path

Searched refs:USER_CONFIRM_TIMEOUT_ACTION (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java74 public static final String USER_CONFIRM_TIMEOUT_ACTION = field in SapService
624 filter.addAction(USER_CONFIRM_TIMEOUT_ACTION); in start()
699 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in setUserTimeoutAlarm()
713 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in cancelUserTimeoutAlarm()
733 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in sendShutdownMessage()
827 if (action.equals(USER_CONFIRM_TIMEOUT_ACTION)) { in onReceive()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java75 public static final String USER_CONFIRM_TIMEOUT_ACTION = field in BluetoothMapService
610 filter.addAction(USER_CONFIRM_TIMEOUT_ACTION); in start()
893 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in setUserTimeoutAlarm()
903 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in cancelUserTimeoutAlarm()
960 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in sendShutdownMessage()
992 if (action.equals(USER_CONFIRM_TIMEOUT_ACTION)) { in onReceive()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java99 if (!BluetoothPbapService.USER_CONFIRM_TIMEOUT_ACTION.equals(intent.getAction())) {
121 new IntentFilter(BluetoothPbapService.USER_CONFIRM_TIMEOUT_ACTION)); in onCreate()
DPbapStateMachine.java311 Intent i = new Intent(BluetoothPbapService.USER_CONFIRM_TIMEOUT_ACTION); in processMessage()
DBluetoothPbapService.java105 static final String USER_CONFIRM_TIMEOUT_ACTION = field in BluetoothPbapService