Home
last modified time | relevance | path

Searched refs:showWipeEuicc (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/
DMasterClearTest.java194 assertThat(mMasterClear.showWipeEuicc()).isFalse(); in testShowWipeEuicc_euiccDisabled()
203 assertThat(mMasterClear.showWipeEuicc()).isFalse(); in testShowWipeEuicc_euiccEnabled_unprovisioned()
212 assertThat(mMasterClear.showWipeEuicc()).isTrue(); in testShowWipeEuicc_euiccEnabled_provisioned()
221 assertThat(mMasterClear.showWipeEuicc()).isTrue(); in testShowWipeEuicc_developerMode_unprovisioned()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DMasterClear.java329 if (showWipeEuicc()) { in establishInitialState()
379 boolean showWipeEuicc() { in showWipeEuicc() method in MasterClear
/packages/apps/Settings/src/com/android/settings/
DMasterClear.java328 if (showWipeEuicc()) { in establishInitialState()
378 boolean showWipeEuicc() { in showWipeEuicc() method in MasterClear