Home
last modified time | relevance | path

Searched refs:logIfDebuggable (Results 1 – 14 of 14) sorted by relevance

/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/homeactivities/
DCarUiPortraitHomeScreen.java191 logIfDebuggable("handleIntent mCurrentTaskInRootTaskView: " + mCurrentTaskInRootTaskView
216 logIfDebuggable("container height change from " + oldHeight + " to " + newHeight);
229 logIfDebuggable("Control Bar layout changed!");
243 logIfDebuggable("On task created, task = " + taskId);
245 logIfDebuggable(
256 logIfDebuggable("On task moved to front, task = " + taskInfo.taskId + ", cmp = "
259 logIfDebuggable("Root Task View is not ready yet.");
281 logIfDebuggable("onTaskRemoved taskId=" + taskId);
304 logIfDebuggable("On Activity restart attempt, task = " + taskInfo.taskId + ", cmp ="
316 logIfDebuggable( in handleCalmMode()
[all …]
DTaskInfoCache.java48 logIfDebuggable("Cancel task " + taskInfo); in cancelTask()
58 logIfDebuggable("Cache task " + taskInfo); in cacheTask()
64 logIfDebuggable("Start cached tasks, tasks size =" + mCachedTaskQueue.size()); in startCachedTasks()
68 logIfDebuggable("Start cached task " + intent); in startCachedTasks()
76 private static void logIfDebuggable(String message) { in logIfDebuggable() method in TaskInfoCache
DRemoteCarTaskViewControllerWrapperImpl.java77 private static void logIfDebuggable(String message) { in logIfDebuggable() method in RemoteCarTaskViewControllerWrapperImpl
100 logIfDebuggable("No RemoteCarDefaultRootTaskView found"); in getRootTaskInfo()
106 logIfDebuggable("Move taskview " + taskViewId + " to back"); in moveToBack()
117 logIfDebuggable("Set window bounds " + taskViewId + ", to bounds" + taskViewBounds); in setWindowBounds()
127 logIfDebuggable("updateTaskViewVisibility, visibility=" + visibility + ", taskViewId=" in updateTaskVisibility()
135 logIfDebuggable( in setObscuredTouchRegion()
149 logIfDebuggable("showEmbeddedTasks, TaskView key=" + key); in showEmbeddedTasks()
161 logIfDebuggable("onDestroy, TaskView key=" + key); in onDestroy()
174 logIfDebuggable("updateWindowBounds, TaskView key=" + key); in updateWindowBounds()
DCarUiPortraitDriveStateController.java61 logIfDebuggable("Driving state is " + mCurrentDrivingState); in isDrivingStateMoving()
68 private static void logIfDebuggable(String message) { in logIfDebuggable() method in CarUiPortraitDriveStateController
DTaskCategoryManager.java107 private static void logIfDebuggable(String message) { in logIfDebuggable() method in TaskCategoryManager
141 logIfDebuggable("adding the following component to show on fullscreen: " in updateFullScreenActivities()
314 logIfDebuggable( in onReceive()
333 logIfDebuggable("Skip action " + action + " for package" + packageName); in onReceive()
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/appcard/
DAppCardService.kt37 logIfDebuggable("onCreate") in <lambda>()
42 logIfDebuggable("onRebind") in <lambda>()
47 logIfDebuggable("onStartCommand") in <lambda>()
53 logIfDebuggable("onDestroy") in <lambda>()
58 logIfDebuggable("onUnbind") in <lambda>()
63 logIfDebuggable("onBind") in <lambda>()
76 logIfDebuggable("handleMessage: ${msgType.type}") in <lambda>()
167 private fun logIfDebuggable(msg: String) { in <lambda>() method
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/
DCarDisplayAreaController.java91 logIfDebuggable(
110 logIfDebuggable(
128 logIfDebuggable("mUserSetupInProgress changed to " + mUserSetupInProgress);
218 private static void logIfDebuggable(String message) { in logIfDebuggable() method in CarDisplayAreaController
237 logIfDebuggable("Block touch event as not in immersive"); in register()
259 logIfDebuggable("Get insetsType from launcher, insetsType = " + insetsType); in register()
DDisplayAreaComponent.java120 private static void logIfDebuggable(String message) { in logIfDebuggable() method in DisplayAreaComponent
130 logIfDebuggable("early exit due to landscape orientation"); in start()
134 logIfDebuggable("start:"); in start()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/systembar/
DCarUiPortraitSystemBarButton.java55 logIfDebuggable("CarUiPortraitSystemBarButton"); in CarUiPortraitSystemBarButton()
68 logIfDebuggable("Foreground task view ready"); in CarUiPortraitSystemBarButton()
78 private static void logIfDebuggable(String message) { in logIfDebuggable() method in CarUiPortraitSystemBarButton
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/panel/
DTaskViewPanel.java144 private static void logIfDebuggable(String message) { in logIfDebuggable() method in TaskViewPanel
476 logIfDebuggable("onDimensionChanged: " + parentWidth + " " + parentHeight); in onParentDimensionChanged()
510 logIfDebuggable("Skipping state change. Not Ready."); in setActiveState()
514 logIfDebuggable("Skipping state change. Not initialized."); in setActiveState()
519 logIfDebuggable("Panel( " + getTag() + ") active state changes from " + fromState in setActiveState()
532 logIfDebuggable("animationScale = " + animationScale); in setActiveState()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/common/
DCarUiPortraitServiceManager.java91 private static void logIfDebuggable(String message) { in logIfDebuggable() method in CarUiPortraitServiceManager
113 logIfDebuggable("Service is not connected yet! Caching the message:" + msg); in notifySystemUI()
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/distantdisplay/common/
DTaskViewController.java121 logIfDebuggable("onTaskMovedToFront: displayId: " + taskInfo.displayId + ", " + taskInfo
154 logIfDebuggable(
163 logIfDebuggable(
422 private static void logIfDebuggable(String message) { in logIfDebuggable() method in TaskViewController
DDistantDisplayController.java199 logIfDebuggable("Error retrieving application info"); in getMetadata()
320 private static void logIfDebuggable(String message) {
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplayPanoManager/src/com/android/car/pano/manager/
DAppCardServiceManager.kt146 logIfDebuggable("handleMessage: ${msgType.type}") in handleMessage()
199 private fun logIfDebuggable(msg: String) { in logIfDebuggable() method