Searched refs:getUserTypesForStatsd (Results 1 – 4 of 4) sorted by relevance
123 userManagerInternal.getUserTypesForStatsd(newUsers) /* user_types */, in reportInstallationStats()125 userManagerInternal.getUserTypesForStatsd(originalUsers) /* original_user_types */, in reportInstallationStats()238 final int[] removedUserTypes = userManagerInternal.getUserTypesForStatsd(removedUsers); in onUninstallSucceeded()240 final int[] originalUserTypes = userManagerInternal.getUserTypesForStatsd(originalUsers); in onUninstallSucceeded()
564 public abstract int[] getUserTypesForStatsd(@UserIdInt int[] userIds); in getUserTypesForStatsd() method in UserManagerInternal
7239 public int[] getUserTypesForStatsd(@UserIdInt int[] userIds) {
54 whenever(mUserManagerInternal.getUserTypesForStatsd(any())).thenReturn(intArrayOf(1, 1))