Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothShare.java69 …public static final String INCOMING_FILE_CONFIRMATION_REQUEST_ACTION = "android.btopp.intent.actio… field in BluetoothShare
DBluetoothOppReceiver.java128 } else if (action.equals(BluetoothShare.INCOMING_FILE_CONFIRMATION_REQUEST_ACTION)) { in onReceive()
DBluetoothOppObexServerSession.java297 Intent in = new Intent(BluetoothShare.INCOMING_FILE_CONFIRMATION_REQUEST_ACTION); in onPut()