Home
last modified time | relevance | path

Searched defs:fromParcel (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/keystore/tests/src/android/security/
DParcelableKeyGenParameterSpecTest.java123 ParcelableKeyGenParameterSpec fromParcel = in testParcelingWithAllValues() local
135 KeyGenParameterSpec fromParcel = ParcelableKeyGenParameterSpec.CREATOR in testParcelingWithNullValues() local
155 KeyGenParameterSpec fromParcel = in testParcelingRSAAlgoParameter() local
173 KeyGenParameterSpec fromParcel = in testParcelingECAlgoParameter() local
/frameworks/base/core/tests/coretests/src/android/service/euicc/
DEuiccProfileInfoTest.java62 EuiccProfileInfo fromParcel = EuiccProfileInfo.CREATOR.createFromParcel(parcel); in testWriteToParcel() local
87 EuiccProfileInfo fromParcel = EuiccProfileInfo.CREATOR.createFromParcel(parcel); in testWriteToParcelNullCarrierId() local
/frameworks/base/tests/Internal/src/android/app/
DWallpaperInfoTest.java62 WallpaperInfo fromParcel = WallpaperInfo.CREATOR.createFromParcel(parcel); in testSupportsAmbientMode() local
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/
DTimestampedScoredNetworkTest.java64 TimestampedScoredNetwork fromParcel = TimestampedScoredNetwork.CREATOR.createFromParcel(parcel); in testParcel() local
/frameworks/base/core/tests/coretests/src/android/security/keystore/recovery/
DKeyDerivationParamsTest.java69 KeyDerivationParams fromParcel = in writeToThenReadFromParcel() local
DKeyChainProtectionParamsTest.java96 KeyChainProtectionParams fromParcel = in writeToThenReadFromParcel() local
DKeyChainSnapshotTest.java191 KeyChainSnapshot fromParcel = KeyChainSnapshot.CREATOR.createFromParcel(parcel); in writeToThenReadFromParcel() local
/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java149 private static ModuleProperties fromParcel(Parcel in) { in fromParcel() method in SoundTrigger.ModuleProperties
326 private static Keyphrase fromParcel(Parcel in) { in fromParcel() method in SoundTrigger.Keyphrase
434 private static KeyphraseSoundModel fromParcel(Parcel in) { in fromParcel() method in SoundTrigger.KeyphraseSoundModel
523 private static GenericSoundModel fromParcel(Parcel in) { in fromParcel() method in SoundTrigger.GenericSoundModel
731 protected static RecognitionEvent fromParcel(Parcel in) { in fromParcel() method in SoundTrigger.RecognitionEvent
900 private static RecognitionConfig fromParcel(Parcel in) { in fromParcel() method in SoundTrigger.RecognitionConfig
960 private static ConfidenceLevel fromParcel(Parcel in) { in fromParcel() method in SoundTrigger.ConfidenceLevel
1049 private static KeyphraseRecognitionExtra fromParcel(Parcel in) { in fromParcel() method in SoundTrigger.KeyphraseRecognitionExtra
1325 private static SoundModelEvent fromParcel(Parcel in) { in fromParcel() method in SoundTrigger.SoundModelEvent
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/data/
DEuiccRulesAuthTableTest.java228 EuiccRulesAuthTable fromParcel = EuiccRulesAuthTable.CREATOR.createFromParcel(parcel); in testWriteToParcel() local
/frameworks/support/media/api21/android/support/v4/media/
DMediaDescriptionCompatApi21.java61 public static Object fromParcel(Parcel in) { in fromParcel() method in MediaDescriptionCompatApi21