Searched defs:PHOTO (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/data/
H A DFilmstripItemType.java25 PHOTO, enum constant in enum:FilmstripItemType
/packages/apps/Camera2/src/com/android/camera/settings/
H A DSettingsScopeNamespaces.java22 * {@link #PHOTO} namespace.
27 public static final String PHOTO = "PhotoModule"; field in class:SettingsScopeNamespaces
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapVcardManager.java750 PHOTO( 3, "PHOTO", false, false), enum constant in enum:BluetoothPbapVcardManager.VCardFilter.FilterBit
792 return isFilteredIn(FilterBit.PHOTO, false);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java167 Photo.PHOTO
170 final int PHOTO = 0; field in interface:ConfirmAddDetailActivity.PhotoQuery
471 && !cursor.isNull(PhotoQuery.PHOTO)) {
472 byte[] photoData = cursor.getBlob(PhotoQuery.PHOTO);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionEngine.java302 Photo.PHOTO,
317 public static final int PHOTO = 9; field in class:AggregationSuggestionEngine.DataQuery
475 if (dataId == photoId && !mDataCursor.isNull(DataQuery.PHOTO)) {
476 suggestion.photo = mDataCursor.getBlob(DataQuery.PHOTO);
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DContactHeaderWidget.java125 Photo.PHOTO
128 int PHOTO = 0; field in interface:ContactHeaderWidget.PhotoQuery
245 && !cursor.isNull(PhotoQuery.PHOTO)) {
246 byte[] photoData = cursor.getBlob(PhotoQuery.PHOTO);

Completed in 1142 milliseconds