/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/activityAttribution/ |
H A D | ActivityAttributionService.java | 37 debugLog("start()"); in start() 56 debugLog("cleanup"); in cleanup() 58 debugLog("already doing cleanup"); in cleanup() 65 debugLog("cleanup() called before start()"); in cleanup() 93 debugLog("initJni()"); in initJni() 104 debugLog("setActivityAttributionService(): set to: " + instance); in setActivityAttributionService() 108 private static void debugLog(String msg) { in debugLog() method in ActivityAttributionService
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
H A D | PhonePolicy.java | 187 debugLog("Received ACTION_UUID for device " + device); in handleMessage() 192 debugLog("index=" + i + "uuid=" + uuidsToSend[i]); in handleMessage() 275 debugLog("processInitProfilePriorities() - device " + device); in processInitProfilePriorities() 369 debugLog("processDeviceConnected, device=" + device); in processDeviceConnected() 426 debugLog("autoConnect: Initiate auto connection on BT on..."); in autoConnect() 433 debugLog("autoConnect: Device " + mostRecentlyActiveA2dpDevice in autoConnect() 450 debugLog("autoConnectA2dp: connecting A2DP with " + device); in autoConnectA2dp() 467 debugLog("autoConnectHeadset: Connecting HFP with " + device); in autoConnectHeadset() 499 debugLog("processConnectOtherProfiles, device=" + device); in processConnectOtherProfiles() 541 debugLog("Retrying connection to PAN with device " + device); in processConnectOtherProfiles() [all …]
|
H A D | RemoteDevices.java | 528 debugLog("Added new device property"); in devicePropertyChangedCallback() 545 debugLog("Property type: " + type); in devicePropertyChangedCallback() 550 debugLog("Skip name update for " + bdDevice); in devicePropertyChangedCallback() 560 debugLog("Remote Device name is: " + device.mName); in devicePropertyChangedCallback() 564 debugLog("Remote device alias is: " + device.mAlias); in devicePropertyChangedCallback() 573 debugLog("Skip class update for " + bdDevice); in devicePropertyChangedCallback() 584 debugLog("Remote class is:" + device.mBluetoothClass); in devicePropertyChangedCallback() 618 debugLog("deviceFoundCallback: Remote Address is:" + device); in deviceFoundCallback() 674 debugLog( in aclStateChangeCallback() 696 debugLog( in aclStateChangeCallback() [all …]
|
H A D | AdapterProperties.java | 422 debugLog("Setting state to " + BluetoothAdapter.nameForState(state)); in setState() 602 debugLog("Adding bonded device:" + device); in onBondStateChanged() 608 debugLog("Removing bonded device:" + device); in onBondStateChanged() 610 debugLog("Failed to remove device: " + device); in onBondStateChanged() 863 debugLog("Name is: " + mName); in adapterPropertyChangedCallback() 876 debugLog("Invalid BT CoD value from stack."); in adapterPropertyChangedCallback() 884 debugLog("BT Class:" + mBluetoothClass); in adapterPropertyChangedCallback() 894 debugLog("Scan Mode:" + mScanMode); in adapterPropertyChangedCallback() 911 debugLog("Discoverable Timeout:" + mDiscoverableTimeout); in adapterPropertyChangedCallback() 1026 debugLog("onBleDisable"); in onBleDisable() [all …]
|
H A D | AdapterService.java | 502 debugLog("onCreate()"); in onCreate() 609 debugLog("onBind()"); in onBind() 615 debugLog("onUnbind() - calling cleanup"); in onUnbind() 622 debugLog("onDestroy()"); in onDestroy() 641 debugLog("bleOnProcessStart()"); in bringUpBle() 708 debugLog("startCoreServices()"); in startProfileServices() 832 debugLog("cleanup()"); in cleanup() 891 debugLog("cleanup() - Cleaning up adapter native"); in cleanup() 1511 service.debugLog("cancelDiscovery"); in cancelDiscovery() 2599 debugLog("startDiscovery"); in startDiscovery() [all …]
|
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
H A D | RequestIgnoreBatteryOptimizations.java | 52 debugLog("No data supplied for IGNORE_BATTERY_OPTIMIZATION_SETTINGS in: " in onCreate() 59 debugLog("No data supplied for IGNORE_BATTERY_OPTIMIZATION_SETTINGS in: " in onCreate() 67 debugLog("Not should prompt, already ignoring optimizations: " + mPackageName); in onCreate() 76 debugLog("Requested package doesn't exist: " + mPackageName); in onCreate() 84 debugLog("Requested package " + mPackageName + " does not hold permission " in onCreate() 114 private static void debugLog(String debugContent) { in debugLog() method in RequestIgnoreBatteryOptimizations
|
H A D | BatteryBackupHelper.java | 170 debugLog(packageOptimizeMode); in backupOptimizationMode() 298 private void debugLog(String debugContent) { in debugLog() method in BatteryBackupHelper
|
/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/location/ |
H A D | ControllerImpl.java | 107 debugLog("initialize()"); in initialize() 128 debugLog("onConfigChanged()"); in onConfigChanged() 138 debugLog("User changed. old=" + oldConfig.getUserId() in onConfigChanged() 199 debugLog("No need to stop " + provider + ": already stopped"); in stopProvider() 205 debugLog("Stopping " + provider); in stopProvider() 211 debugLog("Unable to stop " + provider + ": it is terminated."); in stopProvider() 301 debugLog("Enabling " + provider); in tryStartProvider() 310 debugLog("No need to start " + provider + ": already started"); in tryStartProvider() 362 debugLog("Received notification of permanent failure for" in onProviderStateChange() 532 debugLog("makeSuggestion: suggestion=" + suggestion); in makeSuggestion() [all …]
|
H A D | BinderLocationTimeZoneProvider.java | 19 import static com.android.server.timezonedetector.location.LocationTimeZoneManagerService.debugLog; 93 debugLog(msg); in handleProviderLost() 103 debugLog("handleProviderLost reason=" + reason in handleProviderLost() 111 debugLog("handleProviderLost reason=" + reason in handleProviderLost() 133 debugLog("handleOnProviderBound mProviderName=" + mProviderName in handleOnProviderBound() 138 debugLog("handleOnProviderBound mProviderName=" + mProviderName in handleOnProviderBound() 144 debugLog("handleOnProviderBound" in handleOnProviderBound()
|
H A D | LocationTimeZoneManagerService.java | 255 debugLog("Not starting " + SERVICE_NAME + ": it is disabled in service config"); in startOnDomainThread() 419 static void debugLog(String msg) {
|
H A D | LocationTimeZoneProvider.java | 22 import static com.android.server.timezonedetector.location.LocationTimeZoneManagerService.debugLog; 634 debugLog("handleTimeZoneProviderEvent: mProviderName=" + mProviderName in handleTimeZoneProviderEvent()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/ |
H A D | BluetoothKeystoreService.java | 132 debugLog("start"); in start() 144 debugLog("cannot find the keystore."); in start() 184 debugLog("cleanup"); in cleanup() 186 debugLog("already doing cleanup"); in cleanup() 192 debugLog("cleanup() called before start()"); in cleanup() 244 debugLog("loadConfigData"); in loadConfigData() 251 debugLog("Load encryption file."); in loadConfigData() 260 debugLog("bt_config.bak checksum pass."); in loadConfigData() 301 debugLog("initJni()"); in initJni() 341 debugLog("getCompareResult: " + mCompareResult); in getCompareResult() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/panelstate/ |
H A D | PanelExpansionStateManager.kt | 106 debugLog( 122 debugLog("update state: ${this.state.stateToString()} -> ${state.stateToString()}") 129 debugLog("go state: ${this.state.stateToString()} -> ${state.stateToString()}") 134 private fun debugLog(msg: String) { regex
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | ScoredNetworkNominator.java | 165 debugLog("Ignoring user disabled SSID: " + scanResult.SSID); in nominateNetworks() 191 debugLog("Ignoring disabled SSID: " + configuredNetwork.SSID); in nominateNetworks() 196 debugLog("Ignoring non-carrier-merged SSID: " + configuredNetwork.SSID); in nominateNetworks() 256 debugLog(WifiNetworkSelector.toScanId(scanResult) in trackUntrustedCandidate() 278 debugLog(WifiNetworkSelector.toScanId(scanResult) in trackUntrustedCandidate() 302 debugLog(WifiNetworkSelector.toScanId(scanResult) in trackExternallyScoredCandidate() 392 private void debugLog(String msg) { in debugLog() method in ScoredNetworkNominator
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/ |
H A D | OverlayViewGlobalStateController.java | 106 debugLog(); in showView() 132 debugLog(); in showView() 172 debugLog(); in hideView() 211 debugLog(); in hideView() 384 private void debugLog() { in debugLog() method in OverlayViewGlobalStateController
|
/aosp12/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/ |
H A D | DomainVerificationReceiverV1.kt | 44 else -> debugLog { "Received invalid broadcast: $intent" } 62 debugLog { "Attempting v1 verification for $packageName" }
|
H A D | DomainVerificationReceiverV2.kt | 70 else -> debugLog { "Received invalid broadcast: $intent" } 86 debugLog { "Attempting v2 verification for ${request.packageNames}" }
|
H A D | BaseDomainVerificationReceiver.kt | 36 protected fun debugLog(block: () -> String) { regex
|
/aosp12/frameworks/base/core/java/com/android/internal/compat/ |
H A D | ChangeReporter.java | 97 debugLog(uid, changeId, state); in reportChange() 179 private void debugLog(int uid, long changeId, int state) { in debugLog() method in ChangeReporter
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 65581 Landroid/view/textclassifier/GenerateLinksLogger;->debugLog(Landroid/metrics/LogMaker;)V 65633 Landroid/view/textclassifier/logging/SmartSelectionEventTracker;->debugLog(Landroid/metrics/LogMake… 65724 Landroid/view/textclassifier/SelectionSessionLogger;->debugLog(Landroid/metrics/LogMaker;)V
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 21490 HSPLcom/android/internal/compat/ChangeReporter;->debugLog(IJI)V
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 21537 HSPLcom/android/internal/compat/ChangeReporter;->debugLog(IJI)V
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 40143 HSPLcom/android/server/timezonedetector/location/LocationTimeZoneManagerService;->debugLog(Ljava/la…
|