Home
last modified time | relevance | path

Searched defs:timestampType (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/development/tools/winscope/src/cross_tool/
H A Dcross_tool_protocol.ts218 const timestampType = this.remoteTool?.timestampType; constant
240 const timestampType = assertDefined(this.remoteTool?.timestampType); constant
H A Dmessages.ts60 public timestampType?: TimestampType, property in MessageTimestamp
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
H A DPosition.java302 public static class timestampType extends Asn1UTCTime { class in Position
308 public timestampType() { in timestampType() method in Position.timestampType
/aosp_15_r20/development/tools/winscope/src/test/remote_tool_mock/
H A Dapp_component.ts253 const timestampType = assertDefined(message.timestampType); constant