| /cts/apps/CtsVerifier/src/com/android/cts/verifier/ | 
| D | Utils.java | 31     public static String flattenToShortString(ComponentName componentName) {  in flattenToShortString()  method in Utils32         return componentName == null ? null : componentName.flattenToShortString();  in flattenToShortString()
 
 | 
| /cts/tests/framework/base/windowmanager/src/android/server/wm/ | 
| D | ActivityMetricsLoggerTests.java | 139                 "Displayed " + TEST_ACTIVITY.flattenToShortString()  + " for user "  in testAppLaunchIsLogged()205             if (name.equals(componentName.flattenToShortString())) {  in verifyLaunchTimeEventLogs()
 241                 "Fully drawn " + REPORT_FULLY_DRAWN_ACTIVITY.flattenToShortString()  in testAppFullyDrawnReportIsLogged()
 266                 "am start -W " + TEST_ACTIVITY.flattenToShortString());  in testAppWarmLaunchSetsWaitResultDelayData()
 285         SystemUtil.runShellCommand("am start -S -W " + TEST_ACTIVITY.flattenToShortString());  in testAppHotLaunchSetsWaitResultDelayData()
 293                 "am start -W " + TEST_ACTIVITY.flattenToShortString());  in testAppHotLaunchSetsWaitResultDelayData()
 311         final String startTestActivityCmd = "am start -W " + TEST_ACTIVITY.flattenToShortString();  in testAppRelaunchSetsWaitResultDelayData()
 336                 "am start -S -W " + TEST_ACTIVITY.flattenToShortString());  in testAppColdLaunchSetsWaitResultDelayData()
 442                 + " true --es " + KEY_TARGET_COMPONENT + " " + TEST_ACTIVITY.flattenToShortString()  in testConsecutiveLaunch()
 443                 + " -W " + LAUNCHING_ACTIVITY.flattenToShortString());  in testConsecutiveLaunch()
 [all …]
 
 | 
| D | SplitActivityLifecycleTest.java | 528         assertThat(mWmState.getFocusedApp()).isEqualTo(mActivityA.flattenToShortString());  in testResetFocusedAppAfterClearAdjacentTaskFragment()541         assertThat(mWmState.getFocusedApp()).isNotEqualTo(mActivityA.flattenToShortString());  in testResetFocusedAppAfterClearAdjacentTaskFragment()
 542         assertThat(mWmState.getFocusedWindow()).isEqualTo(mActivityB.flattenToShortString());  in testResetFocusedAppAfterClearAdjacentTaskFragment()
 
 | 
| D | WindowInsetsAnimationSynchronicityTests.java | 305             executeShellCommand("ime enable " + ime.flattenToShortString());  in ImeSession()306             executeShellCommand("ime set " + ime.flattenToShortString());  in ImeSession()
 
 | 
