/cts/tests/framework/base/windowmanager/overlayappbase/src/android/server/wm/overlay/ |
D | Components.java | 26 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/ |
D | InteractiveLiveWallpaper.java | 19 import static android.server.wm.app.Components.TestInteractiveLiveWallpaperKeys.COMPONENT; 42 COMPONENT, bundle -> { in onTouchEvent() local
|
D | LiveWallpaper.java | 19 import static android.server.wm.app.Components.TestLiveWallpaperKeys.COMPONENT; 43 TestJournalProvider.putExtras(baseContext, COMPONENT, bundle -> { in onCreateEngine()
|
D | Components.java | 323 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/ |
D | UninstallPinnedTest.java | 61 …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/ |
D | Components.java | 25 ComponentName COMPONENT = component("CrossProcessSurfaceControlViewHostTestService"); field
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/offhost/ |
D | UiccTransactionEvent1Service.java | 25 public static final ComponentName COMPONENT = field in UiccTransactionEvent1Service
|
D | UiccTransactionEvent3Service.java | 25 public static final ComponentName COMPONENT = field in UiccTransactionEvent3Service
|
D | UiccTransactionEvent2Service.java | 25 public static final ComponentName COMPONENT = field in UiccTransactionEvent2Service
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | SimCallManagerTest.java | 21 import static android.telecom.cts.TestUtils.COMPONENT; 44 new PhoneAccountHandle(new ComponentName(PACKAGE, COMPONENT), ACCOUNT_ID_1);
|
D | TestUtils.java | 88 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");
|
D | PhoneAccountRegistrarTest.java | 74 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()
|
D | DataObjectUnitTests.java | 62 new ComponentName(PACKAGE, COMPONENT), in testPhoneAccount() 108 final ComponentName component = new ComponentName(PACKAGE, COMPONENT); in testPhoneAccountHandle() 135 new ComponentName(PACKAGE, COMPONENT), in testConnectionRequest()
|
D | PhoneAccountOperationsTest.java | 48 new PhoneAccountHandle(new ComponentName(PACKAGE, COMPONENT), ACCOUNT_ID_1); 178 new ComponentName("com.android.anotherPackage", COMPONENT), in testRegisterPhoneAccount_simultaneousCallingRestrictions()
|
D | IncomingCallTest.java | 20 import static android.telecom.cts.TestUtils.COMPONENT; 64 new ComponentName(PACKAGE, COMPONENT), "WRONG_ID");
|
D | CallScreeningServiceTest.java | 45 new ComponentName(TestUtils.PACKAGE, TestUtils.COMPONENT),
|
D | EmergencyCallTests.java | 113 TestUtils.PACKAGE, TestUtils.COMPONENT); in testEmergencyCallFailureDueToInvalidPhoneAccounts()
|
D | ConnectionServiceTest.java | 140 ComponentName validName = new ComponentName(PACKAGE, COMPONENT); in testAddExistingConnection_invalidPhoneAccountAccountId()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/ |
D | MultiDisplaySystemDecorationTests.java | 28 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/ |
D | WindowUntrustedTouchTestBase.java | 257 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()
|
D | WallpaperWindowInputTests.kt | 156 TestJournalProvider.TestJournalContainer.get(TestInteractiveLiveWallpaperKeys.COMPONENT) in <lambda>()
|
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
D | SurfaceControlViewHostTests.java | 1481 Components.CrossProcessSurfaceControlViewHostTestService.COMPONENT)); in connect()
|