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 146 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION,
157 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION,
BluetoothOppProvider.java 180 + " INTEGER, " + BluetoothShare.USER_CONFIRMATION + " INTEGER, "
254 Integer con = values.getAsInteger(BluetoothShare.USER_CONFIRMATION);
266 filteredValues.put(BluetoothShare.USER_CONFIRMATION, con);
BluetoothOppManager.java 435 values.put(BluetoothShare.USER_CONFIRMATION,
454 values.put(BluetoothShare.USER_CONFIRMATION,
BluetoothOppObexServerSession.java 280 values.put(BluetoothShare.USER_CONFIRMATION,
286 values.put(BluetoothShare.USER_CONFIRMATION,
BluetoothOppService.java 529 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)),
665 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION));
680 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION));
    [all...]
BluetoothOppReceiver.java 203 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION);
BluetoothOppUtility.java 111 cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION));
BluetoothOppTransfer.java 304 .put(BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_TIMEOUT);
    [all...]
TestActivity.java 204 * BluetoothShare.VISIBILITY, BluetoothShare.USER_CONFIRMATION,
295 updateValues.put(BluetoothShare.USER_CONFIRMATION,
310 // updateValues.put(BluetoothShare.USER_CONFIRMATION,

Completed in 67 milliseconds