Home
last modified time | relevance | path

Searched defs:storageType (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/applications/appinfo/
H A DAppStoragePreferenceController.java81 final CharSequence storageType = mContext.getString(isExternal in getStorageSummary() local
/aosp12/system/tools/hidl/
H A DEnumType.cpp32 const Reference<Type>& storageType, Scope* parent) in EnumType()
35 const Type *EnumType::storageType() const { in storageType() function in android::EnumType
300 const std::string storageType = scalarType->getCppStackType(); in emitTypeDeclarations() local
328 const std::string storageType = scalarType->getCppStackType(); in emitTypeForwardDeclaration() local
367 const std::string storageType = scalarType->getCppStackType(); in emitEnumBitwiseOperator() local
411 const std::string storageType = scalarType->getCppStackType(); in emitBitFieldBitwiseAssignmentOperator() local
/aosp12/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
H A DManageApplications.java461 static AppFilter getCompositeFilter(int listType, int storageType, String volumeUuid) { in getCompositeFilter()