Home
last modified time | relevance | path

Searched refs:KEY_BUNDLE_VERSION (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/profile/
DServiceProfile.java31 public static final String KEY_BUNDLE_VERSION = "bundle_version"; field in ServiceProfile
49 bundle.putInt(KEY_BUNDLE_VERSION, getBundleVersion()); in toBundle()
55 switch (bundle.getInt(KEY_BUNDLE_VERSION)) { in fromBundle()
DUuidBundleWrapper.java32 public static final String KEY_BUNDLE_VERSION = "bundle_version"; field in UuidBundleWrapper
49 bundle.putInt(KEY_BUNDLE_VERSION, getBundleVersion()); in toBundle()
61 switch (bundle.getInt(KEY_BUNDLE_VERSION)) { in fromBundle()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/base/
DParams.java31 private static final String KEY_BUNDLE_VERSION = "bundle_version"; field in Params
39 bundle.putInt(KEY_BUNDLE_VERSION, getBundleVersion()); in toBundle()
57 return bundle.getInt(KEY_BUNDLE_VERSION, BUNDLE_VERSION_UNKNOWN); in getBundleVersion()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/oemextension/
DDeviceStatus.java36 public static final String KEY_BUNDLE_VERSION = "bundle_version"; field in DeviceStatus
59 bundle.putInt(KEY_BUNDLE_VERSION, getBundleVersion()); in toBundle()
66 switch (bundle.getInt(KEY_BUNDLE_VERSION)) { in fromBundle()
DSessionConfigParams.java38 public static final String KEY_BUNDLE_VERSION = "bundle_version"; field in SessionConfigParams
68 bundle.putInt(KEY_BUNDLE_VERSION, getBundleVersion()); in toBundle()
80 switch (bundle.getInt(KEY_BUNDLE_VERSION)) { in fromBundle()
DRangingReportMetadata.java34 public static final String KEY_BUNDLE_VERSION = "bundle_version"; field in RangingReportMetadata
84 bundle.putInt(KEY_BUNDLE_VERSION, getBundleVersion()); in toBundle()
91 switch (bundle.getInt(KEY_BUNDLE_VERSION)) { in fromBundle()
DAdvertisePointedTarget.java41 public static final String KEY_BUNDLE_VERSION = "bundle_version"; field in AdvertisePointedTarget
89 bundle.putInt(KEY_BUNDLE_VERSION, getBundleVersion()); in toBundle()
96 switch (bundle.getInt(KEY_BUNDLE_VERSION)) { in fromBundle()
DSessionStatus.java40 public static final String KEY_BUNDLE_VERSION = "bundle_version"; field in SessionStatus
89 bundle.putInt(KEY_BUNDLE_VERSION, getBundleVersion()); in toBundle()
100 switch (bundle.getInt(KEY_BUNDLE_VERSION)) { in fromBundle()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/dltdoa/
DDlTDoARangingRoundsUpdate.java36 public static final String KEY_BUNDLE_VERSION = "bundle_version"; field in DlTDoARangingRoundsUpdate
91 bundle.putInt(KEY_BUNDLE_VERSION, BUNDLE_VERSION_CURRENT); in toBundle()
99 switch (bundle.getInt(KEY_BUNDLE_VERSION)) { in fromBundle()
DDlTDoARangingRoundsUpdateStatus.java37 public static final String KEY_BUNDLE_VERSION = "bundle_version"; field in DlTDoARangingRoundsUpdateStatus
92 bundle.putInt(KEY_BUNDLE_VERSION, BUNDLE_VERSION_CURRENT); in toBundle()
100 switch (bundle.getInt(KEY_BUNDLE_VERSION)) { in fromBundle()
DDlTDoAMeasurement.java47 public static final String KEY_BUNDLE_VERSION = "bundle_version"; field in DlTDoAMeasurement
177 bundle.putInt(KEY_BUNDLE_VERSION, BUNDLE_VERSION_CURRENT); in toBundle()
196 switch (bundle.getInt(KEY_BUNDLE_VERSION)) { in fromBundle()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraHybridSessionControleeConfig.java38 public static final String KEY_BUNDLE_VERSION = "bundle_version"; field in FiraHybridSessionControleeConfig
88 bundle.putInt(KEY_BUNDLE_VERSION, getBundleVersion()); in toBundle()
103 switch (bundle.getInt(KEY_BUNDLE_VERSION)) { in fromBundle()
DFiraDataTransferPhaseConfig.java40 private static final String KEY_BUNDLE_VERSION = "bundle_version"; field in FiraDataTransferPhaseConfig
73 bundle.putInt(KEY_BUNDLE_VERSION, getBundleVersion()); in toBundle()
124 switch (bundle.getInt(KEY_BUNDLE_VERSION)) { in fromBundle()
DFiraHybridSessionControllerConfig.java45 public static final String KEY_BUNDLE_VERSION = "bundle_version"; field in FiraHybridSessionControllerConfig
108 bundle.putInt(KEY_BUNDLE_VERSION, getBundleVersion()); in toBundle()
128 switch (bundle.getInt(KEY_BUNDLE_VERSION)) { in fromBundle()