Home
last modified time | relevance | path

Searched refs:readString (Results 1 – 25 of 487) sorted by relevance

12345678910>>...20

/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
DProtoInputStreamStringTest.java75 results[0] = pi.readString(fieldId1); in testRead()
78 results[1] = pi.readString(fieldId2); in testRead()
81 results[2] = pi.readString(fieldId3); in testRead()
84 results[3] = pi.readString(fieldId4); in testRead()
129 result = pi.readString(fieldId); in testReadCompat()
202 results[0][indices[0]++] = pi.readString(fieldId1); in testRepeated()
205 results[1][indices[1]++] = pi.readString(fieldId2); in testRepeated()
208 results[2][indices[2]++] = pi.readString(fieldId3); in testRepeated()
211 results[3][indices[3]++] = pi.readString(fieldId4); in testRepeated()
261 result[index++] = pi.readString(fieldId); in testRepeatedCompat()
[all …]
/frameworks/base/location/java/android/location/
DAddress.java478 String language = in.readString();
479 String country = in.readString();
490 String line = in.readString();
499 a.mFeatureName = in.readString();
500 a.mAdminArea = in.readString();
501 a.mSubAdminArea = in.readString();
502 a.mLocality = in.readString();
503 a.mSubLocality = in.readString();
504 a.mThoroughfare = in.readString();
505 a.mSubThoroughfare = in.readString();
[all …]
DGeocoderParams.java74 String language = in.readString();
75 String country = in.readString();
76 String variant = in.readString();
78 gp.mPackageName = in.readString();
/frameworks/base/core/java/android/content/
DContentProviderNative.java86 String callingPkg = data.readString(); in onTransact()
87 String callingFeatureId = data.readString(); in onTransact()
96 projection[i] = data.readString(); in onTransact()
161 String callingPkg = data.readString(); in onTransact()
162 String featureId = data.readString(); in onTransact()
176 String callingPkg = data.readString(); in onTransact()
177 String featureId = data.readString(); in onTransact()
190 String callingPkg = data.readString(); in onTransact()
191 String featureId = data.readString(); in onTransact()
192 String authority = data.readString(); in onTransact()
[all …]
/frameworks/base/core/java/android/app/
DApplicationErrorReport.java262 packageName = in.readString(); in readFromParcel()
263 installerPackageName = in.readString(); in readFromParcel()
264 processName = in.readString(); in readFromParcel()
419 exceptionClassName = in.readString(); in CrashInfo()
420 exceptionMessage = in.readString(); in CrashInfo()
421 throwFileName = in.readString(); in CrashInfo()
422 throwClassName = in.readString(); in CrashInfo()
423 throwMethodName = in.readString(); in CrashInfo()
425 stackTrace = in.readString(); in CrashInfo()
426 crashTag = in.readString(); in CrashInfo()
[all …]
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DPortableFloatMap.java25 private static String readString(InputStream in) in readString() method in PortableFloatMap
37 String formatLine = readString(in); in PortableFloatMap()
47 String widthLine = readString(in); in PortableFloatMap()
51 String heightLine = readString(in); in PortableFloatMap()
59 String scaleLine = readString(in); in PortableFloatMap()
/frameworks/base/core/java/com/android/internal/net/
DVpnProfile.java156 key = in.readString(); in VpnProfile()
157 name = in.readString(); in VpnProfile()
159 server = in.readString(); in VpnProfile()
160 username = in.readString(); in VpnProfile()
161 password = in.readString(); in VpnProfile()
162 dnsServers = in.readString(); in VpnProfile()
163 searchDomains = in.readString(); in VpnProfile()
164 routes = in.readString(); in VpnProfile()
166 l2tpSecret = in.readString(); in VpnProfile()
167 ipsecIdentifier = in.readString(); in VpnProfile()
[all …]
/frameworks/base/telephony/java/android/service/carrier/
DCarrierIdentifier.java237 mMcc = in.readString(); in readFromParcel()
238 mMnc = in.readString(); in readFromParcel()
239 mSpn = in.readString(); in readFromParcel()
240 mImsi = in.readString(); in readFromParcel()
241 mGid1 = in.readString(); in readFromParcel()
242 mGid2 = in.readString(); in readFromParcel()
/frameworks/base/core/java/com/android/ims/internal/uce/presence/
DPresTupleInfo.java120 mFeatureTag = source.readString(); in readFromParcel()
121 mContactUri = source.readString(); in readFromParcel()
122 mTimestamp = source.readString(); in readFromParcel()
DPresServiceInfo.java152 mServiceID = source.readString(); in readFromParcel()
153 mServiceDesc = source.readString(); in readFromParcel()
154 mServiceVer = source.readString(); in readFromParcel()
DPresResInstanceInfo.java187 mId = source.readString(); in readFromParcel()
188 mReason = source.readString(); in readFromParcel()
190 mPresentityUri = source.readString(); in readFromParcel()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryProtoHelper.java56 stringPool.add(proto.readString(NotificationHistoryProto.StringPool.STRINGS)); in readStringPool()
99 pkg = parser.readString(Notification.PACKAGE); in readNotification()
108 String channelName = parser.readString(Notification.CHANNEL_NAME); in readNotification()
117 String channelId = parser.readString(Notification.CHANNEL_ID); in readNotification()
135 notification.setTitle(parser.readString(Notification.TITLE)); in readNotification()
138 notification.setText(parser.readString(Notification.TEXT)); in readNotification()
151 conversationId = parser.readString(Notification.CONVERSATION_ID); in readNotification()
187 imageBitmapFileName = parser.readString( in loadIcon()
194 imageResourceIdPackage = parser.readString( in loadIcon()
198 imageUri = parser.readString(Notification.Icon.IMAGE_URI); in loadIcon()
/frameworks/base/core/java/android/hardware/usb/
DUsbAccessory.java224 String manufacturer = in.readString();
225 String model = in.readString();
226 String description = in.readString();
227 String version = in.readString();
228 String uri = in.readString();
/frameworks/base/core/java/android/bluetooth/
DBluetoothHidDeviceAppSdpSettings.java102 in.readString(),
103 in.readString(),
104 in.readString(),
/frameworks/base/core/java/android/util/
DRecurrenceRule.java81 start = convertZonedDateTime(source.readString()); in RecurrenceRule()
82 end = convertZonedDateTime(source.readString()); in RecurrenceRule()
83 period = convertPeriod(source.readString()); in RecurrenceRule()
102 start = convertZonedDateTime(BackupUtils.readString(in)); in RecurrenceRule()
103 end = convertZonedDateTime(BackupUtils.readString(in)); in RecurrenceRule()
104 period = convertPeriod(BackupUtils.readString(in)); in RecurrenceRule()
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DRunResult.java42 name = source.readString(); in RunResult()
43 fgLongName = source.readString(); in RunResult()
44 bgLongName = source.readString(); in RunResult()
/frameworks/base/core/java/android/hardware/display/
DWifiDisplaySessionInfo.java45 String group = in.readString();
46 String pp = in.readString();
47 String ip = in.readString();
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DByteBufferReaderTest.java122 ByteBufferReader.readString(ByteBuffer.wrap(new byte[10]), -1, StandardCharsets.US_ASCII); in readStringWithNegativeSize()
132 String str = ByteBufferReader.readString( in readStringWithZeroSize()
144 public void readString() throws Exception { in readString() method in ByteBufferReaderTest
147 String actualValue = ByteBufferReader.readString( in readString()
/frameworks/base/core/java/android/content/pm/
DInstallSourceInfo.java63 mInitiatingPackageName = source.readString(); in InstallSourceInfo()
65 mOriginatingPackageName = source.readString(); in InstallSourceInfo()
66 mInstallingPackageName = source.readString(); in InstallSourceInfo()
/frameworks/base/core/java/android/net/
DNetworkInfo.java581 String typeName = in.readString();
582 String subtypeName = in.readString();
584 netInfo.mState = State.valueOf(in.readString());
585 netInfo.mDetailedState = DetailedState.valueOf(in.readString());
589 netInfo.mReason = in.readString();
590 netInfo.mExtraInfo = in.readString();
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipProfile.java314 mProxyAddress = in.readString(); in SipProfile()
315 mPassword = in.readString(); in SipProfile()
316 mDomain = in.readString(); in SipProfile()
317 mProtocol = in.readString(); in SipProfile()
318 mProfileName = in.readString(); in SipProfile()
323 mAuthUserName = in.readString(); in SipProfile()
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberRange.java88 mCountryCode = in.readString(); in PhoneNumberRange()
89 mPrefix = in.readString(); in PhoneNumberRange()
90 mLowerBound = in.readString(); in PhoneNumberRange()
91 mUpperBound = in.readString(); in PhoneNumberRange()
/frameworks/base/core/java/android/content/om/
DOverlayInfo.java236 packageName = source.readString(); in OverlayInfo()
237 targetPackageName = source.readString(); in OverlayInfo()
238 targetOverlayableName = source.readString(); in OverlayInfo()
239 category = source.readString(); in OverlayInfo()
240 baseCodePath = source.readString(); in OverlayInfo()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DUpdateParameter.java387 updateParam.setUpdateMethod(in.readString());
388 updateParam.setRestriction(in.readString());
389 updateParam.setServerUri(in.readString());
390 updateParam.setUsername(in.readString());
391 updateParam.setBase64EncodedPassword(in.readString());
392 updateParam.setTrustRootCertUrl(in.readString());
/frameworks/base/core/java/android/os/
DPooledStringReader.java43 public String readString() { in readString() method in PooledStringReader
49 String str = mIn.readString(); in readString()

12345678910>>...20