HomeSort by relevance Sort by last modified time
    Searched full:totalbytesindex (Results 1 - 1 of 1) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 232 final int totalBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES);
244 int total = cursor.getInt(totalBytesIndex);

Completed in 276 milliseconds