/packages/apps/Nfc/src/com/android/nfc/wlc/ |
D | NfcCharging.java | 40 static final boolean DBG = NfcProperties.debug_enabled().orElse(true); field in NfcCharging 152 if (DBG) Log.d(TAG, "NfcCharging - Constructor"); in NfcCharging() 176 if (DBG) Log.d(TAG, "resetInternalValues"); in resetInternalValues() 210 if (DBG) Log.d(TAG, "Nfc Charging Listener lost"); 217 if (DBG) Log.d(TAG, "startNfcCharging " + VERSION); in startNfcCharging() 222 if (DBG) Log.d(TAG, "NfcChargingEnabled is " + NfcChargingEnabled); in startNfcCharging() 235 if (DBG) Log.d(TAG, "stopNfcCharging " + VERSION); in stopNfcCharging() 252 if (DBG) Log.d(TAG, "No pending screen state change, stop Nfc charging presence check"); in stopNfcCharging() 258 if (DBG) Log.d(TAG, "checkWlcCapMsg: enter"); in checkWlcCapMsg() 269 if (DBG) in checkWlcCapMsg() [all …]
|
/packages/services/Car/service/src/com/android/car/bluetooth/ |
D | CarBluetoothService.java | 61 private static final boolean DBG = Slogf.isLoggable(TAG, Log.DEBUG); field in CarBluetoothService 108 if (DBG) { 132 if (DBG) { 142 if (DBG) { 175 if (DBG) { in init() 191 if (DBG) { in release() 208 if (DBG) { in initializeUserLocked() 227 if (DBG) { in initializeUserLocked() 238 if (DBG) { in destroyUserLocked() 269 if (DBG) { in createBluetoothUserServiceLocked() [all …]
|
D | BluetoothDeviceManager.java | 76 private static final boolean DBG = Slogf.isLoggable(TAG, Log.DEBUG); field in BluetoothDeviceManager 174 if (DBG) { in handleProfileConnectionStateChanged() 211 if (DBG) { in handleDeviceBondStateChange() 232 if (DBG) { in handleAdapterStateChange() 285 if (DBG) { in start() 320 if (DBG) { in stop() 345 if (DBG) { in load() 351 if (DBG) { in load() 381 if (DBG) { in load() 405 if (DBG) { in commit() [all …]
|
D | FastPairGattServer.java | 92 private static final boolean DBG = Slogf.isLoggable(TAG, Log.DEBUG); field in FastPairGattServer 205 if (DBG) { 223 if (DBG) { 227 if (DBG) { 242 if (DBG) { 248 if (DBG) { 268 if (DBG) { 275 if (DBG) { 291 if (DBG) { 306 if (DBG) { [all …]
|
D | FastPairAdvertiser.java | 67 private static final boolean DBG = Slogf.isLoggable(TAG, Log.DEBUG); field in FastPairAdvertiser 126 if (DBG) { in advertiseModelId() 177 if (DBG) { in advertiseAccountKeys() 249 if (DBG) { in stopAdvertising() 265 if (DBG) { in startAdvertisingInternal() 301 if (DBG) { in stopAdvertisingInternal() 351 if (DBG) { in onAdvertisingSetStartedHandler() 366 if (DBG) Slogf.d(TAG, "onAdvertisingSetStopped()"); in onAdvertisingSetStoppedHandler() 372 if (DBG) Slogf.d(TAG, "onOwnAddressRead Type= %d, Address= %s", addressType, address); in onOwnAddressReadHandler() 410 if (DBG) Slogf.d(TAG, "HANDLER: startAdvertising(data=%s)", Arrays.toString(data)); in startAdvertising() [all …]
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | VoicemailSettingsActivity.java | 73 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in VoicemailSettingsActivity 304 if (DBG) log("ACTION_ADD_VOICEMAIL Intent is thrown"); in onResume() 306 if (DBG) log("Voicemail data has more than one provider."); in onResume() 328 if (DBG) { in maybeHidePublicSettings() 358 if (DBG) log("onPreferenceTreeClick: Voicemail Settings Preference is clicked."); in onPreferenceTreeClick() 373 if (DBG) log("Invoking cfg intent " + preference.getIntent().getPackage()); in onPreferenceTreeClick() 379 if (DBG) log("onPreferenceTreeClick(). No intent; use default behavior in xml."); in onPreferenceTreeClick() 399 if (DBG) log("onPreferenceChange: \"" + preference + "\" changed to \"" + objValue + "\""); in onPreferenceChange() 406 if (DBG) log("No change is made to the VM provider setting."); in onPreferenceChange() 423 if (DBG) log("Saved preferences found - switching to them"); in onPreferenceChange() [all …]
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHeadsetClient.java | 54 private static final boolean DBG = true; field in BluetoothHeadsetClient 672 if (DBG) log("connect(" + device + ")"); in connect() 676 if (DBG) log(Log.getStackTraceString(new Throwable())); in connect() 699 if (DBG) log("disconnect(" + device + ")"); in disconnect() 703 if (DBG) log(Log.getStackTraceString(new Throwable())); in disconnect() 732 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectedDevices() 764 if (DBG) log(Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() 796 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectionState() 821 if (DBG) log("setPriority(" + device + ", " + priority + ")"); in setPriority() 846 if (DBG) log("setConnectionPolicy(" + device + ", " + connectionPolicy + ")"); in setConnectionPolicy() [all …]
|
D | BluetoothDevice.java | 91 private static final boolean DBG = false; field in BluetoothDevice 1589 if (DBG) Log.d(TAG, "getAddress: mAddress=" + getAddressForLogging()); in getAddress() 1601 if (DBG) Log.d(TAG, "mAddressType: " + mAddressType); in getAddressType() 1656 if (DBG) log("getIdentityAddress()"); in getIdentityAddress() 1682 if (DBG) log("getName()"); in getName() 1686 if (DBG) log(Log.getStackTraceString(new Throwable())); in getName() 1711 if (DBG) log("getType()"); in getType() 1715 if (DBG) log(Log.getStackTraceString(new Throwable())); in getType() 1737 if (DBG) log("getAlias()"); in getAlias() 1741 if (DBG) log(Log.getStackTraceString(new Throwable())); in getAlias() [all …]
|
D | BluetoothHeadset.java | 58 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG); field in BluetoothHeadset 427 if (DBG) log("connect(" + device + ")"); in connect() 431 if (DBG) log(Log.getStackTraceString(new Throwable())); in connect() 465 if (DBG) log("disconnect(" + device + ")"); in disconnect() 469 if (DBG) log(Log.getStackTraceString(new Throwable())); in disconnect() 489 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectedDevices() 510 if (DBG) log(Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() 532 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectionState() 565 if (DBG) log("setConnectionPolicy(" + device + ", " + connectionPolicy + ")"); in setConnectionPolicy() 569 if (DBG) log(Log.getStackTraceString(new Throwable())); in setConnectionPolicy() [all …]
|
D | BluetoothA2dp.java | 59 private static final boolean DBG = true; field in BluetoothA2dp 331 if (DBG) log("connect(" + device + ")"); in connect() 335 if (DBG) log(Log.getStackTraceString(new Throwable())); in connect() 369 if (DBG) log("disconnect(" + device + ")"); in disconnect() 373 if (DBG) log(Log.getStackTraceString(new Throwable())); in disconnect() 393 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectedDevices() 414 if (DBG) log(Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() 436 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectionState() 468 if (DBG) log("setActiveDevice(" + device + ")"); in setActiveDevice() 472 if (DBG) log(Log.getStackTraceString(new Throwable())); in setActiveDevice() [all …]
|
D | BluetoothHidHost.java | 56 private static final boolean DBG = true; field in BluetoothHidHost 252 if (DBG) log("connect(" + device + ")"); in connect() 256 if (DBG) log(Log.getStackTraceString(new Throwable())); in connect() 292 if (DBG) log("disconnect(" + device + ")"); in disconnect() 296 if (DBG) log(Log.getStackTraceString(new Throwable())); in disconnect() 321 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectedDevices() 346 if (DBG) log(Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() 376 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectionState() 404 if (DBG) log("setPriority(" + device + ", " + priority + ")"); in setPriority() 429 if (DBG) log("setConnectionPolicy(" + device + ", " + connectionPolicy + ")"); in setConnectionPolicy() [all …]
|
D | BluetoothMapClient.java | 52 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG); field in BluetoothMapClient 217 if (DBG) Log.d(TAG, "Create BluetoothMapClient proxy object"); in BluetoothMapClient() 285 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); in isConnected() 308 if (DBG) Log.d(TAG, "connect(" + device + ")" + "for MAPS MCE"); in connect() 312 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); in connect() 337 if (DBG) Log.d(TAG, "disconnect(" + device + ")"); in disconnect() 341 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); in disconnect() 366 if (DBG) Log.d(TAG, "getConnectedDevices()"); in getConnectedDevices() 370 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); in getConnectedDevices() 398 if (DBG) Log.d(TAG, "getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates() [all …]
|
D | BluetoothPbapClient.java | 45 private static final boolean DBG = false; field in BluetoothPbapClient 104 if (DBG) { in BluetoothPbapClient() 176 if (DBG) { in connect() 182 if (DBG) log(Log.getStackTraceString(new Throwable())); in connect() 207 if (DBG) { in disconnect() 213 if (DBG) log(Log.getStackTraceString(new Throwable())); in disconnect() 238 if (DBG) { in getConnectedDevices() 244 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectedDevices() 272 if (DBG) { in getDevicesMatchingConnectionStates() 278 if (DBG) log(Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() [all …]
|
D | BluetoothMap.java | 51 private static final boolean DBG = true; field in BluetoothMap 92 if (DBG) Log.d(TAG, "Create BluetoothMap proxy object"); in BluetoothMap() 159 if (DBG) log(Log.getStackTraceString(new Throwable())); in getState() 184 if (DBG) log(Log.getStackTraceString(new Throwable())); in getClient() 209 if (DBG) log(Log.getStackTraceString(new Throwable())); in isConnected() 227 if (DBG) log("connect(" + device + ")" + "not supported for MAPS"); in connect() 242 if (DBG) log("disconnect(" + device + ")"); in disconnect() 246 if (DBG) log(Log.getStackTraceString(new Throwable())); in disconnect() 292 if (DBG) log("getConnectedDevices()"); in getConnectedDevices() 296 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectedDevices() [all …]
|
D | BluetoothSap.java | 58 private static final boolean DBG = true; field in BluetoothSap 117 if (DBG) Log.d(TAG, "Create BluetoothSap proxy object"); in BluetoothSap() 182 if (DBG) log(Log.getStackTraceString(new Throwable())); in getState() 207 if (DBG) log(Log.getStackTraceString(new Throwable())); in getClient() 232 if (DBG) log(Log.getStackTraceString(new Throwable())); in isConnected() 250 if (DBG) log("connect(" + device + ")" + "not supported for SAPS"); in connect() 265 if (DBG) log("disconnect(" + device + ")"); in disconnect() 269 if (DBG) log(Log.getStackTraceString(new Throwable())); in disconnect() 289 if (DBG) log("getConnectedDevices()"); in getConnectedDevices() 293 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectedDevices() [all …]
|
D | BluetoothHearingAid.java | 56 private static final boolean DBG = true; field in BluetoothHearingAid 84 if (DBG) { in AdvertisementServiceData() 381 if (DBG) Log.d(TAG, "connect(" + device + ")"); in connect() 385 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); in connect() 421 if (DBG) Log.d(TAG, "disconnect(" + device + ")"); in disconnect() 425 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); in disconnect() 445 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); in getConnectedDevices() 467 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() 490 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); in getConnectionState() 522 if (DBG) Log.d(TAG, "setActiveDevice(" + device + ")"); in setActiveDevice() [all …]
|
/packages/services/Telephony/src/com/android/phone/ |
D | CallNotifier.java | 62 private static final boolean DBG = field in CallNotifier 191 if (DBG) { in handleMessage() 196 if (DBG) log("DISCONNECT"); in handleMessage() 203 if (DBG) log("Received PHONE_STATE_DISPLAYINFO event"); in handleMessage() 208 if (DBG) log("Received PHONE_STATE_SIGNALINFO event"); in handleMessage() 213 if (DBG) log("Received Display Info notification done event ..."); in handleMessage() 218 if (DBG) log("PHONE_ENHANCED_VP_ON..."); in handleMessage() 227 if (DBG) log("PHONE_ENHANCED_VP_OFF..."); in handleMessage() 236 if (DBG) log("PHONE_SUPP_SERVICE_FAILED..."); in handleMessage() 241 if (DBG) log("Received PHONE_TTY_MODE_RECEIVED event"); in handleMessage() [all …]
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
D | CachedLater.kt | 42 if (DBG) Log.d(TAG, "store()") in create() 53 if (DBG) Log.d(TAG, "Calling consumer: $consumer") in create() 66 if (DBG) Log.d(TAG, "getLater()") in getLater() 80 if (DBG) Log.d(TAG, "valid, calling consumer synchronously") in getLater() 91 if (DBG) Log.d(TAG, "not valid, calling create()") in getLater() 94 if (DBG) Log.d(TAG, "not valid, already creating") in getLater() 101 if (DBG) Log.d(TAG, "clear()") in clear() 127 private const val DBG = false constant
|
/packages/services/Car/libs/car-test-lib/src/android/car/test/ |
D | ApiHelper.java | 39 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG); field in ApiHelper 105 if (DBG) { in getMethod() 118 if (DBG) { in getMethod() 130 if (DBG) { in getMethodWithParameters() 149 if (DBG) { in getMethodWithParameters() 162 if (DBG) { in getMethodWithParameters() 170 if (DBG) { in getMethodWithParameters() 180 if (DBG) { in getMethodWithoutParameters() 186 if (DBG) { in getMethodWithoutParameters() 195 if (DBG) { in getMethodWithoutParameters() [all …]
|
/packages/apps/Settings/src/com/android/settings/development/ |
D | EnableVerboseVendorLoggingPreferenceController.java | 41 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG); field in EnableVerboseVendorLoggingPreferenceController 105 if (DBG) Log.d(TAG, "IDumpstateDevice v1.1 service is not available."); in isIDumpstateDeviceV1_1ServiceAvailable() 124 if (DBG) Log.e(TAG, "aidlService.setVerboseLoggingEnabled fail: " + re); in setVerboseLoggingEnabled() 131 if (DBG) Log.d(TAG, "setVerboseLoggingEnabled not supported."); in setVerboseLoggingEnabled() 142 if (DBG) Log.e(TAG, "HIDL v1.1 setVerboseLoggingEnabled fail: " + e); in setVerboseLoggingEnabled() 154 if (DBG) Log.e(TAG, "aidlService.getVerboseLoggingEnabled fail: " + re); in getVerboseLoggingEnabled() 161 if (DBG) Log.d(TAG, "getVerboseLoggingEnabled not supported."); in getVerboseLoggingEnabled() 172 if (DBG) Log.e(TAG, "HIDL v1.1 getVerboseLoggingEnabled fail: " + e); in getVerboseLoggingEnabled() 186 if (DBG) Log.e(TAG, "Get HIDL v1.1 service fail: " + e); in getDumpstateDeviceService() 195 if (DBG) Log.e(TAG, "Get HIDL v1.0 service fail: " + e); in getDumpstateDeviceService() [all …]
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | SearchActivity.kt | 87 if (DBG) Log.d(TAG, "onCreate()") in onCreate() 156 if (DBG) Log.d(TAG, "onNewIntent()") in onNewIntent() 188 if (DBG) Log.d(TAG, "setupFromIntent(" + intent.toUri(0).toString() + ")") in setupFromIntent() 224 if (DBG) Log.d(TAG, "onDestroy()") in onDestroy() 234 if (DBG) Log.d(TAG, "onStop()") in onStop() 250 if (DBG) Log.d(TAG, "onPause()") in onPause() 257 if (DBG) Log.d(TAG, "onRestart()") in onRestart() 263 if (DBG) Log.d(TAG, "onResume()") in onResume() 302 if (DBG) Log.d(TAG, "Search clicked, query=$query") in onSearchClicked() 322 if (DBG) Log.d(TAG, "Voice Search clicked") in onVoiceSearchClicked() [all …]
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
D | RegisteredAidCache.java | 55 static final boolean DBG = NfcProperties.debug_enabled().orElse(true); field in RegisteredAidCache 190 if (DBG) Log.d(TAG, "Controller supports AID prefix routing"); in RegisteredAidCache() 193 if (DBG) Log.d(TAG, "Controller supports AID subset routing"); in RegisteredAidCache() 199 if (DBG) Log.d(TAG, "resolveAid: resolving AID " + aid); in resolveAid() 213 if (DBG) Log.d(TAG, "Finding AID registrations in range [" + shortestAidMatch + in resolveAid() 226 if (DBG) Log.d(TAG, "resolveAid: AID " + entry.getKey() + " matches."); in resolveAid() 247 if (DBG) Log.d(TAG, "Resolved to: " + resolveInfo); in resolveAid() 338 if (DBG) Log.d(TAG, in nonDefaultRouting() 344 if (DBG) { in nonDefaultRouting() 407 if (DBG) Log.d(TAG, "Prioritizing dpp services."); in resolveAidConflictLocked() [all …]
|
D | AidRoutingManager.java | 41 static final boolean DBG = NfcProperties.debug_enabled().orElse(true); field in AidRoutingManager 95 if (DBG) in AidRoutingManager() 98 if (DBG) in AidRoutingManager() 101 if (DBG) in AidRoutingManager() 104 if (DBG) in AidRoutingManager() 107 if (DBG) in AidRoutingManager() 110 if (DBG) in AidRoutingManager() 137 if (DBG) Log.d(TAG, "calculateAidRouteSize: " + routeTableSize); in calculateAidRouteSize() 149 if (DBG) Log.d(TAG, "Unrouting prefix AID " + aid); in clearNfcRoutingTableLocked() 155 if (DBG) Log.d(TAG, "Unrouting prefix AID " + aid); in clearNfcRoutingTableLocked() [all …]
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastAlertAudio.java | 21 import static com.android.cellbroadcastreceiver.CellBroadcastReceiver.DBG; 174 if (DBG) log("onInit() TTS engine status: " + status); in onInit() 203 if (DBG) log("Setting TTS language to '" + locale + '\''); in setTtsLanguage() 205 if (DBG) log("TTS setLanguage() returned: " + result); in setTtsLanguage() 220 if (DBG) log("TTS completed. Stop CellBroadcastAlertAudio service"); in onUtteranceCompleted() 237 if (DBG) log("ALERT_SOUND_FINISHED"); in onCreate() 245 if (DBG) { in onCreate() 259 if (DBG) log("ALERT_PAUSE_FINISHED"); in onCreate() 262 if (DBG) log("Speaking broadcast text: " + mMessageBody); in onCreate() 297 if (DBG) log("Call interrupted. Stop CellBroadcastAlertAudio service"); in onCreate() [all …]
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/tests/ |
D | CrashingIconProvider.java | 33 private static final boolean DBG = false; field in CrashingIconProvider 45 if (DBG) Log.d(TAG, "openFile(" + uri + ", " + mode + ")"); in openFile() 51 if (DBG) { in delete() 60 if (DBG) Log.d(TAG, "getType(" + uri + ")"); in getType() 66 if (DBG) Log.d(TAG, "insert(" + uri + ", " + values + ")"); in insert() 73 if (DBG) Log.d(TAG, "query(" + uri + ")"); in query() 79 if (DBG) Log.d(TAG, "update(" + uri + ")"); in update()
|