Searched defs:confirm (Results 1 - 5 of 5) 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, long totalBytes, long currentBytes, long timestamp, boolean mediaScanned) argument
H A DBluetoothOppNotification.java54 * where there is an ongoing transfer, incoming transfer need confirm and
66 static final String confirm = "(" + BluetoothShare.USER_CONFIRMATION + " == '" field in class:BluetoothOppNotification
76 static final String WHERE_RUNNING = status + " AND " + visible + " AND " + confirm;
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DSmsStorageLowWarningFragment.java67 * Perform confirm action for a specific action
71 private void confirm(final int actionIndex) { method in class:SmsStorageLowWarningFragment
147 ((SmsStorageLowWarningFragment) getTargetFragment()).confirm(position);
158 * The dialog to confirm user's delete action
231 * Get the confirm dialog text for a specific delete action
/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java185 static final String CONFIRMATION = "confirm";
693 private void sendResponse(int resId, int slotId, boolean confirm) { argument
699 args.putBoolean(StkAppService.CONFIRMATION, confirm);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java552 boolean confirm, byte[] value) {
556 srvcId.getUuid(), charInstanceId, charId.getUuid(), confirm, value);
2025 boolean confirm, byte[] value) {
2039 if (confirm) {
549 sendNotification(int serverIf, String address, int srvcType, int srvcInstanceId, ParcelUuid srvcId, int charInstanceId, ParcelUuid charId, boolean confirm, byte[] value) argument
2022 sendNotification(int serverIf, String address, int srvcType, int srvcInstanceId, UUID srvcUuid, int charInstanceId, UUID charUuid, boolean confirm, byte[] value) argument

Completed in 186 milliseconds