Home
last modified time | relevance | path

Searched refs:mCounterGetManagedProfile (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/security/
DContentProtectionWorkSwitchControllerTest.java87 assertThat(mController.mCounterGetManagedProfile).isEqualTo(0); in constructor_flagDisabled_doesNotFetchData()
97 assertThat(mController.mCounterGetManagedProfile).isEqualTo(1); in constructor_flagEnabled_fetchesManagedProfile()
108 assertThat(mController.mCounterGetManagedProfile).isEqualTo(1); in constructor_flagEnabled_withManagedProfile_fetchesPolicy()
228 assertThat(mController.mCounterGetManagedProfile).isEqualTo(3); in displayPreference_flagDisabled_managedProfile_disabledByAdmin()
240 assertThat(mController.mCounterGetManagedProfile).isEqualTo(3); in displayPreference_flagDisabled_noManagedProfile_notDisabledByAdmin()
254 assertThat(mController.mCounterGetManagedProfile).isEqualTo(1); in displayPreference_flagEnabled_managedProfile_disabledByAdmin()
266 assertThat(mController.mCounterGetManagedProfile).isEqualTo(1); in displayPreference_flagEnabled_noManagedProfile_notDisabledByAdmin()
279 public int mCounterGetManagedProfile; field in ContentProtectionWorkSwitchControllerTest.TestContentProtectionWorkSwitchController
292 mCounterGetManagedProfile++; in getManagedProfile()
DContentProtectionTogglePreferenceControllerTest.java102 assertThat(mController.mCounterGetManagedProfile).isEqualTo(0); in constructor_flagDisabled_doesNotFetchData()
112 assertThat(mController.mCounterGetManagedProfile).isEqualTo(1); in constructor_flagEnabled_fetchesData()
352 public int mCounterGetManagedProfile; field in ContentProtectionTogglePreferenceControllerTest.TestContentProtectionTogglePreferenceController
365 mCounterGetManagedProfile++; in getManagedProfile()