Home
last modified time | relevance | path

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

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