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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 238 public static final int USER_CONFIRMATION_PENDING = 0;
BluetoothOppService.java 669 && (BluetoothShare.isStatusCompleted(info.mStatus) || newConfirm == BluetoothShare.USER_CONFIRMATION_PENDING)) {
675 if (info.mConfirm == BluetoothShare.USER_CONFIRMATION_PENDING
676 && newConfirm != BluetoothShare.USER_CONFIRMATION_PENDING) {
    [all...]
BluetoothOppProvider.java 264 con = BluetoothShare.USER_CONFIRMATION_PENDING;
BluetoothOppReceiver.java 205 if (((userConfirmation == BluetoothShare.USER_CONFIRMATION_PENDING))
BluetoothOppNotification.java 86 + BluetoothShare.USER_CONFIRMATION_PENDING + "'" + " AND " + visible;
BluetoothOppObexServerSession.java 84 private int mAccepted = BluetoothShare.USER_CONFIRMATION_PENDING;

Completed in 333 milliseconds