/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | NetworkListStoreData.java | 241 String[] headerName = new String[1]; in parseNetwork() local 242 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, outerTagDepth)) { in parseNetwork() 243 switch (headerName[0]) { in parseNetwork() 279 + ": " + headerName[0]); in parseNetwork()
|
D | WakeupConfigStoreData.java | 192 String[] headerName = new String[1]; in deserializeData() local 193 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, outerTagDepth)) { in deserializeData() 194 switch (headerName[0]) { in deserializeData()
|
D | WifiConfigStore.java | 679 String[] headerName = new String[1]; in deserializeData() local 681 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, rootTagDepth)) { in deserializeData() 685 .filter(s -> s.getSectionsToParse().contains(headerName[0])) in deserializeData() 689 Log.e(TAG, "Unknown store data: " + headerName[0] + ". List of store data: " in deserializeData() 694 storeFile.getEncryptionUtil(), headerName[0]); in deserializeData()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
D | PasspointConfigUserStoreData.java | 236 String[] headerName = new String[1]; in deserializeUserData() local 237 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, outerTagDepth)) { in deserializeUserData() 238 switch (headerName[0]) { in deserializeUserData() 243 Log.w(TAG, "Ignoring unknown Passpoint user store data " + headerName[0]); in deserializeUserData()
|
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/protocol/msrp/ |
D | MsrpChunk.java | 55 public MsrpChunkHeader header(String headerName) { in header() argument 57 if (header.name().equals(headerName)) { in header()
|
D | MsrpParser.java | 148 final String headerName = value.toString(); in readHeaders() local 160 transaction.addHeader(headerName, headerValue); in readHeaders()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | XmlUtil.java | 131 public static void gotoDocumentStart(XmlPullParser in, String headerName) in gotoDocumentStart() argument 133 XmlUtilHelper.beginDocument(in, headerName); in gotoDocumentStart() 150 XmlPullParser in, String[] headerName, int outerDepth) in gotoNextSectionOrEnd() argument 153 headerName[0] = in.getName(); in gotoNextSectionOrEnd() 176 String[] headerName = new String[1]; in gotoNextSectionWithNameOrEnd() local 177 if (gotoNextSectionOrEnd(in, headerName, outerDepth)) { in gotoNextSectionWithNameOrEnd() 178 if (headerName[0].equals(expectedName)) { in gotoNextSectionWithNameOrEnd() 274 public static void writeDocumentStart(XmlSerializer out, String headerName) in writeDocumentStart() argument 277 out.startTag(null, headerName); in writeDocumentStart() 286 public static void writeDocumentEnd(XmlSerializer out, String headerName) in writeDocumentEnd() argument [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapbMessageMime.java | 400 StringBuilder sb, String headerName, ArrayList<Rfc822Token> addresses) { in encodeHeaderAddresses() argument 407 lineLength += headerName.getBytes().length; in encodeHeaderAddresses() 408 sb.append(headerName); in encodeHeaderAddresses()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
D | AdBidGeneratorImplTest.java | 233 String headerName = 238 if (Long.parseLong(request.getHeader(headerName)) 261 String headerName = 268 if (Long.parseLong(request.getHeader(headerName)) 272 .setHeader(headerName, jsVersion); 285 String headerName = 293 if (Long.parseLong(request.getHeader(headerName)) 297 .setHeader(headerName, jsVersion); 1632 String headerName = in testV2BiddingLogicDoesNotAddHeaders_Success() 1636 .noneMatch(h -> h.startsWith(headerName))) { in testV2BiddingLogicDoesNotAddHeaders_Success()
|
D | AdSelectionE2ETest.java | 406 String headerName = 409 long versionFromHeader = Long.parseLong(request.getHeader(headerName)); 414 .setHeader(headerName, versionFromHeader); 420 String headerName = 423 long versionFromHeader = Long.parseLong(request.getHeader(headerName)); 428 .setHeader(headerName, versionFromHeader); 508 String headerName = 514 headerName, 557 String headerName = 563 headerName,
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | DebugReportApi.java | 416 String headerName, in scheduleHeaderErrorReport() argument 424 body.put(Body.HEADER, headerName); in scheduleHeaderErrorReport()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/ |
D | AsyncTriggerFetcherTest.java | 5360 String headerName = "Attribution-Reporting-Register-Trigger"; in testBadTriggerJson_sendHeaderErrorDebugReport() local 5368 headerName, in testBadTriggerJson_sendHeaderErrorDebugReport() 5388 eq(headerName), in testBadTriggerJson_sendHeaderErrorDebugReport() 5401 String headerName = "Attribution-Reporting-Register-Trigger"; in testBadTriggerJson_headerErrorReportFlagDisabled_doNotSend() local 5409 headerName, in testBadTriggerJson_headerErrorReportFlagDisabled_doNotSend() 5435 String headerName = "Attribution-Reporting-Register-Trigger"; in testBadTriggerJson_notOptInHeaderErrorDebugReport_doNotSend() local 5441 .thenReturn(Map.of(headerName, List.of(headerWithJsonError))); in testBadTriggerJson_notOptInHeaderErrorDebugReport_doNotSend() 5465 String headerName = "Attribution-Reporting-Register-Trigger"; in testBadTriggerJson_invalidOptInHeaderErrorDebugReport_doNotSend() local 5473 headerName, in testBadTriggerJson_invalidOptInHeaderErrorDebugReport_doNotSend()
|
D | AsyncSourceFetcherTest.java | 897 String headerName = "Attribution-Reporting-Register-Source"; in testBadSourceJson_sendHeaderErrorDebugReport() local 905 headerName, in testBadSourceJson_sendHeaderErrorDebugReport() 923 eq(headerName), in testBadSourceJson_sendHeaderErrorDebugReport() 935 String headerName = "Attribution-Reporting-Register-Source"; in testBadSourceJson_headerErrorDebugReportDiabled_doNotSend() local 943 headerName, in testBadSourceJson_headerErrorDebugReportDiabled_doNotSend() 966 String headerName = "Attribution-Reporting-Register-Source"; in testBadSourceJson_notOptInHeaderErrorDebugReport_doNotSend() local 972 .thenReturn(Map.of(headerName, List.of(headerWithJsonError))); in testBadSourceJson_notOptInHeaderErrorDebugReport_doNotSend() 992 String headerName = "Attribution-Reporting-Register-Source"; in testBadSourceJson_invalidOptInHeaderErrorDebugReport_doNotSend() local 1000 headerName, in testBadSourceJson_invalidOptInHeaderErrorDebugReport_doNotSend()
|
/packages/services/Car/tests/BugReportApp/libs/ |
D | google-api-client-1.30.2.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
D | google-http-client-1.30.1.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | google-api-client-1.30.10.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
D | httpcore-4.4.13.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
D | google-http-client-1.36.0.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
D | okhttp-3.12.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/proguard/
okhttp3/
... |
D | httpclient-4.5.12.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |