Home
last modified time | relevance | path

Searched refs:DBG (Results 1 – 25 of 135) sorted by relevance

123456

/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/
H A DHbpcdUtils.java32 private static final boolean DBG = false; field in HbpcdUtils
56 if (DBG) { in getMcc()
60 if (DBG) { in getMcc()
65 if (DBG) { in getMcc()
93 if (DBG) { in getMcc()
98 if (DBG) { in getMcc()
127 if (DBG) Log.d(LOG_TAG, "SID NOT found in mcc_sid_range."); in getMcc()
138 if (DBG) Log.d(LOG_TAG, "Enter getHbpcdInfoByMCC."); in getIddByMcc()
148 if (DBG) Log.d(LOG_TAG, "Query Idd returned the cursor " + cur); in getIddByMcc()
153 if (DBG) Log.d(LOG_TAG, "IDD = " + idd); in getIddByMcc()
[all …]
/aosp14/system/core/fastboot/
H A Dusb_windows.cpp44 #define DBG(x...) fprintf(stderr, x) macro
46 #define DBG(x...) macro
110 DBG("failed to open interface %S\n", interface_name); in do_usb_open()
162 DBG("usb_write %zu\n", len); in Write()
186 DBG("usb_write NULL handle\n"); in Write()
190 DBG("usb_write failed: %d\n", errno); in Write()
201 DBG("usb_read %zu\n", len); in Read()
222 DBG("usb_read NULL handle\n"); in Read()
226 DBG("usb_read failed: %d\n", errno); in Read()
261 DBG("usb_close\n"); in Close()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserVisibilityMediator.java214 if (DBG) { in UserVisibilityMediator()
244 if (DBG) { in assignUserToDisplayOnStart()
326 if (DBG) { in assignUserToDisplayOnStart()
517 if (DBG) { in assignUserToExtraDisplay()
581 if (DBG) { in unassignUserFromExtraDisplay()
613 if (DBG) { in unassignUserFromDisplayOnStop()
629 if (DBG) { in unassignUserFromAllDisplaysOnStopLocked()
645 if (DBG) { in unassignUserFromAllDisplaysOnStopLocked()
901 if (DBG) { in getUserAssignedToDisplay()
931 if (DBG) { in addListener()
[all …]
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DWindowMagnificationConnectionWrapper.java40 private static final boolean DBG = false; field in WindowMagnificationConnectionWrapper
77 if (DBG) { in enableWindowMagnification()
93 if (DBG) { in setScale()
112 if (DBG) { in disableWindowMagnification()
128 if (DBG) { in moveWindowMagnifier()
147 if (DBG) { in moveWindowMagnifierToPosition()
164 if (DBG) { in showMagnificationButton()
180 if (DBG) { in removeMagnificationButton()
196 if (DBG) { in removeMagnificationSettingsPanel()
212 if (DBG) { in onUserMagnificationScaleChanged()
[all …]
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DCellInfoLte.java35 private static final boolean DBG = false; field in CellInfoLte
73 if (DBG) log("getCellIdentity: " + mCellIdentityLte); in getCellIdentity()
80 if (DBG) log("setCellIdentity: " + cid); in setCellIdentity()
89 if (DBG) log("getCellSignalStrength: " + mCellSignalStrengthLte); in getCellSignalStrength()
104 if (DBG) log("setCellSignalStrength: " + css); in setCellSignalStrength()
110 if (DBG) log("setCellConfig: " + cellConfig); in setCellConfig()
116 if (DBG) log("getCellConfig: " + mCellConfig); in getCellConfig()
164 if (DBG) log("writeToParcel(Parcel, int): " + toString()); in writeToParcel()
180 if (DBG) log("CellInfoLte(Parcel): " + toString()); in CellInfoLte()
H A DCellSignalStrengthLte.java37 private static final boolean DBG = false; field in CellSignalStrengthLte
268 if (DBG) { in updateLevel()
274 if (DBG) { in updateLevel()
281 if (DBG) { in updateLevel()
288 if (DBG) { in updateLevel()
305 if (DBG) log("updateLevel() - rsrp = " + level); in updateLevel()
318 if (DBG) { in updateLevel()
324 if (DBG) { in updateLevel()
330 if (DBG) { in updateLevel()
478 if (DBG) log("Lte Asu level: "+lteAsuLevel); in getAsuLevel()
[all …]
/aosp14/frameworks/base/core/java/android/speech/tts/
H A DPlaybackSynthesisCallback.java30 private static final boolean DBG = false; field in PlaybackSynthesisCallback
70 if (DBG) Log.d(TAG, "stop()"); in stop()
126 if (DBG) Log.d(TAG, "start(" + sampleRateInHz + "," + audioFormat + "," + channelCount in start()
146 if (DBG) Log.d(TAG, "stop() called before start(), returning."); in start()
150 if (DBG) Log.d(TAG, "Error was raised"); in start()
169 if (DBG) Log.d(TAG, "audioAvailable(byte[" + buffer.length + "]," + offset + "," + length in audioAvailable()
184 if (DBG) Log.d(TAG, "Error was raised"); in audioAvailable()
215 if (DBG) Log.d(TAG, "done()"); in done()
227 if (DBG) Log.d(TAG, "Request has been aborted."); in done()
266 if (DBG) Log.d(TAG, "error() [will call stop]"); in error()
H A DFileSynthesisCallback.java35 private static final boolean DBG = false; field in FileSynthesisCallback
104 if (DBG) { in start()
120 if (DBG) Log.d(TAG, "Request has been aborted."); in start()
124 if (DBG) Log.d(TAG, "Error was raised"); in start()
155 if (DBG) { in audioAvailable()
162 if (DBG) Log.d(TAG, "Request has been aborted."); in audioAvailable()
166 if (DBG) Log.d(TAG, "Error was raised"); in audioAvailable()
200 if (DBG) Log.d(TAG, "FileSynthesisRequest.done()"); in done()
215 if (DBG) Log.d(TAG, "Request has been aborted."); in done()
261 if (DBG) Log.d(TAG, "FileSynthesisRequest.error()"); in error()
H A DBlockingAudioTrack.java19 private static final boolean DBG = false; field in BlockingAudioTrack
137 if (DBG) Log.d(TAG, "Audio track null [duplicate call to waitAndRelease ?]"); in waitAndRelease()
148 if (DBG) { in waitAndRelease()
159 if (DBG) Log.d(TAG, "Waiting for audio track to complete : " + mAudioTrack.hashCode()); in waitAndRelease()
166 if (DBG) Log.d(TAG, "Releasing audio track [" + track.hashCode() + "]"); in waitAndRelease()
193 if (DBG) Log.d(TAG, "AudioTrack not playing, restarting : " + audioTrack.hashCode()); in writeToAudioTrack()
264 if (DBG) Log.d(TAG, "About to sleep for: " + estimatedTimeMs + "ms for a short utterance"); in blockUntilEstimatedCompletion()
305 if (DBG) { in blockUntilCompletion()
329 if (DBG) Log.d(TAG, "volLeft=" + volLeft + ",volRight=" + volRight); in setupVolume()
/aosp14/frameworks/base/services/core/java/com/android/server/emergency/
H A DEmergencyAffordanceService.java52 private static final boolean DBG = false; field in EmergencyAffordanceService
120 if (DBG) Slog.d(TAG, "Override ISO to " + overrideIso); in EmergencyAffordanceService()
129 if (DBG) Slog.i(TAG, "onStart"); in onStart()
136 if (DBG) Slog.i(TAG, "onBootPhase"); in onBootPhase()
149 if (DBG) Slog.d(TAG, "handleMessage: " + msg.what); in handleMessage()
172 if (DBG) Slog.d(TAG, "handleInitializeState"); in handleInitializeState()
180 if (DBG) Slog.d(TAG, "handleThirdPartyBootPhase"); in handleThirdPartyBootPhase()
205 if (DBG) Slog.d(TAG, "APM status updated to " + mAirplaneModeEnabled); in handleUpdateAirplaneModeStatus()
211 if (DBG) Slog.d(TAG, "handleUpdateSimSubscriptionInfo: " + activeSubscriptionInfoList); in handleUpdateSimSubscriptionInfo()
229 if (DBG) { in handleNetworkCountryChanged()
[all …]
/aosp14/frameworks/base/telephony/java/android/telephony/data/
H A DDataServiceCallback.java45 private static final boolean DBG = true; field in DataServiceCallback
90 if (DBG) Rlog.d(TAG, "onSetupDataCallComplete"); in onSetupDataCallComplete()
109 if (DBG) Rlog.d(TAG, "onDeactivateDataCallComplete"); in onDeactivateDataCallComplete()
185 if (DBG) Rlog.d(TAG, "onDataCallListChanged"); in onDataCallListChanged()
205 if (DBG) Rlog.d(TAG, "onHandoverStarted"); in onHandoverStarted()
225 if (DBG) Rlog.d(TAG, "onHandoverCancelled"); in onHandoverCancelled()
276 if (DBG) Rlog.d(TAG, "onApnUnthrottled"); in onApnUnthrottled()
299 if (DBG) Rlog.d(TAG, "onDataProfileUnthrottled"); in onDataProfileUnthrottled()
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSms7BitEncodingTranslator.java33 private static final boolean DBG = TelephonyUtils.IS_DEBUGGABLE; field in Sms7BitEncodingTranslator
98 if (DBG) { in translateIfNeeded()
132 if (DBG) { in translateIfNeeded()
138 if (DBG) { in translateIfNeeded()
176 if (DBG) Rlog.d(TAG, "load7BitTranslationTableFromXml: open normal file"); in load7BitTranslationTableFromXml()
185 if (DBG) { in load7BitTranslationTableFromXml()
190 if (DBG) { in load7BitTranslationTableFromXml()
208 if (DBG) { in load7BitTranslationTableFromXml()
221 … if (DBG) Rlog.d(TAG, "load7BitTranslationTableFromXml: parsing successful, file loaded"); in load7BitTranslationTableFromXml()
/aosp14/frameworks/base/services/core/java/com/android/server/signedconfig/
H A DSignedConfigService.java42 private static final boolean DBG = false; field in SignedConfigService
65 if (DBG) Slog.d(TAG, "handlePackageBroadcast " + intent); in handlePackageBroadcast()
68 if (DBG) Slog.d(TAG, "handlePackageBroadcast package=" + packageName); in handlePackageBroadcast()
81 if (DBG) Slog.d(TAG, "handlePackageBroadcast: no metadata"); in handlePackageBroadcast()
102 if (DBG) { in handlePackageBroadcast()
112 if (DBG) Slog.d(TAG, "Package has no global settings config/signature."); in handlePackageBroadcast()
120 if (DBG) Slog.d(TAG, "Registering receiver"); in registerUpdateReceiver()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DImportanceExtractor.java26 private static final boolean DBG = false; field in ImportanceExtractor
31 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + "."); in initialize()
36 if (DBG) Slog.d(TAG, "skipping empty notification"); in process()
41 if (DBG) Slog.d(TAG, "missing config"); in process()
H A DPriorityExtractor.java27 private static final boolean DBG = false; field in PriorityExtractor
32 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + "."); in initialize()
37 if (DBG) Slog.d(TAG, "skipping empty notification"); in process()
42 if (DBG) Slog.d(TAG, "missing config"); in process()
H A DZenModeExtractor.java28 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG); field in ZenModeExtractor
33 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + "."); in initialize()
38 if (DBG) Slog.d(TAG, "skipping empty notification"); in process()
43 if (DBG) Slog.d(TAG, "skipping - no zen info available"); in process()
H A DNotificationChannelExtractor.java27 private static final boolean DBG = false; field in NotificationChannelExtractor
34 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + "."); in initialize()
39 if (DBG) Slog.d(TAG, "skipping empty notification"); in process()
44 if (DBG) Slog.d(TAG, "missing config"); in process()
H A DCriticalNotificationExtractor.java37 private static final boolean DBG = false; field in CriticalNotificationExtractor
55 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + "."); in initialize()
66 if (DBG) Slog.d(TAG, "skipping since system does not support critical notification"); in process()
70 if (DBG) Slog.d(TAG, "skipping empty notification"); in process()
H A DBadgeExtractor.java29 private static final boolean DBG = false; field in BadgeExtractor
34 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + "."); in initialize()
39 if (DBG) Slog.d(TAG, "skipping empty notification"); in process()
44 if (DBG) Slog.d(TAG, "missing config"); in process()
H A DBubbleExtractor.java45 private static final boolean DBG = false; field in BubbleExtractor
55 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + "."); in initialize()
65 if (DBG) Slog.d(TAG, "skipping empty notification"); in process()
70 if (DBG) Slog.d(TAG, "missing config"); in process()
75 if (DBG) Slog.d(TAG, "missing shortcut helper"); in process()
106 if (DBG) { in process()
223 if (DBG) { in logBubbleError()
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DCallerInfoAsyncQuery.java50 private static final boolean DBG = false; field in CallerInfoAsyncQuery
112 if (DBG) Log.d(LOG_TAG, "Trying to get current content resolver..."); in getCurrentProfileContentResolver()
117 if (DBG) Log.d(LOG_TAG, "myUser=" + myUser + "currentUser=" + currentUser); in getCurrentProfileContentResolver()
238 if (DBG) Log.d(LOG_TAG, "[handleGeoDescription]" + in handleGeoDescription()
336 if (DBG) Log.d(LOG_TAG, "==> Got mCallerInfo: " + mCallerInfo); in onQueryComplete()
358 if (DBG) Log.d(LOG_TAG, "start querying geo description"); in onQueryComplete()
366 if (DBG) Log.d(LOG_TAG, "constructing CallerInfo object for token: " + token); in onQueryComplete()
379 if (DBG) Log.d(LOG_TAG, "notifying listener: " in onQueryComplete()
456 if (DBG) { in startQuery()
470 if (DBG) { in startQuery()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DSensorNotificationService.java37 private static final boolean DBG = false; field in SensorNotificationService
75 if (DBG) Slog.d(TAG, "Cannot obtain dynamic meta sensor, not supported."); in onBootPhase()
87 if (DBG) Slog.d(TAG, "Cannot obtain location service."); in onBootPhase()
102 if (DBG) Slog.d(TAG, "dynamic sensor broadcast sent"); in broadcastDynamicSensorChanged()
114 if (DBG) Slog.d(TAG, String.format( in onLocationChanged()
140 if (DBG) Slog.d(TAG, String.format( in onLocationChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A DMultipathPolicyTracker.java93 private static final boolean DBG = false; field in MultipathPolicyTracker
239 if (DBG) Log.d(TAG, "onThresholdReached for network " + network); in MultipathTracker()
267 if (DBG) Log.d(TAG, "Non-default data usage: " + bytes); in getDailyNonDefaultDataUsage()
350 if (DBG) Log.d(TAG, "Setting quota: " + quota + " bytes"); in updateMultipathBudget()
358 if (DBG) Log.d(TAG, "Quota still " + quota + ", not updating."); in updateMultipathBudget()
378 if (DBG) { in updateMultipathBudget()
411 if (DBG) Log.d(TAG, "Registering callback, budget is " + mMultipathBudget); in setMultipathBudget()
491 if (DBG) Log.d(TAG, "Tracking mobile network " + network); in registerTrackMobileCallback()
501 if (DBG) Log.d(TAG, "No longer tracking mobile network " + network); in registerTrackMobileCallback()
555 if (DBG) Log.d(TAG, "Settings change: updating budgets."); in onChange()
[all …]
/aosp14/frameworks/base/core/java/android/widget/
H A DSpellChecker.java223 if (DBG) { in onPerformSpellCheck()
237 if (DBG) { in spellCheck()
269 if (DBG) { in spellCheck()
296 if (DBG) { in spellCheck()
516 if (DBG) { in scheduleNewSpellCheck()
680 if (DBG) { in setRangeSpan()
687 if (DBG) { in removeRangeSpan()
802 if (DBG) { in detectSentenceBoundary()
815 if (DBG) { in detectSentenceBoundary()
886 if (DBG) {
[all …]
/aosp14/frameworks/base/telephony/java/com/android/ims/
H A DImsConfig.java44 private boolean DBG = true; field in ImsConfig
814 if (DBG) Rlog.d(TAG, "getInt(): item = " + item + ", ret =" + ret); in getConfigInt()
842 if (DBG) Rlog.d(TAG, "getConfigString(): item = " + item + ", ret =" + ret); in getConfigString()
872 if (DBG) { in setConfig()
882 if (DBG) { in setConfig()
902 if (DBG) { in setConfig()
912 if (DBG) { in setConfig()
940 if (DBG) Rlog.d(TAG, "addConfigCallback: " + callback); in addConfigCallback()
953 if (DBG) Rlog.d(TAG, "removeConfigCallback: " + callback); in removeConfigCallback()

123456