Home
last modified time | relevance | path

Searched refs:flattenToShortString (Results 1 – 25 of 60) sorted by relevance

123

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DUtils.java31 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/
DScreenCaptureDisabledTest.java37 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/
DIme2Constants.java50 public static final String IME_ID = COMPONENT_NAME.flattenToShortString();
DIme1Constants.java50 public static final String IME_ID = COMPONENT_NAME.flattenToShortString();
/cts/tests/tests/car/src/android/car/cts/
DCarRotaryImeTest.java132 .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/
DActivityMetricsLoggerTests.java145 "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/
DComponentNameUtils.java30 return componentName.flattenToShortString(); in getActivityName()
DFutureConnection.java57 Log.w(TAG, name.flattenToShortString() + " disconnected"); in onServiceDisconnected()
/cts/tests/framework/base/grammaticalinflection/src/android/grammaticalinflection/cts/
DGrammaticalInflectionBaseActivity.java35 getComponentName().flattenToShortString()); in createTestJournalClient()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DAdbProvisioningTest.java64 .addOperand(sComponentName.flattenToShortString()) in setDeviceOwnerUsingAdb_isLogged()
91 .addOperand(sComponentName.flattenToShortString()) in setProfileOwnerUsingAdb_isLogged()
/cts/tests/app/shared/src/android/app/stubs/shared/
DFutureServiceConnection.java43 Log.w(TAG, name.flattenToShortString() + " disconnected"); in onServiceDisconnected()
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityTestBase.java184 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/
DTestEntities.kt26 fun ComponentName.activityName(): String = flattenToShortString() in activityName()
/cts/apps/EmptyDeviceOwner/src/com/android/cts/emptydeviceowner/
DProfileOwnerChangedReceiver.java53 Log.d(TAG, "profileship transferred to " + newAdmin.flattenToShortString()); in onReceive()
DDeviceOwnerChangedReceiver.java65 Log.d(TAG, "ownership transferred to " + newAdmin.flattenToShortString()); in onReceive()
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
DLauncherAppsTests.java252 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/
DDeviceAdminReceiverUtils.java69 Log.i(TAG, "Disabling " + admin.flattenToShortString() + " as profile owner for user " in disableSelf()
/cts/tests/inputmethod/installtests/src/android/view/inputmethod/cts/installtests/
DUserUnlockTest.java65 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/
DDeviceAdminReceiverUtils.java70 Log.i(TAG, "Disabling " + admin.flattenToShortString() + " as profile owner for user " in disableSelf()
/cts/tests/tests/content/src/android/content/cts/
DComponentNameTest.java180 String actual = getComponentName().flattenToShortString(); in testFlattenToShortString()
189 actual = componentName.flattenToShortString(); in testFlattenToShortString()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodSubtypeTest.java95 .flattenToShortString(); in testSetExplicitlyEnabledInputMethodSubtypesForNotOwningIme()
112 .flattenToShortString(); in testSetEnabledInputMethodSubtypesForNotExistingImeInTheSamePackage()
127 .flattenToShortString(); in testSetExplicitlyEnabledInputMethodSubtypesForNullSubtypeHashCodes()
DInputMethodRegistrationTest.java191 enableImes(enable_ime19.flattenToShortString(), enable_ime20.flattenToShortString()); in testLoadEnabledIMEsAndMore()
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DMockTestActivityUtil.java164 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/
DSettingsProvider.java83 .flattenToShortString(); in getMockImeId()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21091/src/android/security/cts/CVE_2023_21091/
DDeviceTest.java79 mAppLocalePickerActivityName = appLocalePickerComponent.flattenToShortString(); in testPocCVE_2023_21091()

123