Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppIncomingFileConfirmActivity.java82 if (!BluetoothShare.USER_CONFIRMATION_TIMEOUT_ACTION.equals(intent.getAction())) {
130 new IntentFilter(BluetoothShare.USER_CONFIRMATION_TIMEOUT_ACTION)); in onCreate()
DBluetoothShare.java70 public static final String USER_CONFIRMATION_TIMEOUT_ACTION = field in BluetoothShare
DBluetoothOppTransfer.java370 Intent in = new Intent(BluetoothShare.USER_CONFIRMATION_TIMEOUT_ACTION); in handleMessage()