Home
last modified time | relevance | path

Searched refs:FLAG_FORCE (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_service_test.cpp79 #define FLAG_FORCE InstalldNativeService::FLAG_FORCE macro
187 service->fixupAppData(testUuid, FLAG_FORCE); in TEST_F()
/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
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp850 if (!(flags & FLAG_FORCE)) { in fixupAppData()
884 if (!(flags & FLAG_FORCE)) { in fixupAppData()