Home
last modified time | relevance | path

Searched refs:supportsMicrophoneSettingNotifications (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/location/contexthub/
H A DContextHubServiceTest.java73 when(mMockContextHubWrapper.supportsMicrophoneSettingNotifications()).thenReturn(true); in setUp()
120 when(mMockContextHubWrapper.supportsMicrophoneSettingNotifications()) in testConstructorRegistersNotificationsAndHandlesSettings()
/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DIContextHubWrapper.java270 public abstract boolean supportsMicrophoneSettingNotifications(); in supportsMicrophoneSettingNotifications() method in IContextHubWrapper
541 public boolean supportsMicrophoneSettingNotifications() { in supportsMicrophoneSettingNotifications() method in IContextHubWrapper.ContextHubWrapperAidl
992 public boolean supportsMicrophoneSettingNotifications() { in supportsMicrophoneSettingNotifications() method in IContextHubWrapper.ContextHubWrapperV1_0
1037 public boolean supportsMicrophoneSettingNotifications() { in supportsMicrophoneSettingNotifications() method in IContextHubWrapper.ContextHubWrapperV1_1
1098 public boolean supportsMicrophoneSettingNotifications() { in supportsMicrophoneSettingNotifications() method in IContextHubWrapper.ContextHubWrapperV1_2
H A DContextHubService.java493 || !mContextHubWrapper.supportsMicrophoneSettingNotifications()) {