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.java389 int instantAppId) { in isInstantAccessGranted() argument
401 return instantGrantList.get(instantAppId); in isInstantAccessGranted()
406 int recipientUid, int instantAppId) { in grantInstantAccessLPw() argument
411 if (instantAppList == null || !instantAppList.get(instantAppId)) { in grantInstantAccessLPw()
436 instantGrantList.put(instantAppId, true /*granted*/); in grantInstantAccessLPw()
440 public void addInstantAppLPw(@UserIdInt int userId, int instantAppId) { in addInstantAppLPw() argument
449 instantAppList.put(instantAppId, true /*installed*/); in addInstantAppLPw()
453 private void removeInstantAppLPw(@UserIdInt int userId, int instantAppId) { in removeInstantAppLPw() argument
463 instantAppList.delete(instantAppId); in removeInstantAppLPw()
474 targetAppList.valueAt(i).delete(instantAppId); in removeInstantAppLPw()