Searched refs:MEDIA_SCANNED (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java209 private static final int MEDIA_SCANNED = 2; field in class:BluetoothOppService
247 case MEDIA_SCANNED:
252 updateValues.put(Constants.MEDIA_SCANNED, Constants.MEDIA_SCANNED_SCANNED_OK);
265 updateValues1.put(Constants.MEDIA_SCANNED,
584 cursor.getInt(cursor.getColumnIndexOrThrow(Constants.MEDIA_SCANNED)) != Constants.MEDIA_SCANNED_NOT_SCANNED);
737 info.mMediaScanned = (cursor.getInt(cursor.getColumnIndexOrThrow(Constants.MEDIA_SCANNED)) != Constants.MEDIA_SCANNED_NOT_SCANNED);
1000 msg.what = MEDIA_SCANNED;
H A DConstants.java187 public static final String MEDIA_SCANNED = "scanned"; field in class:Constants
H A DBluetoothOppProvider.java170 + BluetoothShare.TIMESTAMP + " INTEGER," + Constants.MEDIA_SCANNED
263 filteredValues.put(Constants.MEDIA_SCANNED, 0);

Completed in 71 milliseconds