Searched refs:instantAppId (Results 1 – 1 of 1) sorted by relevance
389 int instantAppId) { in isInstantAccessGranted() argument401 return instantGrantList.get(instantAppId); in isInstantAccessGranted()406 int recipientUid, int instantAppId) { in grantInstantAccessLPw() argument411 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() argument449 instantAppList.put(instantAppId, true /*installed*/); in addInstantAppLPw()453 private void removeInstantAppLPw(@UserIdInt int userId, int instantAppId) { in removeInstantAppLPw() argument463 instantAppList.delete(instantAppId); in removeInstantAppLPw()474 targetAppList.valueAt(i).delete(instantAppId); in removeInstantAppLPw()