Home
last modified time | relevance | path

Searched defs:mService (Results 1 – 25 of 111) sorted by relevance

12345

/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/events/services/
DServiceCreatedEvent.java51 ServiceQueryHelper<ServiceCreatedEvent.ServiceCreatedEventQuery> mService = field in ServiceCreatedEvent.ServiceCreatedEventQuery
109 protected ServiceInfo mService; field in ServiceCreatedEvent
DServiceLowMemoryEvent.java52 ServiceQueryHelper<ServiceLowMemoryEvent.ServiceLowMemoryEventQuery> mService = field in ServiceLowMemoryEvent.ServiceLowMemoryEventQuery
109 protected ServiceInfo mService; field in ServiceLowMemoryEvent
DServiceDestroyedEvent.java50 ServiceQueryHelper<ServiceDestroyedEventQuery> mService = new ServiceQueryHelper<>(this); field in ServiceDestroyedEvent.ServiceDestroyedEventQuery
107 protected ServiceInfo mService; field in ServiceDestroyedEvent
DServiceConfigurationChangedEvent.java55 mService = new ServiceQueryHelper<>(this); field in ServiceConfigurationChangedEvent.ServiceConfigurationChangedEventQuery
124 protected ServiceInfo mService; field in ServiceConfigurationChangedEvent
DServiceUnboundEvent.java55 ServiceQueryHelper<ServiceUnboundEvent.ServiceUnboundEventQuery> mService = field in ServiceUnboundEvent.ServiceUnboundEventQuery
135 protected ServiceInfo mService; field in ServiceUnboundEvent
DServiceMemoryTrimmedEvent.java52 ServiceQueryHelper<ServiceMemoryTrimmedEventQuery> mService = field in ServiceMemoryTrimmedEvent.ServiceMemoryTrimmedEventQuery
128 protected ServiceInfo mService; field in ServiceMemoryTrimmedEvent
DServiceTaskRemovedEvent.java56 ServiceQueryHelper<ServiceTaskRemovedEvent.ServiceTaskRemovedEventQuery> mService = field in ServiceTaskRemovedEvent.ServiceTaskRemovedEventQuery
138 protected ServiceInfo mService; field in ServiceTaskRemovedEvent
DServiceReboundEvent.java55 ServiceQueryHelper<ServiceReboundEvent.ServiceReboundEventQuery> mService = field in ServiceReboundEvent.ServiceReboundEventQuery
135 protected ServiceInfo mService; field in ServiceReboundEvent
DServiceBoundEvent.java54 ServiceQueryHelper<ServiceBoundEventQuery> mService = new ServiceQueryHelper<>(this); field in ServiceBoundEvent.ServiceBoundEventQuery
131 protected ServiceInfo mService; field in ServiceBoundEvent
DServiceStartedEvent.java55 ServiceQueryHelper<ServiceStartedEventQuery> mService = new ServiceQueryHelper<>(this); field in ServiceStartedEvent.ServiceStartedEventQuery
170 protected ServiceInfo mService; field in ServiceStartedEvent
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/
DVoiceInteractionServiceConnectedClassRule.java61 private VoiceInteractionService mService = null; field in VoiceInteractionServiceConnectedClassRule
DVoiceInteractionServiceOverrideEnrollmentRule.java67 private VoiceInteractionService mService = null; field in VoiceInteractionServiceOverrideEnrollmentRule
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceNonIsolatedTest.java59 private NonIsolatedHotwordDetectionVoiceInteractionService mService; field in HotwordDetectionServiceNonIsolatedTest
DSandboxedDetectionServiceNonExistenceTest.java52 private CtsMainVoiceInteractionService mService; field in SandboxedDetectionServiceNonExistenceTest
DHotwordDetectionServicePermissionTest.java69 private TestPermissionVoiceInteractionService mService; field in HotwordDetectionServicePermissionTest
DVoiceInteractionServiceNoExistingSessionServiceTest.java61 private NoSessionVoiceInteractionService mService; field in VoiceInteractionServiceNoExistingSessionServiceTest
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DRequiredServiceRule.java43 private final String mService; field in RequiredServiceRule
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/services/
DPrintServiceCallbacks.java23 private StubbablePrintService mService; field in PrintServiceCallbacks
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityButtonTest.java63 private StubAccessibilityButtonService mService; field in AccessibilityButtonTest
/cts/tests/app/src/android/app/cts/
DActivityManager_RunningServiceInfoTest.java26 private ComponentName mService; field in ActivityManager_RunningServiceInfoTest
/cts/tests/tests/hardware/src/android/hardware/hdmi/cts/
DHdmiSwitchClientTest.java46 private HdmiControlServiceWrapper mService; field in HdmiSwitchClientTest
/cts/tests/tests/security/src/android/security/cts/
DIsolatedProcessTest.java69 private IIsolatedService mService; field in IsolatedProcessTest
/cts/tests/tests/externalservice/service/src/android/externalservice/service/
DServiceCreator.java95 private IBinder mService = null; field in ServiceCreator.CreatorConnection
/cts/tests/accessibilityservice/testsdk29/src/android/accessibilityservice/cts/
DAccessibilityButtonSdk29Test.java71 private StubAccessibilityButtonSdk29Service mService; field in AccessibilityButtonSdk29Test
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
DServiceRunnerActivity.java35 private Messenger mService; field in ServiceRunnerActivity

12345