OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAG_CLEAR_CACHE_ONLY
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/core/java/com/android/server/pm/
Installer.java
61
public static final int
FLAG_CLEAR_CACHE_ONLY
= 1 << 8;
PackageManagerService.java
[
all
...]
/frameworks/native/cmds/installd/
InstalldNativeService.cpp
86
static constexpr int
FLAG_CLEAR_CACHE_ONLY
= 1 << 8;
514
if (flags &
FLAG_CLEAR_CACHE_ONLY
) {
528
if (flags &
FLAG_CLEAR_CACHE_ONLY
) {
[
all
...]
Completed in 685 milliseconds