• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package android.net;
2 parcelable ResolverParamsParcel {
3   int netId;
4   int sampleValiditySeconds;
5   int successThreshold;
6   int minSamples;
7   int maxSamples;
8   int baseTimeoutMsec;
9   int retryCount;
10   @utf8InCpp String[] servers;
11   @utf8InCpp String[] domains;
12   @utf8InCpp String tlsName;
13   @utf8InCpp String[] tlsServers;
14   @utf8InCpp String[] tlsFingerprints;
15 }
16