/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | ContentCaptureMetricsLogger.java | 45 writeServiceEvent(eventType, ComponentName.flattenToShortString(service)); in writeServiceEvent() 51 final String serviceName = ComponentName.flattenToShortString(service); in writeSetWhitelistEvent() 66 flags, ComponentName.flattenToShortString(service), in writeSessionEvent() 76 ComponentName.flattenToShortString(service), in writeSessionFlush()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | PolicyWarningUIControllerTest.java | 124 verify(mNotificationManager).notify(eq(TEST_COMPONENT_NAME.flattenToShortString()), in receiveActionSendNotification_isNonA11yCategoryService_sendNotification() 138 verify(mNotificationManager, never()).notify(eq(TEST_COMPONENT_NAME.flattenToShortString()), in receiveActionSendNotification_sendNotificationDisabled_doNothing() 146 TEST_COMPONENT_NAME.flattenToShortString(), TEST_USER_ID); in receiveActionSendNotificationWithNotifiedService_doNothing() 157 verify(mNotificationManager, never()).notify(eq(TEST_COMPONENT_NAME.flattenToShortString()), in receiveActionSendNotificationWithNotifiedService_doNothing() 169 verify(mNotificationManager).cancel(TEST_COMPONENT_NAME.flattenToShortString(), in receiveActionA11ySettings_launchA11ySettingsAndDismissNotification() 171 assertNotifiedSettingsEqual(TEST_USER_ID, TEST_COMPONENT_NAME.flattenToShortString()); in receiveActionA11ySettings_launchA11ySettingsAndDismissNotification() 181 assertNotifiedSettingsEqual(TEST_USER_ID, TEST_COMPONENT_NAME.flattenToShortString()); in receiveActionDismissNotification_addToNotifiedSettings() 238 verify(mNotificationManager).cancel(TEST_COMPONENT_NAME2.flattenToShortString(), in onSwitchUserLocked_hasAlarmAndSentNotification_cancelNotification()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ComponentAliasResolver.java | 265 + from.flattenToShortString() + " -> " + to.flattenToShortString()); in validateAlias() 273 "" + from.flattenToShortString() + " -> " + to.flattenToShortString()); in validateAndAddAliasLocked() 321 if (DEBUG) Slog.d(TAG, "" + from.flattenToShortString() + " [removed]"); in loadOverridesLocked() 356 pw.print(from.flattenToShortString()); in dump() 358 pw.print(to.flattenToShortString()); in dump() 417 Slog.d(TAG, "Alias resolved: " + alias.flattenToShortString() in resolveComponentAlias() 418 + " -> " + target.flattenToShortString(), stacktrace); in resolveComponentAlias() 487 Slog.w(TAG, "Alias target " + target.flattenToShortString() + " not found"); in resolveReceiver()
|
D | PersistentConnection.java | 126 Log.w(mTag, "Connected: " + mComponentName.flattenToShortString() 130 Log.i(mTag, "Connected: " + mComponentName.flattenToShortString() 146 Log.i(mTag, "Disconnected: " + mComponentName.flattenToShortString() 164 Log.w(mTag, "Binding died: " + mComponentName.flattenToShortString() 169 Log.w(mTag, "Binding died: " + mComponentName.flattenToShortString() 364 Log.i(mTag, "Stopping: " + mComponentName.flattenToShortString() + " u" + mUserId); in unbindLocked() 428 pw.print(mComponentName.flattenToShortString()); in dump()
|
D | InstrumentationReporter.java | 79 + ": " + rep.mName.flattenToShortString() in run() 85 + ": " + rep.mName.flattenToShortString() in run() 121 + ": " + name.flattenToShortString() in reportStatus() 129 + ": " + name.flattenToShortString() in reportFinished()
|
D | BroadcastSkipPolicy.java | 155 return "Permission Denial: Receiver " + component.flattenToShortString() in shouldSkipMessage() 164 + " to " + component.flattenToShortString() in shouldSkipMessage() 174 + " to " + component.flattenToShortString() in shouldSkipMessage() 223 + component.flattenToShortString(); in shouldSkipMessage() 229 + component.flattenToShortString(); in shouldSkipMessage() 283 + component.flattenToShortString() in shouldSkipMessage() 322 + component.flattenToShortString() in shouldSkipMessage() 632 + ", uid=" + r.callingUid + ") to " + component.flattenToShortString(); in broadcastDescription() 660 + component.flattenToShortString() in noteOpForManifestReceiverInner()
|
D | ContentProviderConnection.java | 217 + cpr.info.processName + ": " + cpr.name.flattenToShortString() in incrementCount() 242 + cpr.info.processName + ": " + cpr.name.flattenToShortString() in decrementCount()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerServiceShellCommand.java | 212 pw.printf("User %2d: admin=%s", owner.userId, owner.admin.flattenToShortString()); in runListOwners() 248 pw.printf("Success: Active admin set to component %s\n", mComponent.flattenToShortString()); in runSetActiveAdmin() 260 mComponent.flattenToShortString(), mUserId); in runSetDeviceOwner() 280 pw.printf("Success: Device owner set to package %s\n", mComponent.flattenToShortString()); in runSetDeviceOwner() 281 pw.printf("Active admin set to component %s\n", mComponent.flattenToShortString()); in runSetDeviceOwner() 299 + mComponent.flattenToShortString() + " as profile owner for user " in runSetProfileOwner() 312 mComponent.flattenToShortString(), mUserId); in runSetProfileOwner()
|
D | CallerIdentity.java | 77 builder.append(", cmp=").append(mComponentName.flattenToShortString()); in toString()
|
D | OwnerShellData.java | 62 .append(",admin=").append(admin.flattenToShortString()); in toString()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/ |
D | ApprovedPrintServices.java | 72 final String flattenedString = service.flattenToShortString(); in isApprovedService() 101 newApprovedServices.add(serviceToAdd.flattenToShortString()); in addApprovedService() 146 String serviceToKeep = serviceNamesToKeep.get(i).flattenToShortString(); in pruneApprovedServices()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | PolicyWarningUIController.java | 187 .setIdentifier(serviceComponentName.flattenToShortString()) in createIntent() 252 mNotificationManager.cancel(componentName.flattenToShortString(), in onReceive() 288 if (componentName.flattenToShortString().equals( in trySendNotification() 289 a11yServiceInfo.getComponentName().flattenToShortString())) { in trySendNotification() 315 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, componentName.flattenToShortString()); in tryLaunchSettings() 361 mNotificationManager.notify(serviceComponentName.flattenToShortString(), in sendNotification() 400 notifiedServicesBuilder.append(notifiedService.flattenToShortString()); in writeNotifiedServiceList() 417 componentName.flattenToShortString(), NOTE_A11Y_VIEW_AND_CONTROL_ACCESS)); in cancelSentNotifications()
|
/frameworks/base/services/core/java/com/android/server/trust/ |
D | TrustAgentWrapper.java | 150 + mName.flattenToShortString()); 200 if (DEBUG) Slog.d(TAG, "Trust timed out : " + mName.flattenToShortString()); 217 Slog.w(TAG, "Connection attempt to agent " + mName.flattenToShortString() 229 + "enabled features: " + mName.flattenToShortString()); 235 + "with obsolete token: " + mName.flattenToShortString()); 457 if (DEBUG) Slog.d(TAG, "TrustAgent disconnected : " + name.flattenToShortString()); 502 Log.e(TAG, "Can't bind to TrustAgent " + mName.flattenToShortString()); in TrustAgentWrapper() 634 Slog.d(TAG, "TrustAgent " + mName.flattenToShortString() in updateDevicePolicyFeatures() 732 if (DEBUG) Slog.d(TAG, "TrustAgent unbound : " + mName.flattenToShortString()); in destroy()
|
/frameworks/base/core/tests/coretests/src/android/view/stylus/ |
D | HandwritingImeService.java | 30 return getComponentName().flattenToShortString(); in getImeId()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PersistentPreferredActivity.java | 122 serializer.attribute(null, ATTR_NAME, mComponent.flattenToShortString()); 136 + " " + mComponent.flattenToShortString()
|
D | PreferredActivity.java | 111 + " " + mPref.mComponent.flattenToShortString() + "}";
|
/frameworks/base/core/java/android/content/ |
D | ComponentName.java | 203 public static String flattenToShortString(@Nullable ComponentName componentName) { in flattenToShortString() method in ComponentName 204 return componentName == null ? null : componentName.flattenToShortString(); in flattenToShortString() 234 public @NonNull String flattenToShortString() { in flattenToShortString() method in ComponentName
|
/frameworks/base/services/core/java/com/android/server/appbinding/ |
D | AppBindingUtils.java | 77 + si.getComponentName().flattenToShortString() in findService()
|
/frameworks/base/core/java/android/service/autofill/augmented/ |
D | FillRequest.java | 103 return "FillRequest[act=" + getActivityComponent().flattenToShortString() in proxyToString()
|
/frameworks/base/core/java/android/app/ |
D | SearchableInfo.java | 602 cName.flattenToShortString() + ": " + ex.getMessage()); in getActivityMetaData() 617 cName.flattenToShortString() + ": " + ex.getMessage()); in getActivityMetaData() 626 Log.w(LOG_TAG, "Reading searchable metadata for " + cName.flattenToShortString(), e); in getActivityMetaData() 629 Log.w(LOG_TAG, "Reading searchable metadata for " + cName.flattenToShortString(), e); in getActivityMetaData()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/ |
D | CommonUtils.java | 102 final String classPattern = activity.getComponentName().flattenToShortString(); in waitUntilActivityRemoved()
|
/frameworks/base/core/java/android/view/contentcapture/ |
D | ContentCaptureContext.java | 352 pw.print("activity="); pw.print(mComponentName.flattenToShortString()); in dump() 381 builder.append("act=").append(ComponentName.flattenToShortString(mComponentName)) in toString()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityRecordInputSink.java | 50 + mActivityRecord.mActivityComponent.flattenToShortString(); in ActivityRecordInputSink()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | RemoteDisplayProviderProxy.java | 133 return mComponentName.flattenToShortString(); in getFlattenedComponentName() 307 return "Service connection " + mComponentName.flattenToShortString(); in toString()
|
/frameworks/base/services/core/java/com/android/server/servicewatcher/ |
D | ServiceWatcher.java | 199 return mUid + "/" + mComponentName.flattenToShortString(); in toString()
|