/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | Utils.java | 31 public static String flattenToShortString(ComponentName componentName) { in flattenToShortString() method in Utils 32 return componentName == null ? null : componentName.flattenToShortString(); in flattenToShortString()
|
/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/inputmethod/installtests/src/android/view/inputmethod/cts/installtests/common/ |
D | Ime2Constants.java | 50 public static final String IME_ID = COMPONENT_NAME.flattenToShortString();
|
D | Ime1Constants.java | 50 public static final String IME_ID = COMPONENT_NAME.flattenToShortString();
|
/cts/tests/tests/car/src/android/car/cts/ |
D | CarRotaryImeTest.java | 132 .flattenToShortString(); in rotaryImeInRotaryMode() 153 .flattenToShortString(); in rotaryImeNotInTouchMode() 200 + ROTARY_SERVICE_COMPONENT_NAME.flattenToShortString()); in dumpRotaryService()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/ |
D | ActivityMetricsLoggerTests.java | 145 "Displayed " + TEST_ACTIVITY.flattenToShortString() + " for user " in testAppLaunchIsLogged() 211 if (name.equals(componentName.flattenToShortString())) { in verifyLaunchTimeEventLogs() 221 + " " + TEST_ACTIVITY.flattenToShortString(); in getStartCommand() 226 + " " + TEST_ACTIVITY.flattenToShortString(); in getColdStartCommand() 257 "Fully drawn " + REPORT_FULLY_DRAWN_ACTIVITY.flattenToShortString() in testAppFullyDrawnReportIsLogged() 458 + " true --es " + KEY_TARGET_COMPONENT + " " + TEST_ACTIVITY.flattenToShortString() in testConsecutiveLaunch() 459 + " -W " + LAUNCHING_ACTIVITY.flattenToShortString()); in testConsecutiveLaunch() 535 containsString(component.flattenToShortString())); in assertLaunchComponentState()
|
/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/framework/base/grammaticalinflection/src/android/grammaticalinflection/cts/ |
D | GrammaticalInflectionBaseActivity.java | 35 getComponentName().flattenToShortString()); in createTestJournalClient()
|
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | AdbProvisioningTest.java | 64 .addOperand(sComponentName.flattenToShortString()) in setDeviceOwnerUsingAdb_isLogged() 91 .addOperand(sComponentName.flattenToShortString()) in setProfileOwnerUsingAdb_isLogged()
|
/cts/tests/app/shared/src/android/app/stubs/shared/ |
D | FutureServiceConnection.java | 43 Log.w(TAG, name.flattenToShortString() + " disconnected"); in onServiceDisconnected()
|
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/ |
D | BackgroundActivityTestBase.java | 184 assertWithMessage("task for %s", sourceComponent.flattenToShortString()).that(task) in assertTaskStackIsEmpty() 191 assertWithMessage("task for %s", sourceComponent.flattenToShortString()).that(task) in assertTaskStackHasComponents() 193 Log.d(TAG, "Task for " + sourceComponent.flattenToShortString() + ": " + task in assertTaskStackHasComponents() 197 .map((c) -> c.flattenToShortString()).collect(Collectors.toList()); in assertTaskStackHasComponents() 206 Log.d(TAG, "Task for " + sourceComponent.flattenToShortString() + ": " + task); in assertTaskDoesNotHaveVisibleComponents() 214 .map((c) -> c.flattenToShortString()).collect(Collectors.toList()); in assertTaskDoesNotHaveVisibleComponents() 424 assertEquals(expectedRootActivity.flattenToShortString(), in thenAssertEmbeddingTaskStack() 429 assertEquals(expectedEmbeddedActivities[i].flattenToShortString(), in thenAssertEmbeddingTaskStack()
|
/cts/tests/tests/systemui/common/src/android/systemui/tv/cts/ |
D | TestEntities.kt | 26 fun ComponentName.activityName(): String = flattenToShortString() in activityName()
|
/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/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/ |
D | LauncherAppsTests.java | 252 Log.i(TAG, "Launching " + compName.flattenToShortString() + " on user " + mUser); in testLaunchMainActivity() 254 assertWithMessage("Activity %s launched for user %s", compName.flattenToShortString(), in testLaunchMainActivity() 362 assertWithMessage("component %s enabled", compName.flattenToShortString()) in assertActivityInjected() 364 assertWithMessage("component %s exported", compName.flattenToShortString()) in assertActivityInjected() 524 return info == null ? null : info.getComponentName().flattenToShortString(); in toString()
|
/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/tests/inputmethod/installtests/src/android/view/inputmethod/cts/installtests/ |
D | UserUnlockTest.java | 65 DIRECT_BOOT_AWARE_IME.flattenToShortString(); 70 DIRECT_BOOT_UNAWARE_IME.flattenToShortString();
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/ |
D | DeviceAdminReceiverUtils.java | 70 Log.i(TAG, "Disabling " + admin.flattenToShortString() + " as profile owner for user " in disableSelf()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ComponentNameTest.java | 180 String actual = getComponentName().flattenToShortString(); in testFlattenToShortString() 189 actual = componentName.flattenToShortString(); in testFlattenToShortString()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputMethodSubtypeTest.java | 95 .flattenToShortString(); in testSetExplicitlyEnabledInputMethodSubtypesForNotOwningIme() 112 .flattenToShortString(); in testSetEnabledInputMethodSubtypesForNotExistingImeInTheSamePackage() 127 .flattenToShortString(); in testSetExplicitlyEnabledInputMethodSubtypesForNullSubtypeHashCodes()
|
D | InputMethodRegistrationTest.java | 191 enableImes(enable_ime19.flattenToShortString(), enable_ime20.flattenToShortString()); in testLoadEnabledIMEsAndMore()
|
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
D | MockTestActivityUtil.java | 164 Intent.ACTION_MAIN, TEST_ACTIVITY.flattenToShortString(), testUserId)); in launchSync() 205 Intent.ACTION_MAIN, TEST_ACTIVITY.flattenToShortString(), userId)); in launchAsUser()
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | SettingsProvider.java | 83 .flattenToShortString(); in getMockImeId()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21091/src/android/security/cts/CVE_2023_21091/ |
D | DeviceTest.java | 79 mAppLocalePickerActivityName = appLocalePickerComponent.flattenToShortString(); in testPocCVE_2023_21091()
|