Home
last modified time | relevance | path

Searched refs:COMPONENT (Results 1 – 22 of 22) sorted by relevance

/cts/tests/framework/base/windowmanager/overlayappbase/src/android/server/wm/overlay/
DComponents.java26 ComponentName COMPONENT = component("UntrustedTouchTestService"); field
31 ComponentName COMPONENT = component("OverlayActivity"); field
39 ComponentName COMPONENT = component("ExitAnimationActivity"); field
53 ComponentName COMPONENT = component("ToastActivity"); field
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DInteractiveLiveWallpaper.java19 import static android.server.wm.app.Components.TestInteractiveLiveWallpaperKeys.COMPONENT;
42 COMPONENT, bundle -> { in onTouchEvent() local
DLiveWallpaper.java19 import static android.server.wm.app.Components.TestLiveWallpaperKeys.COMPONENT;
43 TestJournalProvider.putExtras(baseContext, COMPONENT, bundle -> { in onCreateEngine()
DComponents.java323 public static final String COMPONENT = "LiveWallpaper"; field in Components.TestLiveWallpaperKeys
333 public static final String COMPONENT = "InteractiveLiveWallpaper"; field in Components.TestInteractiveLiveWallpaperKeys
/cts/tests/tests/packageinstaller/uninstall/src/android/packageinstaller/uninstall/cts/
DUninstallPinnedTest.java61 …private static final ComponentName COMPONENT = new ComponentName(TEST_PKG_NAME, TEST_ACTIVITY_NAME… field in UninstallPinnedTest
89 .setComponent(COMPONENT) in setup()
93 pinActivity(COMPONENT); in setup()
/cts/tests/surfacecontrol/scvhapp/src/android/server/wm/scvh/
DComponents.java25 ComponentName COMPONENT = component("CrossProcessSurfaceControlViewHostTestService"); field
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/offhost/
DUiccTransactionEvent1Service.java25 public static final ComponentName COMPONENT = field in UiccTransactionEvent1Service
DUiccTransactionEvent3Service.java25 public static final ComponentName COMPONENT = field in UiccTransactionEvent3Service
DUiccTransactionEvent2Service.java25 public static final ComponentName COMPONENT = field in UiccTransactionEvent2Service
/cts/tests/tests/telecom/src/android/telecom/cts/
DSimCallManagerTest.java21 import static android.telecom.cts.TestUtils.COMPONENT;
44 new PhoneAccountHandle(new ComponentName(PACKAGE, COMPONENT), ACCOUNT_ID_1);
DTestUtils.java88 public static final String COMPONENT = "android.telecom.cts.CtsConnectionService"; field in TestUtils
102 TestUtils.PACKAGE, TestUtils.COMPONENT);
104 new PhoneAccountHandle(new ComponentName(PACKAGE, COMPONENT), ACCOUNT_ID_1);
106 new PhoneAccountHandle(new ComponentName(PACKAGE, COMPONENT), ACCOUNT_ID_SIM);
108 new PhoneAccountHandle(new ComponentName(PACKAGE, COMPONENT), ACCOUNT_ID_SIM_2);
110 new PhoneAccountHandle(new ComponentName(PACKAGE, COMPONENT), ACCOUNT_ID_2);
112 new PhoneAccountHandle(new ComponentName(PACKAGE, COMPONENT), ACCOUNT_ID_EMERGENCY);
116 new PhoneAccountHandle(new ComponentName(PACKAGE, COMPONENT),
119 new PhoneAccountHandle(new ComponentName(PACKAGE, COMPONENT),
122 new PhoneAccountHandle(new ComponentName(PACKAGE, COMPONENT), "handoverFrom");
DPhoneAccountRegistrarTest.java74 new ComponentName(TestUtils.PACKAGE, TestUtils.COMPONENT);
127 numberOfAccountsThatCanBeRegistered, TestUtils.PACKAGE, TestUtils.COMPONENT); in testRegisterMaxPhoneAccountsWithoutException()
155 MAX_PHONE_ACCOUNT_REGISTRATIONS + 1, TestUtils.PACKAGE, TestUtils.COMPONENT); in testExceptionThrownDueToInvalidSimultaneousCallRestriction_tooManyAccounts()
233 TestUtils.COMPONENT); in testExceptionThrownDueUserExceededMaxPhoneAccountRegistrations()
266 TestUtils.COMPONENT); in testDisablingAccountsAfterRegStillThrowsException()
355 TestUtils.COMPONENT); in testTwoPackagesRegisterMax()
DDataObjectUnitTests.java62 new ComponentName(PACKAGE, COMPONENT), in testPhoneAccount()
108 final ComponentName component = new ComponentName(PACKAGE, COMPONENT); in testPhoneAccountHandle()
135 new ComponentName(PACKAGE, COMPONENT), in testConnectionRequest()
DPhoneAccountOperationsTest.java48 new PhoneAccountHandle(new ComponentName(PACKAGE, COMPONENT), ACCOUNT_ID_1);
178 new ComponentName("com.android.anotherPackage", COMPONENT), in testRegisterPhoneAccount_simultaneousCallingRestrictions()
DIncomingCallTest.java20 import static android.telecom.cts.TestUtils.COMPONENT;
64 new ComponentName(PACKAGE, COMPONENT), "WRONG_ID");
DCallScreeningServiceTest.java45 new ComponentName(TestUtils.PACKAGE, TestUtils.COMPONENT),
DEmergencyCallTests.java113 TestUtils.PACKAGE, TestUtils.COMPONENT); in testEmergencyCallFailureDueToInvalidPhoneAccounts()
DConnectionServiceTest.java140 ComponentName validName = new ComponentName(PACKAGE, COMPONENT); in testAddExistingConnection_invalidPhoneAccountAccountId()
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplaySystemDecorationTests.java28 import static android.server.wm.app.Components.TestLiveWallpaperKeys.COMPONENT;
99 final TestJournalProvider.TestJournal journal = TestJournalContainer.get(COMPONENT); in testWallpaperGetDisplayContext()
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
DWindowUntrustedTouchTestBase.java257 intent.setComponent(repackage(packageName, Components.ToastActivity.COMPONENT)); in addToastOverlay()
358 addActivity(repackage(packageName, Components.ExitAnimationActivity.COMPONENT), in addExitAnimationActivity()
423 addActivity(repackage(packageName, Components.OverlayActivity.COMPONENT), extras, options); in addActivityOverlay()
550 intent.setComponent(repackage(packageName, Components.UntrustedTouchTestService.COMPONENT)); in connect()
DWallpaperWindowInputTests.kt156 TestJournalProvider.TestJournalContainer.get(TestInteractiveLiveWallpaperKeys.COMPONENT) in <lambda>()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlViewHostTests.java1481 Components.CrossProcessSurfaceControlViewHostTestService.COMPONENT)); in connect()