Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/location/contexthub/
H A DContextHubServiceTest.java72 when(mMockContextHubWrapper.supportsAirplaneModeSettingNotifications()).thenReturn(true); in setUp()
118 when(mMockContextHubWrapper.supportsAirplaneModeSettingNotifications()) in testConstructorRegistersNotificationsAndHandlesSettings()
/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DIContextHubWrapper.java257 public abstract boolean supportsAirplaneModeSettingNotifications(); in supportsAirplaneModeSettingNotifications() method in IContextHubWrapper
537 public boolean supportsAirplaneModeSettingNotifications() { in supportsAirplaneModeSettingNotifications() method in IContextHubWrapper.ContextHubWrapperAidl
988 public boolean supportsAirplaneModeSettingNotifications() { in supportsAirplaneModeSettingNotifications() method in IContextHubWrapper.ContextHubWrapperV1_0
1033 public boolean supportsAirplaneModeSettingNotifications() { in supportsAirplaneModeSettingNotifications() method in IContextHubWrapper.ContextHubWrapperV1_1
1094 public boolean supportsAirplaneModeSettingNotifications() { in supportsAirplaneModeSettingNotifications() method in IContextHubWrapper.ContextHubWrapperV1_2
H A DContextHubService.java472 || !mContextHubWrapper.supportsAirplaneModeSettingNotifications()) {