Searched defs:statusCode (Results 1 – 11 of 11) sorted by relevance
42 private static void checkInvalidStatusCode(int statusCode) throws Exception { in checkInvalidStatusCode()53 private static void checkValidStatusCode(int statusCode) throws Exception { in checkValidStatusCode()
116 private void sendTestResult(int statusCode, String errorMessage) { in sendTestResult()125 res.putInt(getString(R.string.status_key), statusCode); in sendTestResult() local
20 int statusCode; field in PocStatus
155 public static SipMessage generateSipResponse(String statusCode, String statusString, in generateSipResponse()177 public static SipMessage generateSipResponse(String statusCode, String statusString, in generateSipResponse()
251 private void sendTestResult(int statusCode, String errorMessage) { in sendTestResult()256 res.putInt(getString(R.string.status_key), statusCode); in sendTestResult() local
81 private int statusCode; field in DeviceTest.PocStatus
49 final int statusCode = CinematicEffectResponse.CINEMATIC_EFFECT_STATUS_OK; in testCreateCinematicEffectResponse() local
289 public void onAddMetricsConfigStatus(@NonNull String metricsConfigName, int statusCode) { in onAddMetricsConfigStatus()
469 public void onStatusChanged(int statusCode) { in onStatusChanged()520 final int statusCode = callback.awaitOnStatusChanged(); in testRegisterVcnStatusCallback() local
817 int statusCode = HttpStatus.SC_MOVED_TEMPORARILY; in getResponse() local
1452 int statusCode = WifiManager.AddNetworkResult.STATUS_NO_PERMISSION; in testAddNetworkResultCreation() local