Home
last modified time | relevance | path

Searched refs:FLAG_FREE_CACHE_NOOP (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl137 const int FLAG_FREE_CACHE_NOOP = 0x400; field
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java103 public static final int FLAG_FREE_CACHE_NOOP = IInstalld.FLAG_FREE_CACHE_NOOP; field in Installer
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1357 auto noop = (flags & FLAG_FREE_CACHE_NOOP); in freeCache()