Home
last modified time | relevance | path

Searched refs:TYPE_LOCAL (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
DContactInfoRequest.java47 TYPE_LOCAL,
55 public static final int TYPE_LOCAL = 0; field in ContactInfoRequest
102 return type == TYPE_LOCAL || type == TYPE_LOCAL_AND_REMOTE; in isLocalRequest()
DContactInfoCache.java115 : ContactInfoRequest.TYPE_LOCAL; in getValue()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDataSourceType.java23 public static final int TYPE_LOCAL = 1; field in DataSourceType
41 if (prefix == LOCAL_ROOT) return TYPE_LOCAL; in identifySourceType()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestProvidersAccess.java76 HOME.derivedType = RootInfo.TYPE_LOCAL;
87 HAMMY.derivedType = RootInfo.TYPE_LOCAL;
149 EXTERNALSTORAGE.derivedType = RootInfo.TYPE_LOCAL;
158 NO_TREE_ROOT.derivedType = RootInfo.TYPE_LOCAL;
200 HOME.derivedType = RootInfo.TYPE_LOCAL;
261 HOME.derivedType = RootInfo.TYPE_LOCAL;
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DRootInfo.java71 TYPE_LOCAL,
85 public static final int TYPE_LOCAL = 7; field in RootInfo
257 derivedType = TYPE_LOCAL; in deriveFields()
358 return derivedType == TYPE_LOCAL in isStorage()
365 return derivedType == TYPE_LOCAL; in isPhoneStorage()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumLabelMaker.java70 case DataSourceType.TYPE_LOCAL: in getOverlayAlbumIcon()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DBaseActivity.java821 case RootInfo.TYPE_LOCAL: in updateHeaderTitle()