Home
last modified time | relevance | path

Searched defs:fromBundle (Results 1 – 25 of 57) sorted by relevance

123

/packages/modules/Uwb/service/support_lib/test/
DOemExtensionTests.java59 DeviceStatus fromBundle = DeviceStatus.fromBundle(deviceState.toBundle()); in testDeviceState() local
87 SessionStatus fromBundle = SessionStatus.fromBundle(sessionStatus.toBundle()); in testSessionStatus() local
107 RangingReportMetadata fromBundle = RangingReportMetadata in testRangingReportMetadata() local
126 AdvertisePointedTarget fromBundle = AdvertisePointedTarget.fromBundle( in testAdvertisePointedTarget() local
162 SessionConfigParams fromBundle = SessionConfigParams.fromBundle( in testSessionConfigParams() local
DAliroTests.java151 AliroOpenRangingParams fromBundle = AliroOpenRangingParams.fromBundle(params.toBundle()); in testOpenRangingParams() local
191 AliroRangingError fromBundle = AliroRangingError.fromBundle(params.toBundle()); in testRangingError() local
203 AliroRangingReconfiguredParams fromBundle = in testRangingReconfiguredParams() local
230 AliroStartRangingParams fromBundle = AliroStartRangingParams.fromBundle(params.toBundle()); in testStartRangingParams() local
264 AliroRangingStartedParams fromBundle = in testRangingStartedParams() local
325 AliroSpecificationParams fromBundle = in testSpecificationParams() local
376 AliroSpecificationParams fromBundle = in testSpecificationParams_whenNoChannelsSet() local
385 private void verifyBundlesEqual(Params params, Params fromBundle) { in verifyBundlesEqual()
DCccTests.java148 CccOpenRangingParams fromBundle = CccOpenRangingParams.fromBundle(params.toBundle()); in testOpenRangingParams() local
188 CccRangingError fromBundle = CccRangingError.fromBundle(params.toBundle()); in testRangingError() local
199 CccRangingReconfiguredParams fromBundle = in testRangingReconfiguredParams() local
226 CccStartRangingParams fromBundle = CccStartRangingParams.fromBundle(params.toBundle()); in testStartRangingParams() local
260 CccRangingStartedParams fromBundle = CccRangingStartedParams.fromBundle(params.toBundle()); in testRangingStartedParams() local
320 CccSpecificationParams fromBundle = CccSpecificationParams.fromBundle(params.toBundle()); in testSpecificationParams() local
370 CccSpecificationParams fromBundle = CccSpecificationParams.fromBundle(params.toBundle()); in testSpecificationParams_whenNoChannelsSet() local
378 private void verifyBundlesEqual(Params params, Params fromBundle) { in verifyBundlesEqual()
DDlTDoATests.java68 DlTDoAMeasurement fromBundle = DlTDoAMeasurement.fromBundle(dlTDoAMeasurement.toBundle()); in dlTDoAMeasurementTest() local
99 DlTDoARangingRoundsUpdate fromBundle = DlTDoARangingRoundsUpdate.fromBundle( in dlTDoARangingRoundsUpdateTest() local
120 DlTDoARangingRoundsUpdateStatus fromBundle = DlTDoARangingRoundsUpdateStatus.fromBundle( in dlTDoARangingRoundsUpdateStatusTest() local
DRadarTests.java123 RadarOpenSessionParams fromBundle = RadarOpenSessionParams.fromBundle(params.toBundle()); in testOpenSessionParams() local
172 RadarSpecificationParams fromBundle = in testSpecificationParams() local
184 RadarSpecificationParams fromBundle = in testSpecificationParams_emptyCapabilities() local
245 RadarSweepData fromBundle = RadarSweepData.fromBundle(data.toBundle()); in testRadarSweepData() local
336 RadarData fromBundle = RadarData.fromBundle(data.toBundle()); in testRadarData() local
DFiraTests.java296 FiraOpenSessionParams fromBundle = FiraOpenSessionParams.fromBundle(params.toBundle()); in testOpenSessionParams() local
477 FiraRangingReconfigureParams fromBundle = in testRangingReconfigureParams() local
541 FiraControleeParams fromBundle = in testControleeParams() local
555 FiraStatusCode fromBundle = FiraStatusCode.fromBundle(params.toBundle()); in testStatusCode() local
570 FiraMulticastListUpdateStatusCode fromBundle = in testMulticastListUpdateStatusCode() local
586 FiraStateChangeReasonCode fromBundle = in testStateChangeReasonCode() local
598 private void verifyBundlesEqual(Params params, Params fromBundle) { in verifyBundlesEqual()
696 FiraSpecificationParams fromBundle = FiraSpecificationParams.fromBundle(params.toBundle()); in testSpecificationParams() local
763 FiraSpecificationParams fromBundle = FiraSpecificationParams.fromBundle(params.toBundle()); in testSpecificationParams_whenNoChannelsSet() local
DMultichipTests.java51 ChipInfoParams fromBundle = ChipInfoParams.fromBundle(bundle); in testChipInfoParams() local
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/profile/
DUuidBundleWrapperTest.java47 fromBundle = UuidBundleWrapper.fromBundle(status.toBundle()); in testStatus() local
61 fromBundle = UuidBundleWrapper.fromBundle(status.toBundle()); in testEmpty() local
DServiceProfileTest.java45 ServiceProfile fromBundle = ServiceProfile.fromBundle(config.toBundle()); in testServiceProfile() local
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/aliro/
DAliroRangingReconfiguredParams.java43 public static AliroRangingReconfiguredParams fromBundle(PersistableBundle bundle) { in fromBundle() method in AliroRangingReconfiguredParams
DAliroRangingStoppedParams.java57 public static AliroRangingStoppedParams fromBundle(PersistableBundle bundle) { in fromBundle() method in AliroRangingStoppedParams
DAliroRangingError.java59 public static AliroRangingError fromBundle(PersistableBundle bundle) { in fromBundle() method in AliroRangingError
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/data/
DPickerSyncRequestExtras.java50 public static PickerSyncRequestExtras fromBundle(@NonNull Bundle extras) { in fromBundle() method in PickerSyncRequestExtras
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/ccc/
DCccRangingError.java58 public static CccRangingError fromBundle(PersistableBundle bundle) { in fromBundle() method in CccRangingError
DCccRangingStoppedParams.java58 public static CccRangingStoppedParams fromBundle(PersistableBundle bundle) { in fromBundle() method in CccRangingStoppedParams
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraSuspendRangingParams.java59 public static FiraSuspendRangingParams fromBundle(PersistableBundle bundle) { in fromBundle() method in FiraSuspendRangingParams
DFiraPoseUpdateParams.java56 public static FiraPoseUpdateParams fromBundle(PersistableBundle bundle) { in fromBundle() method in FiraPoseUpdateParams
DFiraMulticastListUpdateStatusCode.java53 public static FiraMulticastListUpdateStatusCode fromBundle(PersistableBundle bundle) { in fromBundle() method in FiraMulticastListUpdateStatusCode
DFiraStatusCode.java53 public static FiraStatusCode fromBundle(PersistableBundle bundle) { in fromBundle() method in FiraStatusCode
DFiraDataTransferPhaseConfigStatusCode.java54 public static FiraDataTransferPhaseConfigStatusCode fromBundle(PersistableBundle bundle) { in fromBundle() method in FiraDataTransferPhaseConfigStatusCode
DFiraStateChangeReasonCode.java53 public static FiraStateChangeReasonCode fromBundle(PersistableBundle bundle) { in fromBundle() method in FiraStateChangeReasonCode
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/profile/
DServiceProfile.java54 public static ServiceProfile fromBundle(PersistableBundle bundle) { in fromBundle() method in ServiceProfile
DUuidBundleWrapper.java60 public static UuidBundleWrapper fromBundle(PersistableBundle bundle) { in fromBundle() method in UuidBundleWrapper
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/radar/
DRadarSpecificationParams.java57 public static RadarSpecificationParams fromBundle(PersistableBundle bundle) { in fromBundle() method in RadarSpecificationParams
/packages/services/Car/car-lib/src/android/car/cluster/
DClusterActivityState.java122 @NonNull public static ClusterActivityState fromBundle(@NonNull Bundle bundle) { in fromBundle() method in ClusterActivityState

123