Home
last modified time | relevance | path

Searched refs:debugLog (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/
DRequestIgnoreBatteryOptimizations.java59 debugLog( in onCreate()
66 debugLog( in onCreate()
75 debugLog("Not should prompt, already ignoring optimizations: " + packageName); in onCreate()
85 debugLog( in onCreate()
97 debugLog("Requested package doesn't exist: " + packageName); in onCreate()
137 private static void debugLog(String debugContent) { in debugLog() method in RequestIgnoreBatteryOptimizations
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewLaunchTouchController.kt27 import com.android.launcher3.Utilities.debugLog in <lambda>()
76 debugLog(TAG, "Not intercepting edge swipe on nav bar.") in <lambda>()
85 debugLog(TAG, "Not intercepting, open floating view blocking touch.") in <lambda>()
91 debugLog(TAG, "Not intercepting touch in modal overlay.") in <lambda>()
98 debugLog(TAG, "Not intercepting touch, recents not interactive.") in <lambda>()
140 debugLog(TAG, "Not intercepting touch, task cannot be launched.") in <lambda>()
149 debugLog(TAG, "Handling touch event.") in <lambda>()
DTaskViewTouchControllerDeprecated.java20 import static com.android.launcher3.Utilities.debugLog;
115 debugLog(TAG, "Not intercepting edge swipe on nav bar."); in canInterceptTouch()
127 debugLog(TAG, "Not intercepting, open floating view blocking touch."); in canInterceptTouch()
149 debugLog(TAG, "Not intercepting touch."); in onControllerInterceptTouchEvent()
194 debugLog(TAG, "Not intercepting touch, no task to drag."); in onControllerInterceptTouchEvent()
204 debugLog(TAG, "Not intercepting touch."); in onControllerInterceptTouchEvent()
276 debugLog(TAG, "Handling touch."); in onDragStart()
DTaskViewDismissTouchController.kt28 import com.android.launcher3.Utilities.debugLog in <lambda>()
74 debugLog(TAG, "Not intercepting edge swipe on nav bar.") in <lambda>()
83 debugLog(TAG, "Not intercepting, open floating view blocking touch.") in <lambda>()
89 debugLog(TAG, "Not intercepting touch in modal overlay.") in <lambda>()
96 debugLog(TAG, "Not intercepting touch, recents not interactive.") in <lambda>()
154 debugLog(TAG, "Handling touch event.") in <lambda>()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java139 debugLog("MESSAGE_UUID_INTENT: " + device); in handleMessage()
197 debugLog("reset(): Broadcasting ACL_DISCONNECTED"); in reset()
203 debugLog( in reset()
312 debugLog("Properties for device " + key + " are already added"); in addDeviceProperties()
331 debugLog("Removing device " + deleteKey + " from property map"); in addDeviceProperties()
818 debugLog("CSIP is not supported"); in setIsCoordinatedSetMember()
969 debugLog( in updateBatteryLevel()
1003 debugLog("Battery level was not changed due to reset, device=" + device); in resetBatteryLevel()
1075 debugLog("Added new device property, device=" + bdDevice); in devicePropertyChangedCallback()
1097 debugLog("Update property, device=" + bdDevice + ", type: " + type); in devicePropertyChangedCallback()
[all …]
DAdapterProperties.java292 debugLog("Setting state to " + BluetoothAdapter.nameForState(state)); in setState()
513 debugLog("Adding bonded device:" + device); in onBondStateChanged()
520 debugLog("Removing bonded device:" + device); in onBondStateChanged()
522 debugLog("Failed to remove device: " + device); in onBondStateChanged()
535 debugLog("cleanupPrevBondRecordsFor: " + device + ", device type: " + deviceType); in cleanupPrevBondRecordsFor()
824 debugLog("Name already set: " + mName); in adapterPropertyChangedCallbackInternal()
832 debugLog("Address already set"); in adapterPropertyChangedCallbackInternal()
841 debugLog("Invalid BT CoD value from stack."); in adapterPropertyChangedCallbackInternal()
849 debugLog("BT Class:" + mBluetoothClass); in adapterPropertyChangedCallbackInternal()
867 debugLog("Discoverable Timeout:" + mDiscoverableTimeout); in adapterPropertyChangedCallbackInternal()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java114 debugLog("new BluetoothKeystoreService isCommonCriteriaMode: " + isCommonCriteriaMode); in BluetoothKeystoreService()
123 debugLog("start"); in start()
135 debugLog("cannot find the keystore."); in start()
164 debugLog("cleanup"); in cleanup()
167 debugLog("cleanup() called before start()"); in cleanup()
208 debugLog("loadConfigData"); in loadConfigData()
215 debugLog("Load encryption file."); in loadConfigData()
220 debugLog("bt_config.conf checksum pass."); in loadConfigData()
229 debugLog("Config file conf checksum check fail."); in loadConfigData()
255 debugLog("initJni()"); in initJni()
[all …]
/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayViewGlobalStateController.java104 debugLog(); in showView()
131 debugLog(); in showView()
149 debugLog(); in hideView()
188 debugLog(); in hideView()
379 private void debugLog() { in debugLog() method in OverlayViewGlobalStateController
/packages/modules/IntentResolver/java/src/com/android/intentresolver/data/repository/
DUserRepository.kt148 private fun debugLog(msg: () -> String) { in debugLog() method
172 .onEach { debugLog { "userEvent: $it" } } in <lambda>()
175 .onEach { debugLog { "userStateList: $it" } } in <lambda>()
197 debugLog { "Unhandled event: $event)" } in handleEvent()
218 debugLog { "requestQuietModeEnabled: ${!available} for user $user" } in requestState()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java973 public static void debugLog(String tag, String message) { in debugLog() method in Utilities