Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DAppsFilterBase.java235 PackageStateInternal callingPkgSetting, in isQueryableViaComponentWhenRequireRecompute() argument
242 if (callingPkgSetting != null) { in isQueryableViaComponentWhenRequireRecompute()
243 if (callingPkgSetting.getPkg() != null in isQueryableViaComponentWhenRequireRecompute()
420 final PackageStateInternal callingPkgSetting; in shouldFilterApplicationInternal() local
429 callingPkgSetting = null; in shouldFilterApplicationInternal()
436 callingPkgSetting = packageState; in shouldFilterApplicationInternal()
439 callingPkgSetting = null; in shouldFilterApplicationInternal()
447 if (callingPkgSetting != null) { in shouldFilterApplicationInternal()
448 if (callingPkgSetting.getPkg() != null in shouldFilterApplicationInternal()
471 if (callingPkgSetting != null) { in shouldFilterApplicationInternal()
[all …]
H A DAppsFilterImpl.java990 PackageStateInternal callingPkgSetting, in isQueryableViaComponentWhenRequireRecompute() argument