Searched refs:isIntentInPip (Results 1 – 3 of 3) sorted by relevance
388 when(mDefaultMixedHandler.isIntentInPip(pendingIntent)).thenReturn(true); in testSplitIntentAndTaskWithPippedApp_launchFullscreen()403 when(mDefaultMixedHandler.isIntentInPip(pendingIntent)).thenReturn(false); in testSplitIntentAndTaskWithPippedApp_launchFullscreen()430 when(mDefaultMixedHandler.isIntentInPip(pendingIntent)).thenReturn(true); in testSplitIntentsWithPippedApp_launchFullscreen()448 when(mDefaultMixedHandler.isIntentInPip(pendingIntent)).thenReturn(false); in testSplitIntentsWithPippedApp_launchFullscreen()449 when(mDefaultMixedHandler.isIntentInPip(pendingIntent2)).thenReturn(true); in testSplitIntentsWithPippedApp_launchFullscreen()
618 public boolean isIntentInPip(PendingIntent intent) { in isIntentInPip() method in DefaultMixedHandler
642 if (mMixedHandler != null && mMixedHandler.isIntentInPip(intent)) { in startIntent()752 boolean firstIntentPipped = mMixedHandler.isIntentInPip(pendingIntent); in startIntentAndTask()935 boolean firstIntentPipped = mMixedHandler.isIntentInPip(pendingIntent1); in handlePippedSplitIntentsLaunch()936 boolean secondIntentPipped = mMixedHandler.isIntentInPip(pendingIntent2); in handlePippedSplitIntentsLaunch()