Home | History | Annotate | Download | only in location

Lines Matching refs:getBoolean

978             if (extras.getBoolean("ephemeris")) flags |= GPS_DELETE_EPHEMERIS;
979 if (extras.getBoolean("almanac")) flags |= GPS_DELETE_ALMANAC;
980 if (extras.getBoolean("position")) flags |= GPS_DELETE_POSITION;
981 if (extras.getBoolean("time")) flags |= GPS_DELETE_TIME;
982 if (extras.getBoolean("iono")) flags |= GPS_DELETE_IONO;
983 if (extras.getBoolean("utc")) flags |= GPS_DELETE_UTC;
984 if (extras.getBoolean("health")) flags |= GPS_DELETE_HEALTH;
985 if (extras.getBoolean("svdir")) flags |= GPS_DELETE_SVDIR;
986 if (extras.getBoolean("svsteer")) flags |= GPS_DELETE_SVSTEER;
987 if (extras.getBoolean("sadata")) flags |= GPS_DELETE_SADATA;
988 if (extras.getBoolean("rti")) flags |= GPS_DELETE_RTI;
989 if (extras.getBoolean("celldb-info")) flags |= GPS_DELETE_CELLDB_INFO;
990 if (extras.getBoolean("all")) flags |= GPS_DELETE_ALL;