OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PhotoQuery
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/
PhotoContract.java
58
public static interface
PhotoQuery
{
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
PhotoPagerLoader.java
38
mProjection = projection != null ? projection : PhotoContract.
PhotoQuery
.PROJECTION;
/packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java
123
private interface
PhotoQuery
{
245
&& !cursor.isNull(
PhotoQuery
.PHOTO)) {
246
byte[] photoData = cursor.getBlob(
PhotoQuery
.PHOTO);
610
ContentUris.withAppendedId(Data.CONTENT_URI, photoId),
PhotoQuery
.COLUMNS,
/frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java
116
private static class
PhotoQuery
{
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java
145
*
PhotoQuery
contains the projection used for retrieving the name and photo
162
*
PhotoQuery
contains the projection used for retrieving the raw bytes of
165
private interface
PhotoQuery
{
327
PhotoQuery
.COLUMNS, null, null, null);
471
&& !cursor.isNull(
PhotoQuery
.PHOTO)) {
472
byte[] photoData = cursor.getBlob(
PhotoQuery
.PHOTO);
[
all
...]
Completed in 165 milliseconds