Home
last modified time | relevance | path

Searched defs:targetAppId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppRegistry.java388 public boolean isInstantAccessGranted(@UserIdInt int userId, int targetAppId, in isInstantAccessGranted()
479 private void removeAppLPw(@UserIdInt int userId, int targetAppId) { in removeAppLPw()
DAppsFilter.java996 final int targetAppId = targetPkgSetting.appId; in shouldFilterApplicationInternal() local