/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/profile/ |
D | ServiceProfile.java | 31 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()
|
D | UuidBundleWrapper.java | 32 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/ |
D | Params.java | 31 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/ |
D | DeviceStatus.java | 36 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()
|
D | SessionConfigParams.java | 38 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()
|
D | RangingReportMetadata.java | 34 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()
|
D | AdvertisePointedTarget.java | 41 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()
|
D | SessionStatus.java | 40 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/ |
D | DlTDoARangingRoundsUpdate.java | 36 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()
|
D | DlTDoARangingRoundsUpdateStatus.java | 37 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()
|
D | DlTDoAMeasurement.java | 47 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/ |
D | FiraHybridSessionControleeConfig.java | 38 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()
|
D | FiraDataTransferPhaseConfig.java | 40 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()
|
D | FiraHybridSessionControllerConfig.java | 45 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()
|