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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 174 public static final String USER_CONFIRMATION = "confirm";
BluetoothOppIncomingFileConfirmActivity.java 146 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION,
157 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION,
BluetoothOppNotification.java 65 static final String confirm = "(" + BluetoothShare.USER_CONFIRMATION + " == '"
67 + BluetoothShare.USER_CONFIRMATION + " == '"
80 static final String WHERE_CONFIRM_PENDING = BluetoothShare.USER_CONFIRMATION + " == '"
BluetoothOppProvider.java 178 + " INTEGER, " + BluetoothShare.USER_CONFIRMATION + " INTEGER, "
252 Integer con = values.getAsInteger(BluetoothShare.USER_CONFIRMATION);
263 filteredValues.put(BluetoothShare.USER_CONFIRMATION, con);
BluetoothOppReceiver.java 202 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION);
BluetoothOppService.java 529 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)),
665 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION));
680 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION));
    [all...]
BluetoothOppObexServerSession.java 274 values.put(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 3098 milliseconds