Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/location/contexthub/
H A DContextHubServiceTest.java74 when(mMockContextHubWrapper.supportsBtSettingNotifications()).thenReturn(true); in setUp()
122 when(mMockContextHubWrapper.supportsBtSettingNotifications()).thenReturn(false); in testConstructorRegistersNotificationsAndHandlesSettings()
/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DIContextHubWrapper.java281 public abstract boolean supportsBtSettingNotifications(); in supportsBtSettingNotifications() method in IContextHubWrapper
545 public boolean supportsBtSettingNotifications() { in supportsBtSettingNotifications() method in IContextHubWrapper.ContextHubWrapperAidl
954 public boolean supportsBtSettingNotifications() { in supportsBtSettingNotifications() method in IContextHubWrapper.ContextHubWrapperHidl
H A DContextHubService.java525 if (mContextHubWrapper == null || !mContextHubWrapper.supportsBtSettingNotifications()) {