Searched refs:mSystemModules (Results 1 – 2 of 2) sorted by relevance
155 final HashMap<String, Boolean> mSystemModules = new HashMap<>(); field in ApplicationsState226 mSystemModules.put(info.getPackageName(), info.isHidden()); in ApplicationsState()447 Boolean isHidden = mSystemModules.get(packageName); in isHiddenModule()456 return mSystemModules.containsKey(packageName); in isSystemModule()
820 mApplicationsState.mSystemModules.put(PKG_1, /* value= */ false); in getEntry_hasNoCache_shouldReturnEntry()