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
657 filter.addAction(USER_CONFIRM_TIMEOUT_ACTION); in start()
732 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in setUserTimeoutAlarm()
746 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in cancelUserTimeoutAlarm()
766 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in sendShutdownMessage()
868 if (action.equals(USER_CONFIRM_TIMEOUT_ACTION)) { in onReceive()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java80 public static final String USER_CONFIRM_TIMEOUT_ACTION = field in BluetoothMapService
668 filter.addAction(USER_CONFIRM_TIMEOUT_ACTION); in start()
952 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in setUserTimeoutAlarm()
962 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in cancelUserTimeoutAlarm()
1019 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in sendShutdownMessage()
1051 if (action.equals(USER_CONFIRM_TIMEOUT_ACTION)) { in onReceive()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java95 if (!BluetoothPbapService.USER_CONFIRM_TIMEOUT_ACTION.equals(intent.getAction())) {
117 new IntentFilter(BluetoothPbapService.USER_CONFIRM_TIMEOUT_ACTION)); in onCreate()
DPbapStateMachine.java313 Intent i = new Intent(BluetoothPbapService.USER_CONFIRM_TIMEOUT_ACTION); in processMessage()
DBluetoothPbapService.java107 static final String USER_CONFIRM_TIMEOUT_ACTION = field in BluetoothPbapService