Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapService.java79 public static final String USER_CONFIRM_TIMEOUT_ACTION = field in SapService
665 filter.addAction(USER_CONFIRM_TIMEOUT_ACTION); in start()
740 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in setUserTimeoutAlarm()
755 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in cancelUserTimeoutAlarm()
776 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in sendShutdownMessage()
878 if (action.equals(USER_CONFIRM_TIMEOUT_ACTION)) { in onReceive()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapActivity.java96 if (!BluetoothPbapService.USER_CONFIRM_TIMEOUT_ACTION.equals(intent.getAction())) {
120 new IntentFilter(BluetoothPbapService.USER_CONFIRM_TIMEOUT_ACTION)); in onCreate()
H A DPbapStateMachine.java323 Intent i = new Intent(BluetoothPbapService.USER_CONFIRM_TIMEOUT_ACTION); in processMessage()
H A DBluetoothPbapService.java113 static final String USER_CONFIRM_TIMEOUT_ACTION = field in BluetoothPbapService
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java87 public static final String USER_CONFIRM_TIMEOUT_ACTION = field in BluetoothMapService
678 filter.addAction(USER_CONFIRM_TIMEOUT_ACTION); in start()
964 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in setUserTimeoutAlarm()
975 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in cancelUserTimeoutAlarm()
1033 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in sendShutdownMessage()
1065 if (action.equals(USER_CONFIRM_TIMEOUT_ACTION)) { in onReceive()