Home
last modified time | relevance | path

Searched refs:SPEED (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DTrackerEntry.java46 static final String SPEED = "Speed"; field in TrackerEntry
59 ALTITUDE, SPEED, BEARING, DIST_NET_LOCATION, LOC_TIME, DEBUG_INFO};
184 cValues.put(SPEED, mLocation.getSpeed()); in getAsContentValues()
233 Float speed = getNullableFloat(cursor, SPEED); in createEntry()
/frameworks/proto_logging/stats/enums/healthfitness/api/
Denums.proto110 SPEED = 28; enumerator
/frameworks/base/core/java/com/android/internal/os/
DPowerProfile.java1038 proto.write(PowerProfileProto.CpuCluster.SPEED, speed); in dumpDebug()