Home
last modified time | relevance | path

Searched defs:COMPONENT (Results 1 – 25 of 25) 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/hce/
DOffHostService.java6 public static final ComponentName COMPONENT = field in OffHostService
DScreenOnOnlyOffHostService.java6 public static final ComponentName COMPONENT = field in ScreenOnOnlyOffHostService
DAccessService.java6 static final ComponentName COMPONENT = field in AccessService
DTransportService1.java6 static final ComponentName COMPONENT = field in TransportService1
DPaymentService2.java6 static final ComponentName COMPONENT = field in PaymentService2
DTransportService2.java6 static final ComponentName COMPONENT = field in TransportService2
DPrefixTransportService2.java8 static final ComponentName COMPONENT = field in PrefixTransportService2
DPrefixAccessService.java8 static final ComponentName COMPONENT = field in PrefixAccessService
DPrefixPaymentService1.java8 static final ComponentName COMPONENT = field in PrefixPaymentService1
DThroughputService.java8 static final ComponentName COMPONENT = field in ThroughputService
DPaymentServiceDynamicAids.java8 static final ComponentName COMPONENT = field in PaymentServiceDynamicAids
DPrefixTransportService1.java8 static final ComponentName COMPONENT = field in PrefixTransportService1
DPrefixPaymentService2.java8 static final ComponentName COMPONENT = field in PrefixPaymentService2
DScreenOffPaymentService.java8 static final ComponentName COMPONENT = field in ScreenOffPaymentService
DPaymentService1.java8 static final ComponentName COMPONENT = field in PaymentService1
DLargeNumAidsService.java8 static final ComponentName COMPONENT = field in LargeNumAidsService
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/offhost/
DUiccTransactionEvent3Service.java25 public static final ComponentName COMPONENT = field in UiccTransactionEvent3Service
DUiccTransactionEvent1Service.java25 public static final ComponentName COMPONENT = field in UiccTransactionEvent1Service
DUiccTransactionEvent2Service.java25 public static final ComponentName COMPONENT = field in UiccTransactionEvent2Service
/cts/tests/framework/base/windowmanager/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.java76 public static final String COMPONENT = "android.telecom.cts.CtsConnectionService"; field in TestUtils