Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dinstalld_constants.h58 constexpr int DEXOPT_FOR_RESTORE = 1 << 13; // TODO(b/135202722): remove variable
74 | DEXOPT_FOR_RESTORE;
Ddexopt.cpp2120 bool for_restore = (dexopt_flags & DEXOPT_FOR_RESTORE) != 0; in dexopt()
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp649 DEXOPT_FOR_RESTORE | DEXOPT_BOOTCOMPLETE | DEXOPT_PUBLIC, in TEST_F()