Home
last modified time | relevance | path

Searched defs:COMPONENT (Results 1 – 9 of 9) sorted by relevance

/cts/tests/framework/base/windowmanager/overlayappbase/src/android/server/wm/overlay/
DComponents.java26 ComponentName COMPONENT = component("UntrustedTouchTestService"); field
30 ComponentName COMPONENT = component("OverlayActivity"); field
38 ComponentName COMPONENT = component("ExitAnimationActivity"); field
52 ComponentName COMPONENT = component("ToastActivity"); field
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/offhost/
DUiccTransactionEvent2Service.java25 public static final ComponentName COMPONENT = field in UiccTransactionEvent2Service
DUiccTransactionEvent1Service.java25 public static final ComponentName COMPONENT = field in UiccTransactionEvent1Service
DUiccTransactionEvent3Service.java25 public static final ComponentName COMPONENT = field in UiccTransactionEvent3Service
/cts/tests/surfacecontrol/scvhapp/src/android/server/wm/scvh/
DComponents.java25 ComponentName COMPONENT = component("CrossProcessSurfaceControlViewHostTestService"); field
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DInteractiveLiveWallpaper.java42 COMPONENT, bundle -> { in onTouchEvent() local
DComponents.java319 public static final String COMPONENT = "LiveWallpaper"; field in Components.TestLiveWallpaperKeys
329 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
/cts/tests/tests/telecom/src/android/telecom/cts/
DTestUtils.java78 public static final String COMPONENT = "android.telecom.cts.CtsConnectionService"; field in TestUtils