Home
last modified time | relevance | path

Searched refs:toShortString (Results 1 – 25 of 28) sorted by relevance

12

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DThresholdGroup.java85 Log.d(mTag, "satisfy " + th.toShortString() + " currentQuality:Available"); in satisfy()
90 Log.d(mTag, "satisfy " + th.toShortString() + " currentQuality:Unavailable"); in satisfy()
93 Log.d(mTag, "not satisfy " + th.toShortString() + " available:" + available); in satisfy()
103 Log.d(mTag, "satisfy " + th.toShortString() + " currentQuality:" + cq); in satisfy()
106 Log.d(mTag, "not satisfy " + th.toShortString() + " currentQuality:" + cq); in satisfy()
128 Log.d(mTag, "Threshold " + th.toShortString() + " is matched. current:" + cq); in findUnmatchedThresholds()
130 Log.d(mTag, "Threshold " + th.toShortString() + " is not matched. current:" + cq); in findUnmatchedThresholds()
167 String toShortString() { in toShortString() method in ThresholdGroup
172 sb.append(th.toShortString()).append(","); in toShortString()
DThreshold.java190 String toShortString() { in toShortString() method in Threshold
DAccessNetworkSelectionPolicy.java288 sb.append(thgroup.toShortString()).append(","); in toString()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DLingerMonitor.java207 Log.d(TAG, "Notifying switch from=" + fromNai.toShortString() in notify()
208 + " to=" + toNai.toShortString() in notify()
230 Log.d(TAG, "noteLingerDefaultNetwork from=" + fromNai.toShortString() in noteLingerDefaultNetwork()
233 + " to=" + toNai.toShortString()); in noteLingerDefaultNetwork()
278 Log.d(TAG, "Not notifying handover from " + fromNai.toShortString() in noteLingerDefaultNetwork()
DKeepaliveTracker.java399 Log.d(TAG, "Starting keepalive " + mSlot + " on " + mNai.toShortString()); in start()
451 Log.d(TAG, "Stopping keepalive " + mSlot + " on " + mNai.toShortString() in stop()
604 final String networkName = NetworkAgentInfo.toShortString(nai); in handleStopKeepalive()
621 final String networkName = NetworkAgentInfo.toShortString(nai); in cleanupStoppedKeepalive()
735 + " for unknown keepalive " + slot + " on " + nai.toShortString()); in handleEventSocketKeepalive()
757 Log.d(TAG, "Started keepalive " + slot + " on " + nai.toShortString()); in handleEventSocketKeepalive()
771 Log.d(TAG, "Failed to start keepalive " + slot + " on " + nai.toShortString() in handleEventSocketKeepalive()
779 Log.d(TAG, "Stopped keepalive " + slot + " on " + nai.toShortString() in handleEventSocketKeepalive()
948 pw.println(nai.toShortString()); in dump()
DNetworkAgentInfo.java489 Log.e(TAG, toShortString() + ": ignoring attempt to change owner from " in getDeclaredCapabilitiesSanitized()
1152 networkRequest, existing, toShortString())); in addRequest()
1373 Log.wtf(TAG, toShortString() + ": request " + requestId + " already lingered");
1377 if (VDBG) Log.d(TAG, "Adding InactivityTimer " + timer + " to " + toShortString());
1403 Log.d(TAG, "Removing InactivityTimer " + timer + " from " + toShortString());
1614 + networkInfo.toShortString() + "} "
1647 public String toShortString() {
1656 public static String toShortString(@Nullable final NetworkAgentInfo nai) {
1657 return null != nai ? nai.toShortString() : "[null]";
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/utils/
DDebugUtils.kt26 fun shortStackTrace() = permissionsStackTrace().toShortString() in shortStackTrace()
49 fun List<StackTraceElement>.toShortString(): String { in toShortString() method
/packages/services/Car/service/src/com/android/car/pm/
DVendorServiceController.java532 + mVendorServiceInfo.toShortString() + ", as user: " + mUser + ", bind: " in startOrBindService()
626 + mVendorServiceInfo.toShortString()); in tryToRebind()
637 + " trying to rebind service " + mVendorServiceInfo.toShortString() in tryToRebind()
666 Slogf.d(TAG, "Service " + mVendorServiceInfo.toShortString() in handleFailureMessage()
670 + mVendorServiceInfo.toShortString() + " (" + (mRecentFailures + 1) in handleFailureMessage()
677 + mVendorServiceInfo.toShortString()); in handleFailureMessage()
DVendorServiceInfo.java258 + "component=" + toShortString() in toString()
266 String toShortString() { in toShortString() method in VendorServiceInfo
/packages/services/Car/tests/CarTestDpc/src/com/android/car/testdpc/remotedpm/
DRemoteDevicePolicyManager.java64 Log.i(TAG, "onServiceConnected(ComponentName: " + componentName.toShortString()
72 + componentName.toShortString() + ")");
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProviderShellCommand.java139 pw.println(providerInfo.toShortString()); in runCloudProviderList()
148 pw.println(mPickerSyncController.getCurrentCloudProviderInfo().toShortString()); in runCloudProviderInfo()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/media/
DMediaBrowserProxyService.java247 Log.d(TAG, "onServiceConnected(ComponentName: " + componentName.toShortString() in onServiceConnected()
267 + componentName.toShortString() + ")"); in onServiceDisconnected()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
DDaydreamFragment.java169 ? currentDreamComponent.toShortString() : DREAM_COMPONENT_NONE); in refreshActiveDreamPref()
180 final String componentNameString = info.componentName.toShortString(); in refreshDreamInfoMap()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/data/
DCloudProviderInfo.java106 public String toShortString() { in toShortString() method in CloudProviderInfo
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DAbstractICarServiceHelperStub.java74 Log.d(TAG, "setPersistentActivity(activity=" + activity.toShortString() in setPersistentActivity()
/packages/services/Car/service/src/com/android/car/user/
DAppLifecycleListener.java153 String toShortString() { in toShortString() method in AppLifecycleListener
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java1223 + " broadcast for type " + type + " " + nai.toShortString() in maybeLogBroadcast()
1346 pw.println(type + " " + nai.toShortString()); in dump()
3306 log("requestRouteToHostAddress " + addr + nai.toShortString() + " ok=" + ok);
4646 Log.wtf(TAG, "Legacy lockdown VPN " + nai.toShortString()
4656 log(nai.toShortString() + " changed underlying networks to "
4668 logwtf(nai.toShortString() + " set invalid teardown delay " + msg.arg1);
4698 + nai.toShortString() + ", tearing down instead");
4704 Log.d(TAG, "unregisterAfterReplacement on destroyed " + nai.toShortString()
4724 Log.d(TAG, nai.toShortString()
4730 Log.d(TAG, "Marking " + nai.toShortString()
[all …]
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredAidCache.java310 String.CASE_INSENSITIVE_ORDER.compare(o1.getComponent().toShortString(), in resolvePollingLoopFilterConflict()
311 o2.getComponent().toShortString())); in resolvePollingLoopFilterConflict()
435 String.CASE_INSENSITIVE_ORDER.compare(o1.getComponent().toShortString(), in resolveAidConflictLocked()
436 o2.getComponent().toShortString())); in resolveAidConflictLocked()
/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java334 componentName.toShortString()); in cacheLocked()
342 componentName.toShortString()); in cacheLocked()
/packages/modules/Connectivity/framework/src/android/net/
DNetworkInfo.java585 public String toShortString() { in toShortString() method in NetworkInfo
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java529 return toShortString() + " " + getX() + "," + getY() + " " + getWidth() + "x" + getHeight(); in toString()
532 public String toShortString() { in toShortString() method in Key
/packages/apps/Launcher3/src/com/android/launcher3/model/
DPackageUpdatedTask.java415 .filter(Objects::nonNull).map(ComponentName::toShortString) in execute()
/packages/apps/TvSystemUI/src/com/android/systemui/tv/privacy/
DTvPrivacyChipsController.java312 if (DEBUG) Log.v(TAG, "privacy indicator bounds: " + mBounds[0].toShortString()); in updateStaticPrivacyIndicatorBounds()
/packages/apps/TV/interactive/SampleTvInteractiveAppService/src/com/android/tv/samples/sampletvinteractiveappservice/
DTiasSessionImpl.java661 updateLogText("Received video Bounds " + bounds.toShortString()); in onCurrentVideoBounds()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DUtils.java175 + toDisable.toShortString()); in setComponentEnabledSetting()

12