Home
last modified time | relevance | path

Searched defs:FLAG_FREE_CACHE_NOOP (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl137 const int FLAG_FREE_CACHE_NOOP = 0x400; field
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java103 public static final int FLAG_FREE_CACHE_NOOP = IInstalld.FLAG_FREE_CACHE_NOOP; field in Installer