Searched refs:splitFailureMessage (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | SplitScreenController.java | 36 import static com.android.wm.shell.common.split.SplitScreenUtils.splitFailureMessage; 599 Log.w(TAG, splitFailureMessage("startShortcut", in startShortcut() 630 Log.w(TAG, splitFailureMessage("startShortcutAndTaskWithLegacyTransition", in startShortcutAndTaskWithLegacyTransition() 665 Log.w(TAG, splitFailureMessage("startShortcutAndTask", in startShortcutAndTask() 702 Log.w(TAG, splitFailureMessage("startIntentAndTaskWithLegacyTransition", in startIntentAndTaskWithLegacyTransition() 734 Log.w(TAG, splitFailureMessage("startIntentAndTask", in startIntentAndTask() 769 Log.w(TAG, splitFailureMessage("startIntentsWithLegacyTransition", in startIntentsWithLegacyTransition() 812 Log.w(TAG, splitFailureMessage("startIntents", in startIntents() 874 Log.w(TAG, splitFailureMessage("startIntent", in startIntent()
|
D | StageCoordinator.java | 46 import static com.android.wm.shell.common.split.SplitScreenUtils.splitFailureMessage; 548 Log.w(TAG, splitFailureMessage("startShortcut", in startShortcut() 679 Log.w(TAG, splitFailureMessage("startIntentLegacy", in startIntentLegacy() 1300 Log.w(TAG, splitFailureMessage("onRemoteAnimationFinishedOrCancelled", in onRemoteAnimationFinishedOrCancelled() 1321 Log.w(TAG, splitFailureMessage("onRemoteAnimationFinished", in onRemoteAnimationFinished() 3144 Log.w(TAG, splitFailureMessage("startPendingEnterAnimation", in startPendingEnterAnimation() 3156 Log.w(TAG, splitFailureMessage("startPendingEnterAnimation", in startPendingEnterAnimation() 3732 Log.w(TAG, splitFailureMessage("onNoLongerSupportMultiWindow", in onNoLongerSupportMultiWindow()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
D | SplitScreenUtils.java | 94 public static String splitFailureMessage(String caller, String reason) { in splitFailureMessage() method in SplitScreenUtils
|