Searched refs:gpsAltitudeRef (Results 1 – 1 of 1) sorted by relevance
159 public final String gpsAltitudeRef; field in ExifInterfaceTest.ExpectedValue219 gpsAltitudeRef = getString(typedArray, index++); in ExpectedValue()382 expectedValue.gpsAltitudeRef); in compareWithExpectedValue()883 String gpsAltitudeRef = "1"; in testSetAttribute() local884 exif.setAttribute(ExifInterface.TAG_GPS_ALTITUDE_REF, gpsAltitudeRef); in testSetAttribute()885 assertEquals(gpsAltitudeRef.getBytes()[0], in testSetAttribute()