Searched defs:MEDIA_SCANNED (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DConstants.java187 public static final String MEDIA_SCANNED = "scanned"; field in class:Constants
H A DBluetoothOppService.java214 private static final int MEDIA_SCANNED = 2; field in class:BluetoothOppService
258 case MEDIA_SCANNED:
263 updateValues.put(Constants.MEDIA_SCANNED, Constants.MEDIA_SCANNED_SCANNED_OK);
276 updateValues1.put(Constants.MEDIA_SCANNED,
624 cursor.getInt(cursor.getColumnIndexOrThrow(Constants.MEDIA_SCANNED)) != Constants.MEDIA_SCANNED_NOT_SCANNED);
776 info.mMediaScanned = (cursor.getInt(cursor.getColumnIndexOrThrow(Constants.MEDIA_SCANNED)) != Constants.MEDIA_SCANNED_NOT_SCANNED);
1039 msg.what = MEDIA_SCANNED;

Completed in 163 milliseconds