/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/ |
D | EapAkaApi.java | 164 JSONObject postData = null; in queryEntitlementStatus() local 166 postData = new JSONObject(); in queryEntitlementStatus() 167 appendParametersForAuthentication(postData, request); in queryEntitlementStatus() 168 appendParametersForServiceEntitlementRequest(postData, appIds, request); in queryEntitlementStatus() 180 postData, in queryEntitlementStatus() 199 postData, in queryEntitlementStatus() 353 JSONObject postData = new JSONObject(); in challengeResponse() local 355 postData.put(EAP_CHALLENGE_RESPONSE, eapAkaChallengeResponse); in challengeResponse() 361 postData, in challengeResponse() 385 JSONObject postData = null; in performEsimOdsaOperation() local [all …]
|
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/http/ |
D | HttpClient.java | 80 String postData = request.postData().toString().replace("\\/", "/"); in request() local 81 out.write(postData.getBytes(UTF_8)); in request() 82 logPii("HttpClient.request post data: " + postData); in request()
|
D | HttpRequest.java | 45 public abstract JSONObject postData(); in postData() method in HttpRequest 73 public abstract Builder setPostData(JSONObject postData); in setPostData() argument
|
/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/http/ |
D | HttpClientTest.java | 175 String postData = "{\"key\":\"base64/base64+b\"}"; in request_postJson_doNotEscapeForwardSlash() local 180 .setPostData(new JSONObject(postData)) in request_postJson_doNotEscapeForwardSlash() 194 assertThat(connection.getBytesWrittenToOutputStream()).isEqualTo(postData.getBytes(UTF_8)); in request_postJson_doNotEscapeForwardSlash()
|
/frameworks/av/camera/include/camera/ |
D | Camera.h | 43 virtual void postData(int32_t msgType, const sp<IMemory>& dataPtr,
|
/frameworks/base/core/jni/ |
D | android_hardware_Camera.cpp | 76 virtual void postData(int32_t msgType, const sp<IMemory>& dataPtr, 306 void JNICameraContext::postData(int32_t msgType, const sp<IMemory>& dataPtr, in postData() function in JNICameraContext 356 postData(msgType, dataPtr, NULL); in postDataTimestamp()
|
/frameworks/av/camera/ |
D | Camera.cpp | 314 listener->postData(msgType, dataPtr, metadata); in dataCallback()
|
/frameworks/av/camera/tests/fuzzer/ |
D | camera_fuzzer.cpp | 65 void postData(int32_t /*msgType*/, const sp<IMemory>& /*dataPtr*/, in postData() function in TestCameraListener
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewProvider.java | 141 public void postUrl(String url, byte[] postData); in postUrl() argument
|
D | WebView.java | 756 public void postUrl(@NonNull String url, @NonNull byte[] postData) { in postUrl() argument 759 mProvider.postUrl(url, postData); in postUrl()
|
/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/eapaka/ |
D | EapAkaApiTest.java | 696 .postData() in queryEntitlementStatus_hasNoAuthenticationToken_bypassAuthentication()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |