Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_service_test.cpp79 #define FLAG_FORCE InstalldNativeService::FLAG_FORCE macro
/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl140 const int FLAG_FORCE = 0x2000; field
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java106 public static final int FLAG_FORCE = IInstalld.FLAG_FORCE; field in Installer