Searched refs:splitFailureMessage (Results  1 – 3 of 3) sorted by relevance
| /packages/apps/Launcher3/quickstep/src/com/android/quickstep/ | 
| D | SystemUiProxy.java | 22 import static com.android.quickstep.util.LogUtils.splitFailureMessage;791                 Log.w(TAG, splitFailureMessage("startTasks", "RemoteException"), e);  in startTasks()
 804                 Log.w(TAG, splitFailureMessage("startIntentAndTask", "RemoteException"), e);  in startIntentAndTask()
 820                 Log.w(TAG, splitFailureMessage("startIntents", "RemoteException"), e);  in startIntents()
 833                 Log.w(TAG, splitFailureMessage("startShortcutAndTask", "RemoteException"), e);  in startShortcutAndTask()
 849                 Log.w(TAG, splitFailureMessage(  in startTasksWithLegacyTransition()
 864                 Log.w(TAG, splitFailureMessage(  in startIntentAndTaskWithLegacyTransition()
 878                 Log.w(TAG, splitFailureMessage(  in startShortcutAndTaskWithLegacyTransition()
 899                 Log.w(TAG, splitFailureMessage(  in startIntentsWithLegacyTransition()
 912                 Log.w(TAG, splitFailureMessage("startShortcut", "RemoteException"), e);  in startShortcut()
 [all …]
 
 | 
| /packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ | 
| D | LogUtils.kt | 24     fun splitFailureMessage(caller: String, reason: String): String {  in splitFailureMessage()  method
 | 
| /packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ | 
| D | RecentsView.java | 56 import static com.android.quickstep.util.LogUtils.splitFailureMessage;4734             Log.w(TAG, splitFailureMessage(
 4743                 Log.w(TAG, splitFailureMessage("confirmSplitSelect",
 
 |