Searched defs:confirm (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java53 * where there is an ongoing transfer, incoming transfer need confirm and
65 static final String confirm = "(" + BluetoothShare.USER_CONFIRMATION + " == '" field in class:BluetoothOppNotification
70 static final String WHERE_RUNNING = status + " AND " + visible + " AND " + confirm;
H A DBluetoothOppShareInfo.java70 int direction, String destination, int visibility, int confirm, int status,
80 mConfirm = confirm;
69 BluetoothOppShareInfo(int id, String uri, String hint, String filename, String mimetype, int direction, String destination, int visibility, int confirm, int status, int totalBytes, int currentBytes, int timestamp, boolean mediaScanned) argument

Completed in 55 milliseconds