Searched refs:fromParcel (Results 1 – 4 of 4) sorted by relevance
71 ManifestDigest fromParcel = ManifestDigest.CREATOR.createFromParcel(p); in testManifestDigest_Parcel() local74 + digest.toString() + " and " + fromParcel.toString(), digest, in testManifestDigest_Parcel()75 fromParcel); in testManifestDigest_Parcel()
118 return ModuleProperties.fromParcel(in);126 private static ModuleProperties fromParcel(Parcel in) { in fromParcel() method in SoundTrigger.ModuleProperties285 return Keyphrase.fromParcel(in);293 private static Keyphrase fromParcel(Parcel in) { in fromParcel() method in SoundTrigger.Keyphrase391 return KeyphraseSoundModel.fromParcel(in);399 private static KeyphraseSoundModel fromParcel(Parcel in) { in fromParcel() method in SoundTrigger.KeyphraseSoundModel525 return RecognitionEvent.fromParcel(in);533 private static RecognitionEvent fromParcel(Parcel in) { in fromParcel() method in SoundTrigger.RecognitionEvent685 return RecognitionConfig.fromParcel(in);693 private static RecognitionConfig fromParcel(Parcel in) { in fromParcel() method in SoundTrigger.RecognitionConfig[all …]
58 public static Object fromParcel(Parcel in) { in fromParcel() method in MediaDescriptionCompatApi21
270 return fromMediaDescription(MediaDescriptionCompatApi21.fromParcel(in));