HomeSort by relevance Sort by last modified time
    Searched refs:isNavigationMessageSupported (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/robotests/src/com/android/server/location/
GnssNavigationMessageProviderTest.java 68 when(mMockNative.isNavigationMessageSupported()).thenReturn(true);
71 when(mMockNative.isNavigationMessageSupported()).thenReturn(false);
  /frameworks/base/services/core/java/com/android/server/location/
GnssNavigationMessageProvider.java 64 return mNative.isNavigationMessageSupported();
148 public boolean isNavigationMessageSupported() {

Completed in 638 milliseconds