Searched refs:newUsers (Results 1 – 4 of 4) sorted by relevance
96 final int[] newUsers = mInstallRequest.getNewUsers(); in reportInstallationStats() local122 newUsers /* user_ids */, in reportInstallationStats()123 userManagerInternal.getUserTypesForStatsd(newUsers) /* user_types */, in reportInstallationStats()
151 InstallRequest(int userId, int returnCode, AndroidPackage pkg, int[] newUsers, in InstallRequest() argument157 mNewUsers = newUsers; in InstallRequest()682 public void setNewUsers(int[] newUsers) { in setNewUsers() argument683 mNewUsers = newUsers; in setNewUsers()
6195 final int[] newUsers = new int[num];6206 newUsers[n++] = userId;6210 mUserIds = newUsers;
7815 void notifyInstantAppPackageInstalled(String packageName, int[] newUsers) {7816 mInstantAppRegistry.onPackageInstalled(snapshotComputer(), packageName, newUsers);