HomeSort by relevance Sort by last modified time
    Searched refs:USER_CONFIRMATION (Results 1 - 11 of 11) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 174 public static final String USER_CONFIRMATION = "confirm";
BluetoothOppNotification.java 64 static final String confirm = "(" + BluetoothShare.USER_CONFIRMATION + " == '"
66 + BluetoothShare.USER_CONFIRMATION + " == '"
68 + BluetoothShare.USER_CONFIRMATION + " == '"
71 static final String not_through_handover = "(" + BluetoothShare.USER_CONFIRMATION + " != '"
85 static final String WHERE_CONFIRM_PENDING = BluetoothShare.USER_CONFIRMATION + " == '"
236 final int confirmIndex = cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION);
BluetoothOppIncomingFileConfirmActivity.java 143 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION,
154 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION,
BluetoothOppProvider.java 167 + " INTEGER, " + BluetoothShare.USER_CONFIRMATION + " INTEGER, "
247 Integer con = values.getAsInteger(BluetoothShare.USER_CONFIRMATION);
259 filteredValues.put(BluetoothShare.USER_CONFIRMATION, con);
BluetoothOppManager.java 442 values.put(BluetoothShare.USER_CONFIRMATION,
461 values.put(BluetoothShare.USER_CONFIRMATION,
BluetoothOppObexServerSession.java 283 values.put(BluetoothShare.USER_CONFIRMATION,
289 values.put(BluetoothShare.USER_CONFIRMATION,
BluetoothOppService.java 579 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)),
709 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION));
724 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION));
    [all...]
BluetoothOppReceiver.java 203 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION);
BluetoothOppUtility.java 116 cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION));
BluetoothOppTransfer.java 282 .put(BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_TIMEOUT);
TestActivity.java 204 * BluetoothShare.VISIBILITY, BluetoothShare.USER_CONFIRMATION,
295 updateValues.put(BluetoothShare.USER_CONFIRMATION,
310 // updateValues.put(BluetoothShare.USER_CONFIRMATION,

Completed in 980 milliseconds