Home
last modified time | relevance | path

Searched refs:getBundleVersion (Results 1 – 25 of 46) sorted by relevance

12

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/base/
DParams.java39 bundle.putInt(KEY_BUNDLE_VERSION, getBundleVersion()); in toBundle()
54 protected abstract int getBundleVersion(); in getBundleVersion() method in Params
56 public static int getBundleVersion(PersistableBundle bundle) { in getBundleVersion() method in Params
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/aliro/
DAliroRangingReconfiguredParams.java39 protected int getBundleVersion() { in getBundleVersion() method in AliroRangingReconfiguredParams
48 switch (getBundleVersion(bundle)) { in fromBundle()
DAliroRangingStoppedParams.java46 protected int getBundleVersion() { in getBundleVersion() method in AliroRangingStoppedParams
62 switch (getBundleVersion(bundle)) { in fromBundle()
DAliroRangingError.java55 protected int getBundleVersion() { in getBundleVersion() method in AliroRangingError
64 switch (getBundleVersion(bundle)) { in fromBundle()
DAliroPulseShapeCombo.java62 protected int getBundleVersion() { in getBundleVersion() method in AliroPulseShapeCombo
67 return getBundleVersion() in toString()
DAliroStartRangingParams.java68 protected int getBundleVersion() { in getBundleVersion() method in AliroStartRangingParams
88 switch (getBundleVersion(bundle)) { in fromBundle()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/profile/
DServiceProfileTest.java47 assertEquals(fromBundle.getBundleVersion(), config.getBundleVersion()); in testServiceProfile()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraMulticastListUpdateStatusCode.java37 protected int getBundleVersion() { in getBundleVersion() method in FiraMulticastListUpdateStatusCode
58 switch (getBundleVersion(bundle)) { in fromBundle()
DFiraStatusCode.java37 protected int getBundleVersion() { in getBundleVersion() method in FiraStatusCode
58 switch (getBundleVersion(bundle)) { in fromBundle()
DFiraDataTransferPhaseConfigStatusCode.java38 protected int getBundleVersion() { in getBundleVersion() method in FiraDataTransferPhaseConfigStatusCode
59 switch (getBundleVersion(bundle)) { in fromBundle()
DFiraStateChangeReasonCode.java37 protected int getBundleVersion() { in getBundleVersion() method in FiraStateChangeReasonCode
58 switch (getBundleVersion(bundle)) { in fromBundle()
DFiraPoseUpdateParams.java38 protected int getBundleVersion() { in getBundleVersion() method in FiraPoseUpdateParams
57 switch (getBundleVersion(bundle)) { in fromBundle()
DFiraSuspendRangingParams.java43 protected int getBundleVersion() { in getBundleVersion() method in FiraSuspendRangingParams
64 switch (getBundleVersion(bundle)) { in fromBundle()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/ccc/
DCccRangingStoppedParams.java47 protected int getBundleVersion() { in getBundleVersion() method in CccRangingStoppedParams
63 switch (getBundleVersion(bundle)) { in fromBundle()
DCccRangingError.java54 protected int getBundleVersion() { in getBundleVersion() method in CccRangingError
63 switch (getBundleVersion(bundle)) { in fromBundle()
DCccPulseShapeCombo.java62 protected int getBundleVersion() { in getBundleVersion() method in CccPulseShapeCombo
67 return getBundleVersion() in toString()
DCccStartRangingParams.java68 protected int getBundleVersion() { in getBundleVersion() method in CccStartRangingParams
88 switch (getBundleVersion(bundle)) { in fromBundle()
DCccRangingStartedParams.java61 protected int getBundleVersion() { in getBundleVersion() method in CccRangingStartedParams
81 switch (getBundleVersion(bundle)) { in fromBundle()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/profile/
DServiceProfile.java34 public static int getBundleVersion() { in getBundleVersion() method in ServiceProfile
49 bundle.putInt(KEY_BUNDLE_VERSION, getBundleVersion()); in toBundle()
DUuidBundleWrapper.java39 public static int getBundleVersion() { in getBundleVersion() method in UuidBundleWrapper
49 bundle.putInt(KEY_BUNDLE_VERSION, getBundleVersion()); in toBundle()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/radar/
DRadarSpecificationParams.java45 protected int getBundleVersion() { in getBundleVersion() method in RadarSpecificationParams
62 switch (getBundleVersion(bundle)) { in fromBundle()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/oemextension/
DDeviceStatus.java40 public static int getBundleVersion() { in getBundleVersion() method in DeviceStatus
59 bundle.putInt(KEY_BUNDLE_VERSION, getBundleVersion()); in toBundle()
DSessionConfigParams.java50 public static int getBundleVersion() { in getBundleVersion() method in SessionConfigParams
68 bundle.putInt(KEY_BUNDLE_VERSION, getBundleVersion()); in toBundle()
DRangingReportMetadata.java41 public static int getBundleVersion() { in getBundleVersion() method in RangingReportMetadata
84 bundle.putInt(KEY_BUNDLE_VERSION, getBundleVersion()); in toBundle()
DAdvertisePointedTarget.java51 public static int getBundleVersion() { in getBundleVersion() method in AdvertisePointedTarget
89 bundle.putInt(KEY_BUNDLE_VERSION, getBundleVersion()); in toBundle()

12