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 386 updateValues.put(BluetoothShare.CURRENT_BYTES, 0);
437 updateValues.put(BluetoothShare.CURRENT_BYTES, position);
467 updateValues.put(BluetoothShare.CURRENT_BYTES, position);
BluetoothOppProvider.java 182 + " INTEGER, " + BluetoothShare.CURRENT_BYTES + " INTEGER, "
BluetoothOppUtility.java 76 .getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES));
BluetoothOppService.java 532 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)),
691 .getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES));
    [all...]
BluetoothOppNotification.java 233 final int currentBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES);
BluetoothOppObexServerSession.java 484 updateValues.put(BluetoothShare.CURRENT_BYTES, position);

Completed in 135 milliseconds