HomeSort by relevance Sort by last modified time
    Searched defs:WHERE (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppUtility.java 137 final String WHERE = BluetoothShare.TIMESTAMP + " == " + timeStamp;
142 }, WHERE, null, BluetoothShare._ID);
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoProvider.java 225 protected static final String WHERE = " WHERE ";
351 String where; local
356 where = WHERE_ID;
361 return DatabaseUtils.concatenateWhere(selection, where);
461 protected static String metadataSelectionFromPhotos(String where) {
462 return nestWhere(Metadata.PHOTO_ID, Photos.TABLE, where);
465 protected static String photoSelectionFromAlbums(String where) {
466 return nestWhere(Photos.ALBUM_ID, Albums.TABLE, where);
469 protected static String photoSelectionFromAccounts(String where) {
    [all...]

Completed in 430 milliseconds