/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | RestrictManager.java | 50 private final String mLogTag; field in RestrictManager 202 Log.d(mLogTag, "handleMessage : " + message.what); in handleMessage() 224 Log.d(mLogTag, "EVENT_LOW_RTP_QUALITY_REPORTED reason: " + reason); in handleMessage() 237 mLogTag, in handleMessage() 256 mLogTag, in handleMessage() 271 Log.d(mLogTag, "Rtt check status received:Fail"); in handleMessage() 303 Log.d(mLogTag, "Reset Fallback Counter on APM On/WFC off/Wifi Off"); in handleMessage() 380 Log.d(mLogTag, restrictTypeToString(mRestrictType) + " was expired." in isRestrictionExpired() 473 mLogTag = in RestrictManager() 555 Log.d(mLogTag, "onWfcModeChanged prefMode :" + prefMode + " coverage:" + coverage); in onWfcModeChanged() [all …]
|
D | QnsEventDispatcher.java | 123 private final String mLogTag; field in QnsEventDispatcher 153 Log.d(mLogTag, "onReceive: " + action); 238 Log.d(mLogTag, "mWfcActivationIntentReceiver onReceive: " + action); 243 Log.d(mLogTag, "Intent subId: " + subId + ", mSubId: " + mSubId); 265 mLogTag = QnsEventDispatcher.class.getSimpleName() + "[" + mSlotIndex + "]"; in QnsEventDispatcher() 286 HandlerThread handlerThread = new HandlerThread(mLogTag); in QnsEventDispatcher() 298 Log.d(mLogTag, "loadAndNotifyWfcSettings for sub:" + subId); in loadAndNotifyWfcSettings() 317 Log.d(mLogTag, "onCarrierConfigChanged"); in onCarrierConfigChanged() 505 Log.d(mLogTag, "create mUserSettingObserver"); in registerContentObserver() 571 Log.d(mLogTag, sb.toString()); in registerContentObserver() [all …]
|
D | QnsCarrierConfigManager.java | 720 private final String mLogTag; field in QnsCarrierConfigManager 802 Log.d(mLogTag, "provisioning bad THLTE1 old:" + thresholds.mBad + " new:" + bad); in applyProvisioningInfo() 811 Log.d(mLogTag, "provisioning worst THLTE2 old:" + thresholds.mWorst + " new:" + worst); in applyProvisioningInfo() 819 Log.d(mLogTag, "provisioning good THLTE3 old:" + thresholds.mGood + " new:" + good); in applyProvisioningInfo() 828 Log.d(mLogTag, "provisioning good VOWT_A old:" + thresholds.mGood + " new:" + good); in applyProvisioningInfo() 836 Log.d(mLogTag, "provisioning bad VOWT_B old:" + thresholds.mBad + " new:" + bad); in applyProvisioningInfo() 1070 Log.d(mLogTag, "Event received QNS_EVENT_CARRIER_CONFIG_CHANGED"); in handleMessage() 1074 mLogTag, in handleMessage() 1084 Log.d(mLogTag, "Qns Carrier config updated found"); in handleMessage() 1104 mLogTag = in QnsCarrierConfigManager() [all …]
|
D | QnsCallStatusTracker.java | 49 private final String mLogTag; field in QnsCallStatusTracker 117 private String mLogTag; field in QnsCallStatusTracker.ActiveCallTracker 128 Log.d(mLogTag, "handleMessage : " + message.what); in handleMessage() 137 Log.d(mLogTag, "unHandleMessage : " + message.what); in handleMessage() 169 mTag = mLogTag + "_LQH"; in MediaLowQualityHandler() 194 Log.d(mLogTag, "unHandleMessage : " + message.what); in handleMessage() 388 mLogTag = ActiveCallTracker.class.getSimpleName() + "_" + slotIndex; in ActiveCallTracker() 420 Log.d(mLogTag, "onDataConnectionStatusChanged with null info"); in onDataConnectionStatusChanged() 426 Log.w(mLogTag, "Unexpected transport type on connected DataNetwork."); in onDataConnectionStatusChanged() 430 Log.d(mLogTag, "Call started with " in onDataConnectionStatusChanged() [all …]
|
D | CellularNetworkStatusTracker.java | 28 private final String mLogTag; field in CellularNetworkStatusTracker 40 mLogTag = in CellularNetworkStatusTracker() 50 Log.d(mLogTag, s); in log()
|
D | QnsProvisioningListener.java | 43 private final String mLogTag; field in QnsProvisioningListener 57 mLogTag = QnsProvisioningListener.class.getSimpleName() + "_" + mSlotIndex; in QnsProvisioningListener() 65 HandlerThread handlerThread = new HandlerThread(mLogTag); in QnsProvisioningListener() 238 Log.d(mLogTag, s); in log() 242 Log.e(mLogTag, s); in loge()
|
D | QnsCarrierAnspSupportConfig.java | 949 private final String mLogTag; field in QnsCarrierAnspSupportConfig 997 mLogTag = in QnsCarrierAnspSupportConfig() 1034 Log.d(mLogTag, "invalid Thresholds for " + thresholdKey + " use default."); in validateAndAdjustThresholdArray() 1047 mLogTag, in validateAndAdjustThresholdArray()
|
D | AccessNetworkSelectionPolicy.java | 35 private final String mLogTag; field in AccessNetworkSelectionPolicy 44 mLogTag = in AccessNetworkSelectionPolicy() 101 Log.d(mLogTag, s); in log()
|
D | DataConnectionStatusTracker.java | 35 private final String mLogTag; field in DataConnectionStatusTracker 93 mLogTag = in DataConnectionStatusTracker() 113 Log.d(mLogTag, s); in log()
|
D | QualifiedNetworksServiceImpl.java | 151 private final String mLogTag; field in QualifiedNetworksServiceImpl.NetworkAvailabilityProviderImpl 168 mLogTag = NetworkAvailabilityProviderImpl.class.getSimpleName() + "_" + slotIndex; in NetworkAvailabilityProviderImpl() 324 if (DBG) Log.d(mLogTag, s); in log()
|
D | QnsComponents.java | 35 private final String mLogTag = QnsComponents.class.getSimpleName(); field in QnsComponents 127 Log.d(mLogTag, "QnsComponents created for slot " + slotId); in createQnsComponents() 306 Log.d(mLogTag, "QnsComponents closed for slot " + slotId); in closeComponents()
|
D | QnsImsManager.java | 70 private final String mLogTag; field in QnsImsManager 102 mLogTag = QnsImsManager.class.getSimpleName() + "_" + mSlotId; in QnsImsManager() 106 mHandlerThread = new HandlerThread(mLogTag); in QnsImsManager() 1105 Log.d(mLogTag, s); in log() 1109 Log.e(mLogTag, s); in loge()
|
D | QnsMetrics.java | 51 private final String mLogTag; field in QnsMetrics 64 mLogTag = QnsMetrics.class.getSimpleName(); in QnsMetrics() 79 mLogTag = QnsMetrics.class.getSimpleName(); in QnsMetrics() 553 super(mLogTag + "_" + HandoverTimeStateMachine.class.getSimpleName() + "_" + slotId in HandoverTimeStateMachine() 1024 Log.d(mLogTag, s); in log()
|
/packages/services/Car/service/src/com/android/car/evs/ |
D | StateMachine.java | 100 private final String mLogTag; field in StateMachine 110 Slogf.w(mLogTag, "StreamCallback %s has died.", callback.asBinder()); in onCallbackDied() 114 Slogf.e(mLogTag, "Failed to request the acticity."); in onCallbackDied() 243 Slogf.w(mLogTag, "Failed to forward an event to %s", callback); in processStreamEvent() 275 Slogf.w(mLogTag, "Failed to forward a frame to %s", callback); in processNewFrame() 287 Slogf.i(mLogTag, "No client is actively listening."); in processNewFrame() 319 mLogTag = TAG_EVS + postfix; in StateMachine() 324 Slogf.d(mLogTag, "Camera Activity=%s", mActivityName); in StateMachine() 397 Slogf.d(mLogTag, "Buffer %d has %d references.", id, refcount); in doneWithFrame() 424 Slogf.e(mLogTag, "Context is not valid."); in requestStartActivity() [all …]
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | AbstractSessionStateMachine.java | 105 private final String mLogTag; field in AbstractSessionStateMachine 114 mLogTag = name; in AbstractSessionStateMachine() 298 getIkeLog().d(mLogTag, s); in log() 303 getIkeLog().d(mLogTag, s); in logd() 307 getIkeLog().d(mLogTag, s, e); in logd() 312 getIkeLog().v(mLogTag, s); in logv() 317 getIkeLog().i(mLogTag, s); in logi() 321 getIkeLog().i(mLogTag, s, cause); in logi() 326 getIkeLog().w(mLogTag, s); in logw() 331 getIkeLog().e(mLogTag, s); in loge() [all …]
|
/packages/services/Telephony/src/com/android/services/telephony/domainselection/ |
D | DomainSelectorBase.java | 63 private final String mLogTag; field in DomainSelectorBase 74 mLogTag = logTag; in DomainSelectorBase() 121 ipw.println(mLogTag + ":"); in dump() 130 Log.d(mLogTag, "[" + getSlotId() + "|" + getSubId() + "] " + s); in logd() 134 Log.i(mLogTag, "[" + getSlotId() + "|" + getSubId() + "] " + s); in logi() 139 Log.e(mLogTag, "[" + getSlotId() + "|" + getSubId() + "] " + s); in loge()
|
/packages/apps/Settings/src/com/android/settings/biometrics/activeunlock/ |
D | ActiveUnlockContentListener.java | 53 private final String mLogTag; field in ActiveUnlockContentListener 74 mLogTag = logTag; in ActiveUnlockContentListener() 123 Log.e(mLogTag, "Uri null when trying to fetch content"); in getContentFromUri() 132 Log.e(mLogTag, "Failed to call contentProvider", e); in getContentFromUri() 138 Log.e(mLogTag, "Null bundle returned from contentProvider"); in getContentFromUri()
|
/packages/modules/Connectivity/tests/integration/util/com/android/server/ |
D | NetworkAgentWrapper.java | 79 private final String mLogTag; field in NetworkAgentWrapper 162 mLogTag = "Mock-" + typeName; in NetworkAgentWrapper() 163 mHandlerThread = new HandlerThread(mLogTag); in NetworkAgentWrapper() 195 super(wrapper.mContext, wrapper.mHandlerThread.getLooper(), wrapper.mLogTag, in InstrumentedNetworkAgent() 230 Log.i(mWrapper.mLogTag, "onQosCallbackRegistered"); in onQosCallbackRegistered() 237 Log.i(mWrapper.mLogTag, "onQosCallbackUnregistered"); in onQosCallbackUnregistered() 248 Log.i(mWrapper.mLogTag, "Add keepalive packet filter."); in addKeepalivePacketFilter() 253 Log.i(mWrapper.mLogTag, "Remove keepalive packet filter."); in removeKeepalivePacketFilter() 379 Log.e(mLogTag, "Interrupted when waiting for handler thread on destroy", e); in destroy()
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | LoaderMemoryLogger.java | 63 String tag = String.format("%s: %s", TAG, logEntry.mLogTag); in printLogs() 79 protected final String mLogTag; field in LoaderMemoryLogger.LogEntry 86 mLogTag = logTag; in LogEntry()
|
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/async/ |
D | FakeOsAccess.java | 59 private final String mLogTag; field in FakeOsAccess 64 mLogTag = logTag; in FakeOsAccess() 221 Log.i(mLogTag, logStr("Delaying transfer of " + additionalQueuedCount in write() 252 Log.i(mLogTag, logStr("Delaying transfer of " in copyFileBuffers() 382 Log.v(mLogTag, logStr("Poll returns " + readyCount in poll() 391 Log.v(mLogTag, logStr("Poll timeout " + timeoutMs in poll() 417 Log.w(mLogTag, logStr("Ignoring FD concurrently closed by a buggy app: " in calculateReadyCount() 423 Log.v(mLogTag, logStr("calculateReadyCount fd=" + getFileDebugName(pollFd.fd) in calculateReadyCount()
|
/packages/modules/Bluetooth/framework/tests/util/src/android/bluetooth/test_utils/ |
D | TestUtils.java | 206 private final String mLogTag; field in TestUtils.BluetoothCtsServiceConnector 213 mLogTag = Objects.requireNonNull(logTag); in BluetoothCtsServiceConnector() 289 Log.e(mLogTag, "Timeout while waiting for Profile Connect"); in waitForProfileConnect() 294 Log.e(mLogTag, "waitForProfileConnect: interrupted"); in waitForProfileConnect()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/ |
D | LayoutTestsBase.java | 44 private String mLogTag; field in LayoutTestsBase 53 mLogTag = SubtypeLocaleUtils.getSubtypeNameForLogging(mSubtype) + "/" in setUp() 140 final String tag = mLogTag + "/" + KeyboardId.elementIdToName(elementId); in doKeyboardTests()
|
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/ |
D | MulticastPacketReader.java | 36 private final String mLogTag; field in MulticastPacketReader 76 mLogTag = MulticastPacketReader.class.getSimpleName() + "/" + interfaceTag; in MulticastPacketReader()
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | RandomGraphGeneratorUtils.h | 92 __android_log_print(ANDROID_LOG_FATAL, mLogTag.c_str(), "%s", ss.str().c_str()); in ~LoggerStream() 108 LoggerStream::mLogTag = logTag; in writeAbortMessageToSystemLog() 118 static std::string mLogTag; variable
|
D | RandomGraphGeneratorUtils.cpp | 49 std::string LoggerStream::mLogTag; member in android::nn::fuzzing_test::LoggerStream
|