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