Home
last modified time | relevance | path

Searched refs:SERVICE (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/systemui/src/android/host/systemui/
DActiveTileServiceTest.java23 private static final String SERVICE = "TestActiveTileService"; field in ActiveTileServiceTest
32 super(SERVICE); in ActiveTileServiceTest()
DTileServiceTest.java27 private static final String SERVICE = "TestTileService"; field in TileServiceTest
41 super(SERVICE); in TileServiceTest()
/cts/hostsidetests/multiuser/src/android/host/multiuser/
DDpcCommander.java34 private static final String SERVICE = PKG_NAME + "/.DpcService"; field in DpcCommander
89 return runShellCmd("dumpsys activity --user %s service %s %s", mUser, SERVICE, in dumpDpc()
/cts/tests/tests/content/src/android/content/pm/cts/
DSaferIntentTest.java143 ACTIVITY, SERVICE, BROADCAST enumConstant
567 case SERVICE -> compIntent.setClassName(RESOLUTION_TEST_PKG_NAME, SERVICE_NAME); in testComponentMismatch()
578 case SERVICE -> mContext.startService(compIntent); in testComponentMismatch()
590 case SERVICE -> mContext.startService(compIntent); in testComponentMismatch()
603 case SERVICE -> mContext.startService(compIntent); in testComponentMismatch()
621 case SERVICE -> mContext.startService(packageIntent); in testComponentMismatch()
634 case SERVICE -> mContext.startService(packageIntent); in testComponentMismatch()
650 testComponentMismatch(LaunchType.SERVICE); in testServiceIntentMismatch()
672 case SERVICE -> mContext.startService(intent); in testComponentNullActionMatch()
685 case SERVICE -> mContext.startService(intent); in testComponentNullActionMatch()
[all …]
/cts/tests/tests/car/src/android/car/cts/
DWindshieldWipersStateTest.java36 assertThat(WindshieldWipersState.toString(WindshieldWipersState.SERVICE)) in testToString()
DWindshieldWipersSwitchTest.java58 assertThat(WindshieldWipersSwitch.toString(WindshieldWipersSwitch.SERVICE)) in testToString()
DCarPropertyManagerTest.java237 WindshieldWipersState.SERVICE)
256 WindshieldWipersSwitch.SERVICE)
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DRenderScriptTask.java48 VIEWER, SERVICE enumConstant