Searched refs:hasLatLong (Results 1 – 1 of 1) sorted by relevance
138 public final boolean hasLatLong; field in ExifInterfaceTest.ExpectedValue198 hasLatLong = typedArray.getBoolean(index++, false); in ExpectedValue()334 assertEquals(expectedValue.hasLatLong, exifInterface.getLatLong(latLong)); in compareWithExpectedValue()335 if (expectedValue.hasLatLong) { in compareWithExpectedValue()