Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DSplitScreenController.java34 import static com.android.wm.shell.common.split.SplitScreenUtils.splitFailureMessage;
587 Log.w(TAG, splitFailureMessage("startShortcut", in startShortcut()
618 Log.w(TAG, splitFailureMessage("startShortcutAndTaskWithLegacyTransition", in startShortcutAndTaskWithLegacyTransition()
652 Log.w(TAG, splitFailureMessage("startShortcutAndTask", in startShortcutAndTask()
689 Log.w(TAG, splitFailureMessage("startIntentAndTaskWithLegacyTransition", in startIntentAndTaskWithLegacyTransition()
721 Log.w(TAG, splitFailureMessage("startIntentAndTask", in startIntentAndTask()
751 Log.w(TAG, splitFailureMessage("startIntentsWithLegacyTransition", in startIntentsWithLegacyTransition()
793 Log.w(TAG, splitFailureMessage("startIntents", in startIntents()
842 Log.w(TAG, splitFailureMessage("startIntent", in startIntent()
H A DStageCoordinator.java46 import static com.android.wm.shell.common.split.SplitScreenUtils.splitFailureMessage;
509 Log.w(TAG, splitFailureMessage("startShortcut", in startShortcut()
598 Log.w(TAG, splitFailureMessage("startIntentLegacy", in startIntentLegacy()
1134 Log.w(TAG, splitFailureMessage("onRemoteAnimationFinishedOrCancelled", in onRemoteAnimationFinishedOrCancelled()
1155 Log.w(TAG, splitFailureMessage("onRemoteAnimationFinished", in onRemoteAnimationFinished()
2808 Log.w(TAG, splitFailureMessage("startPendingEnterAnimation", in startPendingEnterAnimation()
2820 Log.w(TAG, splitFailureMessage("startPendingEnterAnimation", in startPendingEnterAnimation()
3305 Log.w(TAG, splitFailureMessage("onNoLongerSupportMultiWindow", in onNoLongerSupportMultiWindow()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitScreenUtils.java94 public static String splitFailureMessage(String caller, String reason) { in splitFailureMessage() method in SplitScreenUtils