Loading location/java/android/location/Location.java +1 −1 Original line number Diff line number Diff line Loading @@ -1231,7 +1231,7 @@ public class Location implements Parcelable { * @return true if this Location came from a mock provider, false otherwise */ public boolean isFromMockProvider() { return (mFieldsMask & HAS_MOCK_PROVIDER_MASK) != 0; return false; } /** Loading Loading
location/java/android/location/Location.java +1 −1 Original line number Diff line number Diff line Loading @@ -1231,7 +1231,7 @@ public class Location implements Parcelable { * @return true if this Location came from a mock provider, false otherwise */ public boolean isFromMockProvider() { return (mFieldsMask & HAS_MOCK_PROVIDER_MASK) != 0; return false; } /** Loading