Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/tests/
Dinstalld_service_test.cpp48 #define FLAG_FORCE InstalldNativeService::FLAG_FORCE macro
156 service->fixupAppData(testUuid, FLAG_FORCE); in TEST_F()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl140 const int FLAG_FORCE = 0x2000; field
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java106 public static final int FLAG_FORCE = IInstalld.FLAG_FORCE; field in Installer
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp850 if (!(flags & FLAG_FORCE)) { in fixupAppData()
884 if (!(flags & FLAG_FORCE)) { in fixupAppData()