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

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoStoreTest.java 24 import android.provider.ContactsContract.PhotoFiles;
143 new String[]{PhotoFiles.WIDTH, PhotoFiles.HEIGHT, PhotoFiles.FILESIZE},
144 PhotoFiles._ID + "=?", new String[]{String.valueOf(photoFileId)}, null, null, null);
164 new String[]{PhotoFiles.HEIGHT, PhotoFiles.WIDTH, PhotoFiles.FILESIZE},
165 PhotoFiles._ID + "=?", new String[]{String.valueOf(photoFileId)}, null, null, null);
187 Cursor c = mDb.query(Tables.PHOTO_FILES, new String[]{PhotoFiles._ID}
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java 21 import android.provider.ContactsContract.PhotoFiles;
205 values.put(PhotoFiles.HEIGHT, height);
206 values.put(PhotoFiles.WIDTH, width);
207 values.put(PhotoFiles.FILESIZE, photoBytes.length);
ContactsDatabaseHelper.java 66 import android.provider.ContactsContract.PhotoFiles;
    [all...]
ContactsProvider2.java 94 import android.provider.ContactsContract.PhotoFiles;
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 35 import android.provider.ContactsContract.PhotoFiles;
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 5647 milliseconds