HomeSort by relevance Sort by last modified time
    Searched defs:TYPE_LOCAL (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataSourceType.java 23 public static final int TYPE_LOCAL = 1;
41 if (prefix == LOCAL_ROOT) return TYPE_LOCAL;
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
RootInfo.java 64 TYPE_LOCAL,
77 public static final int TYPE_LOCAL = 6;
197 derivedType = TYPE_LOCAL;
209 derivedType = TYPE_LOCAL;

Completed in 106 milliseconds