Searched refs:fromParcelable (Results 1 – 4 of 4) sorted by relevance
517 public static Configuration fromParcelable(VolumeShaperConfiguration parcelable) { in fromParcelable() method in VolumeShaper.Configuration556 return fromParcelable(VolumeShaperConfiguration.CREATOR.createFromParcel(p));1286 public static Operation fromParcelable(VolumeShaperOperation parcelable) { in fromParcelable() method in VolumeShaper.Operation1297 return fromParcelable(VolumeShaperOperation.CREATOR.createFromParcel(p));1552 public static State fromParcelable(VolumeShaperState p) { in fromParcelable() method in VolumeShaper.State1560 return fromParcelable(VolumeShaperState.CREATOR.createFromParcel(p));
434 pb.playerApplyVolumeShaper(VolumeShaper.Configuration.fromParcelable(configuration), in applyVolumeShaper()435 VolumeShaper.Operation.fromParcelable(operation)); in applyVolumeShaper()
2445 return LowPowerStandbyPolicy.fromParcelable(mService.getLowPowerStandbyPolicy()); in getLowPowerStandbyPolicy()2528 return LowPowerStandbyPortDescription.fromParcelable( in getActiveLowPowerStandbyPorts()3245 public static LowPowerStandbyPolicy fromParcelable( in fromParcelable() method in PowerManager.LowPowerStandbyPolicy3479 public static LowPowerStandbyPortDescription fromParcelable( in fromParcelable() method in PowerManager.LowPowerStandbyPortDescription3501 public static List<LowPowerStandbyPortDescription> fromParcelable( in fromParcelable() method in PowerManager.LowPowerStandbyPortDescription3509 result.add(fromParcelable(port)); in fromParcelable()
6333 PowerManager.LowPowerStandbyPolicy.fromParcelable(policy));6405 PowerManager.LowPowerStandbyPortDescription.fromParcelable(ports));