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.java126 if (!BluetoothShare.USER_CONFIRMATION_TIMEOUT_ACTION.equals( in onCreate()
133 IntentFilter filter = new IntentFilter(BluetoothShare.USER_CONFIRMATION_TIMEOUT_ACTION); in onCreate()
DBluetoothShare.java59 public static final String USER_CONFIRMATION_TIMEOUT_ACTION = field in BluetoothShare
DBluetoothOppTransfer.java427 Intent in = new Intent(BluetoothShare.USER_CONFIRMATION_TIMEOUT_ACTION); in handleMessage()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DIncomingFileConfirmActivityTest.java237 Intent in = new Intent(BluetoothShare.USER_CONFIRMATION_TIMEOUT_ACTION); in onTimeout_broadcastUserConfirmationTimeoutAction_sendDismissTimeoutDialogMessage()
DBluetoothOppTransferTest.java350 … .USER_CONFIRMATION_TIMEOUT_ACTION))); in eventHandler_handleMessage_MSG_CONNECT_TIMEOUT()