Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/
DMasterClearTest.java270 mMasterClear.onActivityResultInternal(invalidRequestCode, Activity.RESULT_OK, null); in testOnActivityResultInternal_invalideRequest()
284 .onActivityResultInternal(MasterClear.KEYGUARD_REQUEST, Activity.RESULT_CANCELED, in testOnActivityResultInternal_resultCanceled()
300 .onActivityResultInternal(MasterClear.KEYGUARD_REQUEST, Activity.RESULT_OK, null); in testOnActivityResultInternal_keyguardRequestTriggeringConfirmAccount()
315 .onActivityResultInternal(MasterClear.KEYGUARD_REQUEST, Activity.RESULT_OK, null); in testOnActivityResultInternal_keyguardRequestTriggeringShowFinal()
329 mMasterClear.onActivityResultInternal( in testOnActivityResultInternal_confirmRequestTriggeringShowFinal()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DMasterClear.java153 onActivityResultInternal(requestCode, resultCode, data); in onActivityResult()
160 void onActivityResultInternal(int requestCode, int resultCode, Intent data) { in onActivityResultInternal() method in MasterClear
/packages/apps/Settings/src/com/android/settings/
DMasterClear.java153 onActivityResultInternal(requestCode, resultCode, data); in onActivityResult()
160 void onActivityResultInternal(int requestCode, int resultCode, Intent data) { in onActivityResultInternal() method in MasterClear