/packages/modules/IPsec/src/java/android/net/eap/ |
D | EapSessionConfig.java | 116 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in EapSessionConfig 124 EapMethodConfig::toPersistableBundle); in toPersistableBundle() 468 protected PersistableBundle toPersistableBundle() { in toPersistableBundle() method in EapSessionConfig.EapMethodConfig 546 protected PersistableBundle toPersistableBundle() { in toPersistableBundle() method in EapSessionConfig.EapUiccConfig 547 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle() 693 protected PersistableBundle toPersistableBundle() { in toPersistableBundle() method in EapSessionConfig.EapAkaPrimeConfig 694 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle() 780 protected PersistableBundle toPersistableBundle() { in toPersistableBundle() method in EapSessionConfig.EapMsChapV2Config 781 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle() 888 protected PersistableBundle toPersistableBundle() { in toPersistableBundle() method in EapSessionConfig.EapTtlsConfig [all …]
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | PersistableBundlable.java | 31 public abstract @NonNull PersistableBundle toPersistableBundle(); in toPersistableBundle() method in PersistableBundlable 45 List<String> keys = new ArrayList(toPersistableBundle().keySet()); in hashCode() 57 dest.writeParcelable(toPersistableBundle(), flags); in writeToParcel() 70 return isPersistableBundleEquals(pb1.toPersistableBundle(), pb2.toPersistableBundle()); in isPersistableBundlableEquals()
|
D | StoreUtils.java | 152 bundle.putPersistableBundle(attrName, bundlable.toPersistableBundle()); in putPersistableBundlableIfNotNull()
|
/packages/modules/IPsec/src/java/android/net/ipsec/ike/ |
D | IkeSessionParams.java | 378 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeSessionParams 390 Arrays.asList(mSaProposals), IkeSaProposal::toPersistableBundle); in toPersistableBundle() 393 result.putPersistableBundle(LOCAL_ID_KEY, mLocalIdentification.toPersistableBundle()); in toPersistableBundle() 394 result.putPersistableBundle(REMOTE_ID_KEY, mRemoteIdentification.toPersistableBundle()); in toPersistableBundle() 395 result.putPersistableBundle(LOCAL_AUTH_KEY, mLocalAuthConfig.toPersistableBundle()); in toPersistableBundle() 396 result.putPersistableBundle(REMOTE_AUTH_KEY, mRemoteAuthConfig.toPersistableBundle()); in toPersistableBundle() 400 Arrays.asList(mConfigRequests), ConfigAttribute::toPersistableBundle); in toPersistableBundle() 758 protected PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeSessionParams.IkeAuthConfig 821 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeSessionParams.IkeAuthPskConfig 822 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle() [all …]
|
D | ChildSessionParams.java | 143 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in ChildSessionParams 150 Arrays.asList(mSaProposals), ChildSaProposal::toPersistableBundle); in toPersistableBundle() 156 IkeTrafficSelector::toPersistableBundle); in toPersistableBundle() 162 IkeTrafficSelector::toPersistableBundle); in toPersistableBundle()
|
D | IkeKeyIdIdentification.java | 71 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeKeyIdIdentification 72 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
|
D | IkeRfc822AddrIdentification.java | 78 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeRfc822AddrIdentification 79 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
|
D | IkeFqdnIdentification.java | 83 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeFqdnIdentification 84 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
|
D | IkeIpv4AddrIdentification.java | 80 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeIpv4AddrIdentification 81 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
|
D | IkeIpv6AddrIdentification.java | 81 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeIpv6AddrIdentification 82 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
|
D | IkeDerAsn1DnIdentification.java | 92 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeDerAsn1DnIdentification 93 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
|
D | TunnelModeChildSessionParams.java | 125 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in TunnelModeChildSessionParams 126 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle() 131 TunnelModeChildConfigAttribute::toPersistableBundle); in toPersistableBundle()
|
D | IkeSaProposal.java | 127 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeSaProposal 128 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
|
D | ChildSaProposal.java | 158 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in ChildSaProposal 159 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
|
D | SaProposal.java | 301 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in SaProposal 309 EncryptionTransform::toPersistableBundle); in toPersistableBundle()
|
D | IkeIdentification.java | 132 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeIdentification
|
D | IkeTrafficSelector.java | 257 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeTrafficSelector
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/ |
D | ProvisioningParams.java | 400 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in ProvisioningParams 512 return createBuilderFromPersistableBundle(toPersistableBundle()); in toBuilder() 517 return "ProvisioningParams values: " + toPersistableBundle().toString(); in toString() 534 toPersistableBundle().saveToXml(serializer); in save()
|
D | DisclaimersParam.java | 87 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in DisclaimersParam
|
D | PackageDownloadInfo.java | 127 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in PackageDownloadInfo
|
D | WifiInfo.java | 140 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in WifiInfo
|
/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/ |
D | IkeSessionParamsTest.java | 275 PersistableBundle bundle = sessionParams.toPersistableBundle(); in testIkeSessionParamsEncodeDecodeIsLossLess() 288 PersistableBundle bundle = sessionParams.toPersistableBundle(); in testEncodeIkeSessionParamsWithConfiguredNetwork() 302 PersistableBundle bundle = sessionParams.toPersistableBundle(); in testEncodeIkeSessionParamsWith3gppExtension() 763 PersistableBundle bundle = config.toPersistableBundle(); in verifyPersistableBundleEncodeDecodeIsLossless()
|
D | ChildSessionParamsTest.java | 92 PersistableBundle bundle = params.toPersistableBundle(); in verifyPersistableBundleEncodeDecodeIsLossless()
|
D | IkeTrafficSelectorTest.java | 180 PersistableBundle bundle = ts.toPersistableBundle(); in verifyPersistableBundleEncodeDecodeIsLossless()
|
/packages/modules/IPsec/tests/iketests/src/java/android/net/eap/ |
D | EapSessionConfigTest.java | 58 PersistableBundle bundle = config.toPersistableBundle(); in verifyPersistableBundleEncodeDecodeIsLossless() 65 PersistableBundle bundle = config.toPersistableBundle(); in verifyPersistableBundleEncodeDecodeIsLossless()
|