Home | History | Annotate | Download | only in cts

Lines Matching defs:LATITUDE

96     private static final float LATITUDE = 0.0000f;
446 mMediaRecorder.setLocation(LATITUDE, LONGITUDE);
521 float latitude = Float.parseFloat(location.substring(0, index - 1));
527 assertTrue("Incorrect latitude: " + latitude, Math.abs(latitude - LATITUDE) <= TOLERANCE);