Home
last modified time | relevance | path

Searched refs:derivedType (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DRootInfo.java102 public @RootType int derivedType; field in RootInfo
127 derivedType = 0; in reset()
212 derivedType = TYPE_LOCAL; in deriveFields()
215 derivedType = TYPE_MTP; in deriveFields()
218 derivedType = TYPE_USB; in deriveFields()
221 derivedType = TYPE_SD; in deriveFields()
224 derivedType = TYPE_LOCAL; in deriveFields()
227 derivedType = TYPE_DOWNLOADS; in deriveFields()
230 derivedType = TYPE_IMAGES; in deriveFields()
233 derivedType = TYPE_VIDEO; in deriveFields()
[all …]
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestProvidersAccess.java55 DOWNLOADS.derivedType = RootInfo.TYPE_DOWNLOADS;
65 HOME.derivedType = RootInfo.TYPE_LOCAL;
75 HAMMY.derivedType = RootInfo.TYPE_LOCAL;
85 derivedType = RootInfo.TYPE_RECENTS;
102 IMAGE.derivedType = RootInfo.TYPE_IMAGES;
108 AUDIO.derivedType = RootInfo.TYPE_AUDIO;
114 VIDEO.derivedType = RootInfo.TYPE_VIDEO;
120 EXTERNALSTORAGE.derivedType = RootInfo.TYPE_LOCAL;
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DProvidersCache.java114 derivedType = RootInfo.TYPE_RECENTS; in ProvidersCache()
161 assert(mRecentsRoot.derivedType == RootInfo.TYPE_RECENTS); in updateAsync()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DBaseActivity.java666 switch (root.derivedType) { in updateHeaderTitle()