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.java387 int instantAppId) { in isInstantAccessGranted() argument
399 return instantGrantList.get(instantAppId); in isInstantAccessGranted()
404 int targetAppId, int instantAppId) { in grantInstantAccessLPw() argument
409 if (instantAppList == null || !instantAppList.get(instantAppId)) { in grantInstantAccessLPw()
434 instantGrantList.put(instantAppId, true /*granted*/); in grantInstantAccessLPw()
438 public void addInstantAppLPw(@UserIdInt int userId, int instantAppId) { in addInstantAppLPw() argument
447 instantAppList.put(instantAppId, true /*installed*/); in addInstantAppLPw()
451 private void removeInstantAppLPw(@UserIdInt int userId, int instantAppId) { in removeInstantAppLPw() argument
461 instantAppList.delete(instantAppId); in removeInstantAppLPw()
472 targetAppList.valueAt(i).delete(instantAppId); in removeInstantAppLPw()