Searched refs:quickStepIntent (Results 1 – 3 of 3) sorted by relevance
97 final Intent quickStepIntent = new Intent(ACTION_QUICKSTEP) in testIsGestureAvailable_matchingServiceExists_shouldReturnTrue() local106 mPackageManager.addResolveInfoForIntent(quickStepIntent, info); in testIsGestureAvailable_matchingServiceExists_shouldReturnTrue()118 final Intent quickStepIntent = new Intent(ACTION_QUICKSTEP) in testIsGestureAvailable_overlayDisabled_matchingServiceExists_shouldReturnFalse() local120 mPackageManager.addResolveInfoForIntent(quickStepIntent, new ResolveInfo()); in testIsGestureAvailable_overlayDisabled_matchingServiceExists_shouldReturnFalse()
61 final Intent quickStepIntent = new Intent(ACTION_QUICKSTEP) in setUp() local71 shadowPackageManager.addResolveInfoForIntent(quickStepIntent, info); in setUp()
70 final Intent quickStepIntent = new Intent(ACTION_QUICKSTEP) in isGestureAvailable() local72 if (context.getPackageManager().resolveService(quickStepIntent, in isGestureAvailable()