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/gnss/
DGnssNavigationMessageProviderTest.java78 when(mMockNative.isNavigationMessageSupported()).thenReturn(true); in isSupported_nativeIsSupported()
81 when(mMockNative.isNavigationMessageSupported()).thenReturn(false); in isSupported_nativeIsSupported()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssNavigationMessageProvider.java67 return mNative.isNavigationMessageSupported(); in isAvailableInPlatform()
148 public boolean isNavigationMessageSupported() { in isNavigationMessageSupported() method in GnssNavigationMessageProvider.GnssNavigationMessageProviderNative
/frameworks/base/services/
Dart-profile18361 …GnssNavigationMessageProvider$GnssNavigationMessageProviderNative;->isNavigationMessageSupported()Z