Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapService.java95 public static final String USER_CONFIRM_TIMEOUT_ACTION = field in SapService
129 filter.addAction(USER_CONFIRM_TIMEOUT_ACTION); in SapService()
727 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in setUserTimeoutAlarm()
742 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in cancelUserTimeoutAlarm()
766 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in sendShutdownMessage()
845 if (action.equals(USER_CONFIRM_TIMEOUT_ACTION)) { in onReceive()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java86 if (!BluetoothPbapService.USER_CONFIRM_TIMEOUT_ACTION.equals(
117 IntentFilter filter = new IntentFilter(BluetoothPbapService.USER_CONFIRM_TIMEOUT_ACTION); in onCreate()
DPbapStateMachine.java369 Intent i = new Intent(BluetoothPbapService.USER_CONFIRM_TIMEOUT_ACTION); in processMessage()
DBluetoothPbapService.java100 static final String USER_CONFIRM_TIMEOUT_ACTION = field in BluetoothPbapService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java83 public static final String USER_CONFIRM_TIMEOUT_ACTION = field in BluetoothMapService
173 filter.addAction(USER_CONFIRM_TIMEOUT_ACTION); in BluetoothMapService()
959 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in setUserTimeoutAlarm()
970 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in cancelUserTimeoutAlarm()
1053 if (action.equals(USER_CONFIRM_TIMEOUT_ACTION)) { in onReceive()
/packages/modules/Bluetooth/android/app/tests/instrumentation/com/android/bluetooth/pbap/
DBluetoothPbapActivityTest.java150 Intent intent = new Intent(BluetoothPbapService.USER_CONFIRM_TIMEOUT_ACTION); in onReceiveTimeoutIntent_sendsDismissDialogMessage()