HomeSort by relevance Sort by last modified time
    Searched refs:cValues (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 170 ContentValues cValues = new ContentValues(ATTRIBUTES.length);
171 cValues.put(TIMESTAMP, mTimestamp);
172 cValues.put(TAG, mTag);
173 cValues.put(ENTRY_TYPE, mType.toString());
175 cValues.put(LATITUDE, mLocation.getLatitude());
176 cValues.put(LONGITUDE, mLocation.getLongitude());
178 cValues.put(ACCURACY, mLocation.getAccuracy());
181 cValues.put(ALTITUDE, mLocation.getAltitude());
184 cValues.put(SPEED, mLocation.getSpeed());
187 cValues.put(BEARING, mLocation.getBearing())
    [all...]
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginView.h 72 char **cValues;
WebNetscapePluginView.mm     [all...]

Completed in 109 milliseconds