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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppShareInfo.java72 int direction, String destination, int visibility, int confirm, int status,
82 mConfirm = confirm;
71 BluetoothOppShareInfo(int id, Uri 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
H A DBluetoothOppNotification.java52 * where there is an ongoing transfer, incoming transfer need confirm and
64 static final String confirm = "(" + BluetoothShare.USER_CONFIRMATION + " == '" field in class:BluetoothOppNotification
74 static final String WHERE_RUNNING = status + " AND " + visible + " AND " + confirm;

Completed in 101 milliseconds