HomeSort by relevance Sort by last modified time
    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/Launcher2/src/com/android/launcher2/
LauncherProvider.java 367 final int uriIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.URI);
387 values.put(LauncherSettings.Favorites.URI, c.getString(uriIndex));
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherProvider.java 487 final int uriIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.URI);
507 values.put(LauncherSettings.Favorites.URI, c.getString(uriIndex));
    [all...]

Completed in 229 milliseconds