Home
last modified time | relevance | path

Searched refs:mWebInstantAppsDisabled (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java839 private final WatchedSparseBooleanArray mWebInstantAppsDisabled = field in PackageManagerService
1090 webInstantAppsDisabled = mWebInstantAppsDisabled.snapshot(); in Snapshot()
1110 webInstantAppsDisabled = mWebInstantAppsDisabled; in Snapshot()
1823 if (mWebInstantAppsDisabled != null) { in registerObservers()
1824 mWebInstantAppsDisabled.registerObserver(mWatcher); in registerObservers()
4179 mWebInstantAppsDisabled.put(userId, instantAppsDisabledForUser);
DComputerEngine.java397 private final WatchedSparseBooleanArray mWebInstantAppsDisabled; field in ComputerEngine
448 mWebInstantAppsDisabled = args.webInstantAppsDisabled; in ComputerEngine()
2044 return mWebInstantAppsDisabled.get(userId); in areWebInstantAppsDisabled()