Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppIncomingFileConfirmActivity.java125 if (!BluetoothShare.USER_CONFIRMATION_TIMEOUT_ACTION.equals(intent.getAction())) { in onCreate()
132 new IntentFilter(BluetoothShare.USER_CONFIRMATION_TIMEOUT_ACTION)); in onCreate()
DBluetoothShare.java70 public static final String USER_CONFIRMATION_TIMEOUT_ACTION = field in BluetoothShare
DBluetoothOppTransfer.java391 Intent in = new Intent(BluetoothShare.USER_CONFIRMATION_TIMEOUT_ACTION); in handleMessage()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DIncomingFileConfirmActivityTest.java184 Intent in = new Intent(BluetoothShare.USER_CONFIRMATION_TIMEOUT_ACTION); in onTimeout_sendIntentWithUSER_CONFIRMATION_TIMEOUT_ACTION_finish()
DBluetoothOppTransferTest.java265 arg -> arg.getAction().equals(BluetoothShare.USER_CONFIRMATION_TIMEOUT_ACTION))); in eventHandler_handleMessage_MSG_CONNECT_TIMEOUT()