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()
/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()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/gestures/
DSystemNavigationPreferenceController.java119 final Intent quickStepIntent = new Intent(ACTION_QUICKSTEP) in isGestureAvailable() local
121 if (context.getPackageManager().resolveService(quickStepIntent, in isGestureAvailable()