Searched defs:startObject (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/util/proto/
H A DProtoOutputStream.java32 * and the value to write. To make a nested object, call startObject
95 * During the period between when the caller has called startObject, but
97 * returned by startObject, stored in those 8 bytes of size storage space.
99 * correctly matched pairs of startObject and endObject calls, and issue
190 * Current nesting depth of startObject calls.
195 * An ID given to objects and returned in the token from startObject
207 * startObject happens, this is written to that location, which gives
2029 * Get whether this is a call to startObject (false) or startRepeatedObject (true).
2036 * Get the nesting depth of startObject calls from the token.
2044 * startObject call
2092 public long startObject(long fieldId) { method in class:ProtoOutputStream
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2430 public T startObject(String name) { method in class:BatteryStatsImpl.OverflowArrayMap
8663 DualTimer t = mSyncStats.startObject(name);
8677 DualTimer t = mJobStats.startObject(name);
8747 Wakelock wl = mWakelockStats.startObject(name);
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...

Completed in 253 milliseconds