OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uriIndex
(Results
1 - 5
of
5
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java
[
all
...]
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java
427
final int
uriIndex
= data.getColumnIndex(PhotoContract.PhotoViewColumns.URI);
437
final String uriString = data.getString(
uriIndex
);
649
int
uriIndex
= cursor.getColumnIndex(PhotoContract.PhotoViewColumns.URI);
650
mCurrentPhotoUri = cursor.getString(
uriIndex
);
[
all
...]
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java
426
final int
uriIndex
= data.getColumnIndex(PhotoContract.PhotoViewColumns.URI);
436
final String uriString = data.getString(
uriIndex
);
648
int
uriIndex
= cursor.getColumnIndex(PhotoContract.PhotoViewColumns.URI);
649
mCurrentPhotoUri = cursor.getString(
uriIndex
);
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherProvider.java
565
final int
uriIndex
= c.getColumnIndexOrThrow(LauncherSettings.Favorites.URI);
585
values.put(LauncherSettings.Favorites.URI, c.getString(
uriIndex
));
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java
387
final int
uriIndex
= c.getColumnIndexOrThrow(LauncherSettings.Favorites.URI);
407
values.put(LauncherSettings.Favorites.URI, c.getString(
uriIndex
));
[
all
...]
Completed in 70 milliseconds