Searched refs:SERVICE (Results 1 – 8 of 8) sorted by relevance
23 private static final String SERVICE = "TestActiveTileService"; field in ActiveTileServiceTest32 super(SERVICE); in ActiveTileServiceTest()
27 private static final String SERVICE = "TestTileService"; field in TileServiceTest41 super(SERVICE); in TileServiceTest()
34 private static final String SERVICE = PKG_NAME + "/.DpcService"; field in DpcCommander89 return runShellCmd("dumpsys activity --user %s service %s %s", mUser, SERVICE, in dumpDpc()
143 ACTIVITY, SERVICE, BROADCAST enumConstant567 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 …]
36 assertThat(WindshieldWipersState.toString(WindshieldWipersState.SERVICE)) in testToString()
58 assertThat(WindshieldWipersSwitch.toString(WindshieldWipersSwitch.SERVICE)) in testToString()
237 WindshieldWipersState.SERVICE)256 WindshieldWipersSwitch.SERVICE)
48 VIEWER, SERVICE enumConstant