Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/
DMasterClearTest.java274 verify(mMasterClear, times(0)).getAccountConfirmationIntent(); in testOnActivityResultInternal_invalideRequest()
289 verify(mMasterClear, times(0)).getAccountConfirmationIntent(); in testOnActivityResultInternal_resultCanceled()
296 doReturn(mMockIntent).when(mMasterClear).getAccountConfirmationIntent(); in testOnActivityResultInternal_keyguardRequestTriggeringConfirmAccount()
304 verify(mMasterClear, times(1)).getAccountConfirmationIntent(); in testOnActivityResultInternal_keyguardRequestTriggeringConfirmAccount()
311 doReturn(null).when(mMasterClear).getAccountConfirmationIntent(); in testOnActivityResultInternal_keyguardRequestTriggeringShowFinal()
319 verify(mMasterClear, times(1)).getAccountConfirmationIntent(); in testOnActivityResultInternal_keyguardRequestTriggeringShowFinal()
335 verify(mMasterClear, times(0)).getAccountConfirmationIntent(); in testOnActivityResultInternal_confirmRequestTriggeringShowFinal()
343 assertThat(mMasterClear.getAccountConfirmationIntent()).isNull(); in testGetAccountConfirmationIntent_unsupported()
358 assertThat(mMasterClear.getAccountConfirmationIntent()).isNull(); in testGetAccountConfirmationIntent_no_relevant_accounts()
375 assertThat(mMasterClear.getAccountConfirmationIntent()).isNull(); in testGetAccountConfirmationIntent_unresolved()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DMasterClear.java174 && (intent = getAccountConfirmationIntent()) != null) { in onActivityResultInternal()
201 Intent getAccountConfirmationIntent() { in getAccountConfirmationIntent() method in MasterClear
263 Intent intent = getAccountConfirmationIntent();
/packages/apps/Settings/src/com/android/settings/
DMasterClear.java174 && (intent = getAccountConfirmationIntent()) != null) { in onActivityResultInternal()
200 Intent getAccountConfirmationIntent() { in getAccountConfirmationIntent() method in MasterClear
262 Intent intent = getAccountConfirmationIntent();