Home | History | Annotate | Download | only in cache

Lines Matching refs:mLatitude

335                     item.mLatitude = dis.readDouble();
407 item.mLatitude = cursor.getDouble(CacheService.MEDIA_LATITUDE_INDEX);
1201 dos.writeDouble(item.mLatitude);