Home
last modified time | relevance | path

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

/frameworks/base/services/robotests/src/com/android/server/location/
DGnssNavigationMessageProviderTest.java61 when(mMockNative.isNavigationMessageSupported()).thenReturn(true); in isSupported_nativeIsSupported()
64 when(mMockNative.isNavigationMessageSupported()).thenReturn(false); in isSupported_nativeIsSupported()
/frameworks/base/services/core/java/com/android/server/location/
DGnssNavigationMessageProvider.java65 return mNative.isNavigationMessageSupported(); in isAvailableInPlatform()
146 public boolean isNavigationMessageSupported() { in isNavigationMessageSupported() method in GnssNavigationMessageProvider.GnssNavigationMessageProviderNative
/frameworks/base/services/
Dart-profile8113 …GnssNavigationMessageProvider$GnssNavigationMessageProviderNative;->isNavigationMessageSupported()Z