Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppRegistry.java388 int instantAppId) { in isInstantAccessGranted() argument
400 return instantGrantList.get(instantAppId); in isInstantAccessGranted()
405 int targetAppId, int instantAppId) { in grantInstantAccessLPw() argument
410 if (instantAppList == null || !instantAppList.get(instantAppId)) { in grantInstantAccessLPw()
435 instantGrantList.put(instantAppId, true /*granted*/); in grantInstantAccessLPw()
439 public void addInstantAppLPw(@UserIdInt int userId, int instantAppId) { in addInstantAppLPw() argument
448 instantAppList.put(instantAppId, true /*installed*/); in addInstantAppLPw()
452 private void removeInstantAppLPw(@UserIdInt int userId, int instantAppId) { in removeInstantAppLPw() argument
462 instantAppList.delete(instantAppId); in removeInstantAppLPw()
473 targetAppList.valueAt(i).delete(instantAppId); in removeInstantAppLPw()