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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothShare.java69 public static final String INCOMING_FILE_CONFIRMATION_REQUEST_ACTION = "android.btopp.intent.action.INCOMING_FILE_NOTIFICATION"; field in class:BluetoothShare
H A DBluetoothOppReceiver.java127 } else if (action.equals(BluetoothShare.INCOMING_FILE_CONFIRMATION_REQUEST_ACTION)) {
H A DBluetoothOppObexServerSession.java283 Intent in = new Intent(BluetoothShare.INCOMING_FILE_CONFIRMATION_REQUEST_ACTION);

Completed in 34 milliseconds