Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/unit/src/com/android/settings/applications/credentials/
DCredentialManagerPreferenceControllerTest.java125 controller.setSimulateConnectedForTests(true); in getAvailabilityStatus_withServices_returnsAvailable()
165 controller.setSimulateConnectedForTests(true); in displayPreference_withServices_preferencesAdded()
189 controller.setSimulateConnectedForTests(true); in buildPreference()
233 controller.setSimulateConnectedForTests(true); in getAvailabilityStatus_handlesToggleAndSave()
302 controller.setSimulateConnectedForTests(true); in handlesCredentialProviderInfoEnabledDisabled()
357 controller.setSimulateConnectedForTests(true); in displayPreference_withServices_preferencesAdded_sameAppShouldBeMerged()
/packages/apps/Settings/src/com/android/settings/applications/credentials/
DCredentialManagerPreferenceController.java188 public void setSimulateConnectedForTests(boolean simulateConnectedForTests) { in setSimulateConnectedForTests() method in CredentialManagerPreferenceController