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

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DStockSource.java34 private static final int[] PHOTOS = { R.drawable.blank_photo }; field in class:StockSource
46 mImageList = new ArrayList<ImageData>(PHOTOS.length);
67 for (int i = 0; i < PHOTOS.length; i++) {
69 data.id = Integer.toString(PHOTOS[i]);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java102 private static final int PHOTOS = 25; field in class:LegacyApiSupport
218 public static final String PHOTOS = "view_v1_photos"; field in interface:LegacyApiSupport.LegacyTables
341 matcher.addURI(authority, "photos", PHOTOS);
742 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.PHOTOS + ";");
743 db.execSQL("CREATE VIEW " + LegacyTables.PHOTOS + " AS SELECT " +
1040 case PHOTOS:
1586 case PHOTOS:
1856 qb.setTables(LegacyTables.PHOTOS + " photos");
1864 case PHOTOS:
1865 qb.setTables(LegacyTables.PHOTOS
[all...]

Completed in 80 milliseconds