| /cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/ | 
| D | BackgroundActivityTestBase.java | 146         assertWithMessage("task for %s", sourceComponent.flattenToShortString()).that(task)  in assertTaskStackIsEmpty()153         assertWithMessage("task for %s", sourceComponent.flattenToShortString()).that(task)  in assertTaskStackHasComponents()
 155         Log.d(TAG, "Task for " + sourceComponent.flattenToShortString() + ": " + task  in assertTaskStackHasComponents()
 159                 .map((c) -> c.flattenToShortString()).collect(Collectors.toList());  in assertTaskStackHasComponents()
 168         Log.d(TAG, "Task for " + sourceComponent.flattenToShortString() + ": " + task);  in assertTaskDoesNotHaveVisibleComponents()
 176                 .map((c) -> c.flattenToShortString()).collect(Collectors.toList());  in assertTaskDoesNotHaveVisibleComponents()
 301             assertEquals("Activity: " + launchedComponent.flattenToShortString() + " launch ",  in executeAndAssertLaunch()
 349             assertEquals(expectedRootActivity.flattenToShortString(),  in thenAssertEmbeddingTaskStack()
 354                 assertEquals(expectedEmbeddedActivities[i].flattenToShortString(),  in thenAssertEmbeddingTaskStack()
 
 | 
| /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ | 
| D | ScreenCaptureDisabledTest.java | 37                 ADMIN_RECEIVER_COMPONENT.flattenToShortString())  in testSetScreenCaptureDisabled_false()47                 ADMIN_RECEIVER_COMPONENT.flattenToShortString())  in testSetScreenCaptureDisabled_true()
 
 | 
| /cts/tests/framework/base/windowmanager/util/src/android/server/wm/ | 
| D | ComponentNameUtils.java | 30         return componentName.flattenToShortString();  in getActivityName()
 | 
| D | FutureConnection.java | 57         Log.w(TAG, name.flattenToShortString() + " disconnected");  in onServiceDisconnected()
 | 
| /cts/tests/app/shared/src/android/app/stubs/shared/ | 
| D | FutureServiceConnection.java | 43         Log.w(TAG, name.flattenToShortString() + " disconnected");  in onServiceDisconnected()
 | 
| /cts/tests/inputmethod/src/android/view/inputmethod/cts/ | 
| D | InputMethodSubtypeTest.java | 84                                 .flattenToShortString();  in testSetExplicitlyEnabledInputMethodSubtypesForNotOwningIme()101                         .flattenToShortString();  in testSetEnabledInputMethodSubtypesForNotExistingImeInTheSamePackage()
 116                         .flattenToShortString();  in testSetExplicitlyEnabledInputMethodSubtypesForNullSubtypeHashCodes()
 
 | 
| D | InputMethodRegistrationTest.java | 203             enableImes(enable_ime19.flattenToShortString(), enable_ime20.flattenToShortString());  in testLoadEnabledIMEsAndMore()
 | 
| D | InProcessImeTest.java | 74                 InProcIme.class.getName()).flattenToShortString();  in enableInProcIme()
 | 
| /cts/tests/tests/systemui/common/src/android/systemui/tv/cts/ | 
| D | TestEntities.kt | 26     fun ComponentName.activityName(): String = flattenToShortString()  in activityName()
 | 
| /cts/tests/tests/content/src/android/content/cts/ | 
| D | ComponentNameTest.java | 137         String actual = getComponentName().flattenToShortString();  in testFlattenToShortString()146         actual = componentName.flattenToShortString();  in testFlattenToShortString()
 
 | 
| /cts/apps/EmptyDeviceOwner/src/com/android/cts/emptydeviceowner/ | 
| D | ProfileOwnerChangedReceiver.java | 53         Log.d(TAG, "profileship transferred to " + newAdmin.flattenToShortString());  in onReceive()
 | 
| D | DeviceOwnerChangedReceiver.java | 65         Log.d(TAG, "ownership transferred to " + newAdmin.flattenToShortString());  in onReceive()
 | 
| /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/enterprise/ | 
| D | DeviceAdminReceiverUtils.java | 69             Log.i(TAG, "Disabling " + admin.flattenToShortString() + " as profile owner for user "  in disableSelf()
 | 
| /cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/ | 
| D | LauncherAppsTests.java | 242         Log.i(TAG, "Launching " + compName.flattenToShortString() + " on user " + mUser);  in testLaunchMainActivity()244         assertWithMessage("Activity %s launched for user %s", compName.flattenToShortString(),  in testLaunchMainActivity()
 352                     assertWithMessage("component %s enabled", compName.flattenToShortString())  in assertActivityInjected()
 354                     assertWithMessage("component %s exported", compName.flattenToShortString())  in assertActivityInjected()
 501         return info == null ? null : info.getComponentName().flattenToShortString();  in toString()
 
 | 
| /cts/tests/inputmethod/mockspellchecker/src/com/android/cts/mockspellchecker/ | 
| D | MockSpellChecker.kt | 129                 ComponentName(PACKAGE, MockSpellChecker::class.java.name).flattenToShortString()  in emptySuggestionsInfo()
 | 
| /cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/ | 
| D | Notifications.java | 133                         .addOperand(listener.componentName().flattenToShortString())  in setNotificationListenerAccessGranted()
 | 
| /cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ | 
| D | MockTestActivityUtil.java | 129                     Intent.ACTION_MAIN, TEST_ACTIVITY.flattenToShortString()));  in launchSync()
 | 
| /cts/hostsidetests/settings/app/DeviceOwnerApp/src/com/google/android/cts/deviceowner/ | 
| D | ClearDeviceOwnerTest.java | 117             Log.v(TAG, "Sleeping 100ms because " + cn.flattenToShortString()  in waitUntilActiveAdminIsRemoved()
 | 
| /cts/tests/app/ShortFgsTest/ShortFgsTestHelper/src/android/app/cts/shortfgstesthelper/ | 
| D | ShortFgsHelper.java | 184         return cn.flattenToShortString();  in flattenComponentName()
 | 
| /cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/ | 
| D | DevicePolicy.java | 104                 .addOperand(profileOwnerComponent.flattenToShortString())  in setProfileOwner()212                     .addOperand(deviceOwnerComponent.flattenToShortString())  in setDeviceOwner()
 348                 .addOperand(deviceOwnerComponent.flattenToShortString())  in setDeviceOwnerPreS()
 
 | 
| /cts/tests/tests/appenumeration/src/android/appenumeration/cts/ | 
| D | InputMethodEnumerationTests.java | 57             ComponentName.createRelative(MOCK_IME_PKG, ".CtsInputMethod1").flattenToShortString();
 |