/frameworks/base/telephony/common/com/android/internal/telephony/ |
D | HbpcdUtils.java | 32 private static final boolean DBG = false; field in HbpcdUtils 56 if (DBG) { in getMcc() 60 if (DBG) { in getMcc() 65 if (DBG) { in getMcc() 90 if (DBG) Log.d(LOG_TAG, "Query conflict sid returned the cursor " + c3); in getMcc() 93 if (DBG) { in getMcc() 98 if (DBG) { in getMcc() 118 if (DBG) Log.d(LOG_TAG, "Query Range returned the cursor " + c5); in getMcc() 121 if (DBG) Log.d(LOG_TAG, "SID found in mcc_sid_range. Return tmpMcc = " + tmpMcc); in getMcc() 127 if (DBG) Log.d(LOG_TAG, "SID NOT found in mcc_sid_range."); in getMcc() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsCallInfoTracker.java | 44 private static final boolean DBG = false; field in ImsCallInfoTracker 62 if (DBG) Rlog.d(LOG_TAG, "addImsCallStatus"); in addImsCallStatus() 78 if (DBG) dump(); in addImsCallStatus() 100 if (DBG) { in updateImsCallStatus() 119 if (DBG) Rlog.d(LOG_TAG, "updateImsCallStatus state=" + state); in updateImsCallStatus() 134 if (DBG) dump(); in updateImsCallStatus() 140 if (DBG) Rlog.d(LOG_TAG, "clearAllOrphanedConnections"); in clearAllOrphanedConnections() 147 if (DBG) dump(); in clearAllOrphanedConnections() 152 if (DBG) Rlog.d(LOG_TAG, "notifySrvccCompleted"); in notifySrvccCompleted() 157 if (DBG) dump(); in notifySrvccCompleted()
|
/frameworks/opt/car/services/updatableServices/src/com/android/server/wm/ |
D | CarLaunchParamsModifierUpdatableImpl.java | 53 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG); field in CarLaunchParamsModifierUpdatableImpl 128 if (DBG) { in handleUserVisibilityChanged() 150 if (DBG) Slogf.d(TAG, "handleCurrentUserSwitching user=%d", newUserId); in handleCurrentUserSwitching() 156 if (DBG) { in maySwitchCurrentDriver() 170 if (DBG) Slogf.d(TAG, "handleUserStarting user=%d", startingUser); in handleUserStarting() 176 if (DBG) Slogf.d(TAG, "handleUserStopped user=%d", stoppedUser); in handleUserStopped() 203 if (DBG) { in setDisplayAllowListForUser() 241 if (DBG) { in setPassengerDisplays() 292 if (DBG) { in calculate() 314 if (DBG) { in calculate() [all …]
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
D | MagnificationConnectionWrapper.java | 41 private static final boolean DBG = false; field in MagnificationConnectionWrapper 70 if (DBG) { in onFullscreenMagnificationActivationChanged() 94 if (DBG) { in enableWindowMagnification() 110 if (DBG) { in setScaleForWindowMagnification() 129 if (DBG) { in disableWindowMagnification() 145 if (DBG) { in moveWindowMagnifier() 164 if (DBG) { in moveWindowMagnifierToPosition() 181 if (DBG) { in showMagnificationButton() 197 if (DBG) { in removeMagnificationButton() 213 if (DBG) { in removeMagnificationSettingsPanel() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyDevController.java | 37 private static final boolean DBG = true; field in TelephonyDevController 131 if (DBG) logd("handleMessage: received EVENT_HARDWARE_CONFIG_CHANGED"); in handleMessage() 151 if (DBG) logd("updateOrInsert: removing: " + item); in updateOrInsert() 156 if (DBG) logd("updateOrInsert: inserting: " + hw); in updateOrInsert() 193 if (DBG) logd("getModemCount: " + count); in getModemCount() 213 if (DBG) logd("getModem: " + index); in getModem() 224 if (DBG) logd("getSimCount: " + count); in getSimCount() 244 if (DBG) logd("getSim: " + index); in getSim() 264 if (DBG) logd("getModemForSim " + simIndex); in getModemForSim() 292 if (DBG) logd("getAllSimsForModem " + modemIndex); in getAllSimsForModem() [all …]
|
D | NetworkTypeController.java | 77 private static final boolean DBG = true; field in NetworkTypeController 396 if (DBG) loge("Invalid 5G icon configuration, config = " + pair); in createTimerRules() 408 if (DBG) loge("Invalid 5G icon = " + kv[1]); in createTimerRules() 426 if (DBG) loge("Invalid 5G icon timer configuration, config = " + triple); in createTimerRules() 459 if (DBG) { in createTimerRules() 507 if (DBG) log("mOverrideTimerRules: " + mOverrideTimerRules); in createTimerRules() 512 if (DBG) log("Skip updating override network type since timer is active."); in updateOverrideNetworkType() 619 if (DBG) log("DefaultState: process " + getEventName(msg.what)); in processMessage() 626 if (DBG) log("Reset timers on state machine quitting."); in processMessage() 648 if (DBG) { in processMessage() [all …]
|
D | IccProvider.java | 48 private static final boolean DBG = true; field in IccProvider 114 if (DBG) log("query"); in query() 192 if (DBG) log("insert"); in insert() 279 if (DBG) log("len of input String is 0"); in normalizeValue() 323 if (DBG) log("delete"); in delete() 337 if (DBG) log("parsing '" + param + "'"); in delete() 369 if (DBG) log("delete mvalues= " + values); in delete() 385 if (DBG) log("update"); in update() 427 if (DBG) log("loadFromEf: efType=0x" + in loadFromEf() 443 if (DBG) log(ex.toString()); in loadFromEf() [all …]
|
D | WapPushOverSms.java | 66 private static final boolean DBG = false; field in WapPushOverSms 88 if (DBG) Rlog.v(TAG, "bindService() for wappush manager succeeded"); in bindWapPushManagerService() 122 if (DBG) Rlog.v(TAG, "wappush manager connected to " + hashCode()); in onServiceConnected() 128 if (DBG) Rlog.v(TAG, "wappush manager disconnected."); in onServiceDisconnected() 142 if (DBG) Rlog.v(TAG, "dispose: unbind wappush manager"); in dispose() 160 if (DBG) Rlog.d(TAG, "Rx: " + IccUtils.bytesToHexString(pdu)); in decodeWapPdu() 177 if (DBG) in decodeWapPdu() 184 if (DBG) Rlog.w(TAG, "Received non-PUSH WAP PDU. Type = " + pduType); in decodeWapPdu() 189 if (DBG) Rlog.w(TAG, "Received non-PUSH WAP PDU. Type = " + pduType); in decodeWapPdu() 205 if (DBG) Rlog.w(TAG, "Received PDU. Header Length error."); in decodeWapPdu() [all …]
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellInfoLte.java | 35 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()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserVisibilityMediator.java | 105 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG); field in UserVisibilityMediator 220 mStartedInvisibleProfileUserIds = DBG ? new ArrayList<>(4) : null; in UserVisibilityMediator() 225 if (DBG) { in UserVisibilityMediator() 254 if (DBG) { in assignUserToDisplayOnStart() 265 if (DBG) { in assignUserToDisplayOnStart() 276 if (DBG) { in assignUserToDisplayOnStart() 292 if (DBG) { in assignUserToDisplayOnStart() 313 if (DBG) { in assignUserToDisplayOnStart() 319 if (DBG) { in assignUserToDisplayOnStart() 336 if (DBG) { in assignUserToDisplayOnStart() [all …]
|
/frameworks/base/core/java/android/speech/tts/ |
D | PlaybackSynthesisCallback.java | 30 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()
|
D | FileSynthesisCallback.java | 35 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()
|
D | BlockingAudioTrack.java | 19 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() 269 if (DBG) Log.d(TAG, "About to sleep for: " + estimatedTimeMs + "ms for a short utterance"); in blockUntilEstimatedCompletion() 310 if (DBG) { in blockUntilCompletion() 334 if (DBG) Log.d(TAG, "volLeft=" + volLeft + ",volRight=" + volRight); in setupVolume()
|
/frameworks/base/services/core/java/com/android/server/emergency/ |
D | EmergencyAffordanceService.java | 52 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 …]
|
/frameworks/opt/car/services/updatableServices/src/com/android/internal/car/updatable/ |
D | CarServiceProxy.java | 98 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG); field in CarServiceProxy 190 if (DBG) { in runQueuedOperationLocked() 236 if (DBG) { in sendAllLifecycleToUser() 297 if (DBG) Slogf.d(TAG, "onUserRemoved(): " + user); in onUserRemoved() 307 if (DBG) Slogf.d(TAG, "onFactoryReset(): " + callback); in onFactoryReset() 313 if (DBG) Slogf.d(TAG, "notifyFocusChanged: pid=%d uid=%d", pid, uid); in notifyFocusChanged() 335 if (DBG) { in saveOrRun() 354 if (DBG) { in runLocked() 363 if (DBG) Slogf.d(TAG, "NOT removing " + pendingOperationToString(operationId)); in runLocked() 366 if (DBG) Slogf.d(TAG, "removing " + pendingOperationToString(operationId)); in runLocked() [all …]
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
D | SipAudioCall.java | 64 private static final boolean DBG = false; field in SipAudioCall 387 if (DBG) log("onCalling: session=" + session); in createListener() 400 if (DBG) log("onRingingBackk: " + session); in createListener() 439 if (DBG) log("onCallEstablished(): " + mPeerSd); in createListener() 464 if (DBG) log("onCallEnded: " + session + " mSipSession:" + mSipSession); in createListener() 488 if (DBG) log("onCallBusy: " + session); in createListener() 503 if (DBG) log("onCallChangedFailed: " + message); in createListener() 547 if (DBG) log("onCallTransferring: mSipSession=" in createListener() 567 if (DBG) log("onError: " 605 if (DBG) log("attachCall(): " + mPeerSd); [all …]
|
/frameworks/base/telephony/java/android/telephony/data/ |
D | DataServiceCallback.java | 45 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()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | Sms7BitEncodingTranslator.java | 33 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()
|
/frameworks/base/services/core/java/com/android/server/signedconfig/ |
D | SignedConfigService.java | 42 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()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ImportanceExtractor.java | 26 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()
|
D | PriorityExtractor.java | 27 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()
|
D | ZenModeExtractor.java | 28 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()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccCardApplication.java | 46 private static final boolean DBG = true; field in UiccCardApplication 112 if (DBG) log("Creating UiccApp: " + as); in UiccCardApplication() 145 if (DBG) log(mAppType + " update. New " + as); in update() 175 if (DBG) log(oldAppType + " changed state: " + oldAppState + " -> " + mAppState); in update() 195 if (DBG) log(mAppType + " being Disposed"); in dispose() 254 if (DBG) log("Error in querying facility lock:" + ar.exception); in onQueryFdnEnabled() 285 if (DBG) log("EVENT_CHANGE_FACILITY_FDN_DONE: " + in onChangeFdnDone() 312 if (DBG) log("Error in querying facility lock:" + ar.exception); in onQueryFacilityLock() 318 if (DBG) log("Query facility lock : " + ints[0]); in onQueryFacilityLock() 345 if (DBG) log("Ignoring: pin1state=" + mPin1State); in onQueryFacilityLock() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/ |
D | SatelliteSessionController.java | 71 private static final boolean DBG = true; field in SatelliteSessionController 421 if (DBG) plogd("isInEnablingState: getCurrentState=" + getCurrentState()); in isInEnablingState() 443 if (DBG) plogd("Entering UnavailableState"); in enter() 458 if (DBG) plogd("Entering PowerOffState"); in enter() 473 if (DBG) plogd("Exiting PowerOffState"); in exit() 480 if (DBG) plogd("PowerOffState: processing " + getWhatToString(msg.what)); in processMessage() 502 if (DBG) plogd("Entering EnablingState"); in enter() 510 if (DBG) plogd("Exiting EnablingState"); in exit() 515 if (DBG) plogd("EnablingState: processing " + getWhatToString(msg.what)); in processMessage() 555 if (DBG) plogd("Entering DisablingState"); in enter() [all …]
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipWakeupTimer.java | 38 private static final boolean DBG = SipService.DBG && false; // STOPSHIP if true field in SipWakeupTimer 77 if (DBG) log("Timer stopped"); in stopped() 107 if (DBG) { in recalculatePeriods() 164 if (DBG) { in set() 179 if (DBG) log("cancel:" + callback); in cancel() 187 if (DBG) log(" cancel found:" + event); in cancel() 201 if (DBG) { in cancel() 254 if (DBG) log("time's up, triggerTime = " in execute() 260 if (DBG) log("execute " + event); in execute() 268 if (DBG) { in execute()
|