Searched refs:INCOMING_FILE_CONFIRMATION_REQUEST_ACTION (Results 1 – 3 of 3) sorted by relevance
69 …public static final String INCOMING_FILE_CONFIRMATION_REQUEST_ACTION = "android.btopp.intent.actio… field in BluetoothShare
128 } else if (action.equals(BluetoothShare.INCOMING_FILE_CONFIRMATION_REQUEST_ACTION)) { in onReceive()
297 Intent in = new Intent(BluetoothShare.INCOMING_FILE_CONFIRMATION_REQUEST_ACTION); in onPut()