Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_cache_test.cpp44 #define FLAG_FREE_CACHE_V2_DEFY_QUOTA InstalldNativeService::FLAG_FREE_CACHE_V2_DEFY_QUOTA macro
/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl136 const int FLAG_FREE_CACHE_V2_DEFY_QUOTA = 0x200; field
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java102 public static final int FLAG_FREE_CACHE_V2_DEFY_QUOTA = IInstalld.FLAG_FREE_CACHE_V2_DEFY_QUOTA; field in Installer