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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothShare.java75 public static final String USER_CONFIRMATION_TIMEOUT_ACTION = "android.btopp.intent.action.USER_CONFIRMATION_TIMEOUT"; field in class:BluetoothShare
H A DBluetoothOppIncomingFileConfirmActivity.java85 if (!BluetoothShare.USER_CONFIRMATION_TIMEOUT_ACTION.equals(intent.getAction())) {
124 BluetoothShare.USER_CONFIRMATION_TIMEOUT_ACTION));
H A DBluetoothOppTransfer.java290 Intent in = new Intent(BluetoothShare.USER_CONFIRMATION_TIMEOUT_ACTION);

Completed in 53 milliseconds