Home
last modified time | relevance | path

Searched refs:body1 (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/entitlement/response/
DChallengeResponseTest.java41 JSONObject body1 = (new JSONObject()).put(Response.JSON_KEY_MESSAGE_ID, in responseBodyCorrect() local
45 JSONArray bodyArray = (new JSONArray()).put(body1); in responseBodyCorrect()
61 JSONObject body1 = (new JSONObject()).put(Response.JSON_KEY_MESSAGE_ID, in responseBodyInvalidRequest() local
64 JSONArray bodyArray = (new JSONArray()).put(body1); in responseBodyInvalidRequest()
73 JSONObject body1 = (new JSONObject()).put(Response.JSON_KEY_MESSAGE_ID, INVALID_MESSAGE_ID) in responseBodyWrongMessageId() local
76 JSONArray bodyArray = (new JSONArray()).put(body1); in responseBodyWrongMessageId()
DGetImsiPseudonymResponseTest.java53 JSONObject body1 = (new JSONObject()).put(Response.JSON_KEY_MESSAGE_ID, in responseBodyCorrectWithRefreshInterval() local
62 JSONArray bodyArray = (new JSONArray()).put(body1).put(body2); in responseBodyCorrectWithRefreshInterval()
77 JSONObject body1 = (new JSONObject()).put(Response.JSON_KEY_MESSAGE_ID, in responseBodyCorrectWithoutRefreshInterval() local
85 JSONArray bodyArray = (new JSONArray()).put(body1).put(body2); in responseBodyCorrectWithoutRefreshInterval()
108 JSONObject body1 = (new JSONObject()).put(Response.JSON_KEY_MESSAGE_ID, in responseBodyInvalidRequest() local
117 JSONArray bodyArray = (new JSONArray()).put(body1).put(body2); in responseBodyInvalidRequest()
129 JSONObject body1 = (new JSONObject()).put(Response.JSON_KEY_MESSAGE_ID, in responseBodyAuthFailed() local
138 JSONArray bodyArray = (new JSONArray()).put(body1).put(body2); in responseBodyAuthFailed()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/theme/
DWearPermissionTheme.kt103 body1 = in deviceDefaultTypography()
104 defaultTypography.body1.copy( in deviceDefaultTypography()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureTrailDrawingPoints.java203 final float body1 = r1 * params.mTrailBodyRatio; in drawGestureTrailLocked() local
205 final Path path = roundedLine.makePath(p1x, p1y, body1, p2x, p2y, body2); in drawGestureTrailLocked()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DE2ETest.java720 JSONObject body1 = payload1.getJSONObject(DebugReportPayloadKeys.BODY); in areEqualDebugReportJsons() local
722 if (body1.length() != body2.length()) { in areEqualDebugReportJsons()
730 if (!body1.optString(key, "").equals(body2.optString(key, ""))) { in areEqualDebugReportJsons()