/frameworks/base/keystore/tests/src/android/security/ |
D | ParcelableKeyGenParameterSpecTest.java | 123 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/ |
D | EuiccProfileInfoTest.java | 62 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/ |
D | WallpaperInfoTest.java | 62 WallpaperInfo fromParcel = WallpaperInfo.CREATOR.createFromParcel(parcel); in testSupportsAmbientMode() local
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/ |
D | TimestampedScoredNetworkTest.java | 64 TimestampedScoredNetwork fromParcel = TimestampedScoredNetwork.CREATOR.createFromParcel(parcel); in testParcel() local
|
/frameworks/base/core/tests/coretests/src/android/security/keystore/recovery/ |
D | KeyDerivationParamsTest.java | 69 KeyDerivationParams fromParcel = in writeToThenReadFromParcel() local
|
D | KeyChainProtectionParamsTest.java | 96 KeyChainProtectionParams fromParcel = in writeToThenReadFromParcel() local
|
D | KeyChainSnapshotTest.java | 191 KeyChainSnapshot fromParcel = KeyChainSnapshot.CREATOR.createFromParcel(parcel); in writeToThenReadFromParcel() local
|
/frameworks/base/core/java/android/hardware/soundtrigger/ |
D | SoundTrigger.java | 149 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/ |
D | EuiccRulesAuthTableTest.java | 228 EuiccRulesAuthTable fromParcel = EuiccRulesAuthTable.CREATOR.createFromParcel(parcel); in testWriteToParcel() local
|
/frameworks/support/media/api21/android/support/v4/media/ |
D | MediaDescriptionCompatApi21.java | 61 public static Object fromParcel(Parcel in) { in fromParcel() method in MediaDescriptionCompatApi21
|