Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
DSystemNavigationPreferenceControllerTest.java97 final Intent quickStepIntent = new Intent(ACTION_QUICKSTEP) in testIsGestureAvailable_matchingServiceExists_shouldReturnTrue() local
106 mPackageManager.addResolveInfoForIntent(quickStepIntent, info); in testIsGestureAvailable_matchingServiceExists_shouldReturnTrue()
118 final Intent quickStepIntent = new Intent(ACTION_QUICKSTEP) in testIsGestureAvailable_overlayDisabled_matchingServiceExists_shouldReturnFalse() local
120 mPackageManager.addResolveInfoForIntent(quickStepIntent, new ResolveInfo()); in testIsGestureAvailable_overlayDisabled_matchingServiceExists_shouldReturnFalse()
DGestureNavigationSettingsAssistControllerTest.java61 final Intent quickStepIntent = new Intent(ACTION_QUICKSTEP) in setUp() local
71 shadowPackageManager.addResolveInfoForIntent(quickStepIntent, info); in setUp()
/packages/apps/Settings/src/com/android/settings/gestures/
DSystemNavigationPreferenceController.java70 final Intent quickStepIntent = new Intent(ACTION_QUICKSTEP) in isGestureAvailable() local
72 if (context.getPackageManager().resolveService(quickStepIntent, in isGestureAvailable()