/packages/apps/Settings/tests/robotests/src/com/android/settings/security/ |
D | LockUnificationPreferenceControllerTest.java | 65 when(mUm.getProfileIdsWithDisabled(anyInt())).thenReturn(new int[] {FAKE_PROFILE_USER_ID}); in setUp() 80 when(mUm.getProfileIdsWithDisabled(anyInt())).thenReturn(new int[0]); in isAvailable_noProfile_false()
|
D | VisiblePatternProfilePreferenceControllerTest.java | 85 when(mUm.getProfileIdsWithDisabled(anyInt())).thenReturn(new int[] {FAKE_PROFILE_USER_ID}); in setUp()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/manageapplications/ |
D | ManageApplicationsTest.java | 364 when(mUserManager.getProfileIdsWithDisabled(anyInt())).thenReturn(new int[]{}); in applicationsAdapter_onBindViewHolder_notifications_wrongExtraInfo() 387 when(mUserManager.getProfileIdsWithDisabled(anyInt())).thenReturn(new int[]{}); in applicationsAdapter_onBindViewHolder_updateSwitch_notifications() 412 when(mUserManager.getProfileIdsWithDisabled(anyInt())).thenReturn(new int[]{}); in applicationsAdapter_onBindViewHolder_updateSwitch_notNotifications() 471 when(mUserManager.getProfileIdsWithDisabled(anyInt())).thenReturn(new int[]{}); in sortOrderSavedOnRebuild()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
D | RedactNotificationPreferenceControllerTest.java | 95 when(mUm.getProfileIdsWithDisabled(anyInt())).thenReturn(new int[] {10}); in setUp() 129 when(mUm.getProfileIdsWithDisabled(anyInt())).thenReturn(new int[] {UserHandle.USER_NULL}); in getAvailabilityStatus_noWorkProfile()
|
D | RecentNotifyingAppsPreferenceControllerTest.java | 113 when(mUserManager.getProfileIdsWithDisabled(0)).thenReturn(new int[] {0}); in setUp() 282 when(mUserManager.getProfileIdsWithDisabled(0)).thenReturn(new int[] {0, 10}); in reloadData()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/ |
D | AllAppsInfoPreferenceControllerTest.java | 58 when(mUserManager.getProfileIdsWithDisabled(anyInt())).thenReturn(new int[]{}); in setUp()
|
D | RecentAppsPreferenceControllerTest.java | 91 when(mUserManager.getProfileIdsWithDisabled(anyInt())).thenReturn(new int[]{}); in setUp()
|
D | AppStateNotificationBridgeTest.java | 103 when(mUserManager.getProfileIdsWithDisabled(anyInt())).thenReturn(new int[]{}); in setUp() 291 when(mUserManager.getProfileIdsWithDisabled(anyInt())).thenReturn(new int[]{1}); in testLoadAllExtraInfo_multipleUsers()
|
D | RecentAppStatsMixinTest.java | 87 when(mUserManager.getProfileIdsWithDisabled(anyInt())).thenReturn(new int[]{}); in setUp()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/ |
D | ShadowUserManager.java | 45 protected int[] getProfileIdsWithDisabled(int userId) { in getProfileIdsWithDisabled() method in ShadowUserManager
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/ |
D | FingerprintProfileStatusPreferenceControllerTest.java | 75 when(mUm.getProfileIdsWithDisabled(anyInt())).thenReturn(new int[] {1234}); in setUp()
|
D | FingerprintStatusPreferenceControllerTest.java | 82 when(mUm.getProfileIdsWithDisabled(anyInt())).thenReturn(new int[] {1234}); in setUp()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/face/ |
D | FaceStatusPreferenceControllerTest.java | 80 when(mUm.getProfileIdsWithDisabled(anyInt())).thenReturn(new int[] {1234}); in setUp()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/security/screenlock/ |
D | LockScreenPreferenceControllerTest.java | 80 when(mUm.getProfileIdsWithDisabled(anyInt())).thenReturn(new int[] {FAKE_PROFILE_USER_ID}); in setUp()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
D | ShadowUserManager.java | 138 protected int[] getProfileIdsWithDisabled(@UserIdInt int userId) { in getProfileIdsWithDisabled() method in ShadowUserManager
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/ |
D | BatteryAppListPreferenceControllerTest.java | 85 when(mUserManager.getProfileIdsWithDisabled(anyInt())).thenReturn(new int[] {}); in setUp()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | Utils.java | 438 int[] profileIds = um.getProfileIdsWithDisabled(parentUserId); in getManagedProfileId() 695 final int[] profileIds = um.getProfileIdsWithDisabled(UserHandle.myUserId()); in enforceSameOwner()
|
/packages/apps/Settings/src/com/android/settings/ |
D | Utils.java | 431 final int[] profileIds = um.getProfileIdsWithDisabled(parentUserId); in getManagedProfileId() 675 final int[] profileIds = um.getProfileIdsWithDisabled(UserHandle.myUserId()); in enforceSameOwner()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/ |
D | PrivateVolumeSettings.java | 883 for (int userId : um.getProfileIdsWithDisabled(context.getUserId())) { in onCreateDialog()
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
D | PrivateVolumeSettings.java | 858 for (int userId : um.getProfileIdsWithDisabled(context.getUserId())) { in onCreateDialog()
|