Searched refs:instantAppId (Results 1 – 1 of 1) sorted by relevance
388 int instantAppId) { in isInstantAccessGranted() argument400 return instantGrantList.get(instantAppId); in isInstantAccessGranted()405 int targetAppId, int instantAppId) { in grantInstantAccessLPw() argument410 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() argument448 instantAppList.put(instantAppId, true /*installed*/); in addInstantAppLPw()452 private void removeInstantAppLPw(@UserIdInt int userId, int instantAppId) { in removeInstantAppLPw() argument462 instantAppList.delete(instantAppId); in removeInstantAppLPw()473 targetAppList.valueAt(i).delete(instantAppId); in removeInstantAppLPw()