Searched refs:instantAppId (Results 1 – 1 of 1) sorted by relevance
387 int instantAppId) { in isInstantAccessGranted() argument399 return instantGrantList.get(instantAppId); in isInstantAccessGranted()404 int targetAppId, int instantAppId) { in grantInstantAccessLPw() argument409 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() argument447 instantAppList.put(instantAppId, true /*installed*/); in addInstantAppLPw()451 private void removeInstantAppLPw(@UserIdInt int userId, int instantAppId) { in removeInstantAppLPw() argument461 instantAppList.delete(instantAppId); in removeInstantAppLPw()472 targetAppList.valueAt(i).delete(instantAppId); in removeInstantAppLPw()