Searched refs:FLAG_CLEAR_CACHE_ONLY (Results 1 – 4 of 4) sorted by relevance
66 constexpr int FLAG_CLEAR_CACHE_ONLY = 1 << 8; variable
248 if (flags & FLAG_CLEAR_CACHE_ONLY) { in clear_app_data()
54 public static final int FLAG_CLEAR_CACHE_ONLY = 1 << 8; field in Installer
16682 clearAppDataLIF(pkg, userId, flags | Installer.FLAG_CLEAR_CACHE_ONLY);