Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java189 debugLog(" leaudio_allow_leaudio_only_devices is not enabled "); in isLeAudioOnlyGroup()
197 debugLog("isLeAudioOnlyGroup: no csip service known yet for " + device); in isLeAudioOnlyGroup()
203 debugLog("isLeAudioOnlyGroup: no LeAudio groupID yet known for " + device); in isLeAudioOnlyGroup()
212 debugLog( in isLeAudioOnlyGroup()
223 debugLog("isLeAudioOnlyGroup: " + dev + " is type: " + remoteType); in isLeAudioOnlyGroup()
226 debugLog("isLeAudioOnlyGroup: " + dev + " is type: " + remoteType); in isLeAudioOnlyGroup()
231 debugLog("isLeAudioOnlyGroup: " + dev + " does not support LE AUDIO"); in isLeAudioOnlyGroup()
236 debugLog("isLeAudioOnlyGroup: " + dev + " supports ASHA"); in isLeAudioOnlyGroup()
255 debugLog(" leaudio_allow_leaudio_only_devices is not enabled "); in isLeAudioOnlyDevice()
266 debugLog("isLeAudioOnlyDevice: " + device + " is type" + deviceType); in isLeAudioOnlyDevice()
[all …]
DRemoteDevices.java177 debugLog("reset(): Broadcasting ACL_DISCONNECTED"); in reset()
183 debugLog( in reset()
265 debugLog("Removing device " + deleteKey + " from property map"); in addDeviceProperties()
622 debugLog("CSIP is not supported"); in setIsCoordinatedSetMember()
755 debugLog( in updateBatteryLevel()
792 debugLog("Battery level was not changed due to reset, device=" + device); in resetBatteryLevel()
864 debugLog("Added new device property, device=" + bdDevice); in devicePropertyChangedCallback()
881 debugLog("Update property, device=" + bdDevice + ", type: " + type); in devicePropertyChangedCallback()
886 debugLog("Skip name update for " + bdDevice); in devicePropertyChangedCallback()
898 debugLog("Remote device name is: " + deviceProperties.getName()); in devicePropertyChangedCallback()
[all …]
DAdapterProperties.java419 debugLog("Setting state to " + BluetoothAdapter.nameForState(state)); in setState()
640 debugLog("Adding bonded device:" + device); in onBondStateChanged()
647 debugLog("Removing bonded device:" + device); in onBondStateChanged()
649 debugLog("Failed to remove device: " + device); in onBondStateChanged()
665 debugLog("cleanupPrevBondRecordsFor: " + device + ", device type: " + deviceType); in cleanupPrevBondRecordsFor()
994 debugLog("Name is: " + mName); in adapterPropertyChangedCallback()
1010 debugLog("Invalid BT CoD value from stack."); in adapterPropertyChangedCallback()
1018 debugLog("BT Class:" + mBluetoothClass); in adapterPropertyChangedCallback()
1028 debugLog("Scan Mode:" + mScanMode); in adapterPropertyChangedCallback()
1046 debugLog("Discoverable Timeout:" + mDiscoverableTimeout); in adapterPropertyChangedCallback()
[all …]
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/rotaryinput/
DRotary.kt234 debugLog { "isLowRes : $isLowRes" } in isLowResInput()
280 debugLog { "isLowRes : $isLowRes" } in rememberSnapHandler()
411 debugLog { "currentVelocity: $currentVelocity" } in handleScrollEvent()
427 debugLog { in handleScrollEvent()
440 debugLog { "Flinging with velocity $velocity" } in handleScrollEvent()
467 debugLog { "ScrollAnimation value before start: ${scrollAnimation.value}" } in handleEvent()
475 debugLog { "Animated by $delta, value: $value" } in handleEvent()
527 debugLog { "snap to closest item" } in snapToClosestItem()
561 debugLog { "snapTarget $snapTarget" } in topEdgeReached()
566 debugLog { in topEdgeReached()
[all …]
DHaptics.kt43 private inline fun debugLog(generateMsg: () -> String) { in <lambda>() method
214 debugLog { "Haptics started" } in rememberRotaryHapticHandler()
216 debugLog { in rememberRotaryHapticHandler()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DRequestIgnoreBatteryOptimizations.java54 debugLog( in onCreate()
61 debugLog( in onCreate()
69 debugLog("Not should prompt, already ignoring optimizations: " + mPackageName); in onCreate()
79 debugLog( in onCreate()
92 debugLog("Requested package doesn't exist: " + mPackageName); in onCreate()
124 private static void debugLog(String debugContent) { in debugLog() method in RequestIgnoreBatteryOptimizations
/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.java111 debugLog(); in showView()
138 debugLog(); in showView()
178 debugLog(); in hideView()
218 debugLog(); in hideView()
410 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()