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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 211 public static final String CURRENT_BYTES = "current_bytes";
BluetoothOppObexClientSession.java 388 updateValues.put(BluetoothShare.CURRENT_BYTES, 0);
439 updateValues.put(BluetoothShare.CURRENT_BYTES, position);
469 updateValues.put(BluetoothShare.CURRENT_BYTES, position);
BluetoothOppProvider.java 182 + " INTEGER, " + BluetoothShare.CURRENT_BYTES + " INTEGER, "
BluetoothOppUtility.java 81 .getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES));
BluetoothOppService.java 567 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)),
720 .getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES));
    [all...]
BluetoothOppNotification.java 233 final int currentBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES);
BluetoothOppObexServerSession.java 485 updateValues.put(BluetoothShare.CURRENT_BYTES, position);

Completed in 63 milliseconds