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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 165 static final String MEDIA_SCANNED = "scanned";
BluetoothOppService.java 303 private static final int MEDIA_SCANNED = 2;
349 case MEDIA_SCANNED:
356 updateValues.put(Constants.MEDIA_SCANNED, Constants.MEDIA_SCANNED_SCANNED_OK);
369 updateValues1.put(Constants.MEDIA_SCANNED,
720 cursor.getInt(cursor.getColumnIndexOrThrow(Constants.MEDIA_SCANNED))
    [all...]
BluetoothOppProvider.java 150 + BluetoothShare.TIMESTAMP + " INTEGER," + Constants.MEDIA_SCANNED
237 filteredValues.put(Constants.MEDIA_SCANNED, 0);

Completed in 71 milliseconds