Searched refs:getUserTypesForStatsd (Results 1 – 4 of 4) sorted by relevance
155 userManagerInternal.getUserTypesForStatsd(newUsers) /* user_types */, in reportInstallationStats()157 userManagerInternal.getUserTypesForStatsd(originalUsers) /* original_user_types */, in reportInstallationStats()287 final int[] removedUserTypes = userManagerInternal.getUserTypesForStatsd(removedUsers); in onUninstallSucceeded()289 final int[] originalUserTypes = userManagerInternal.getUserTypesForStatsd(originalUsers); in onUninstallSucceeded()
570 public abstract int[] getUserTypesForStatsd(@UserIdInt int[] userIds); in getUserTypesForStatsd() method in UserManagerInternal
7885 public int[] getUserTypesForStatsd(@UserIdInt int[] userIds) {
61 whenever(mUserManagerInternal.getUserTypesForStatsd(any())).thenReturn(intArrayOf(1, 1)) in setup()