Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DDashboardFragmentTest.java482 final TestOnActivityResultPreferenceController activityResultPref = spy( in onActivityResult_test() local
484 mTestFragment.addPreferenceController(activityResultPref); in onActivityResult_test()
488 verify(activityResultPref).onActivityResult(requestCode, resultCode, null); in onActivityResult_test()