Searched refs:HttpConstants (Results 1 – 9 of 9) sorted by relevance
22 public final class HttpConstants { class23 private HttpConstants() { in HttpConstants() method in HttpConstants
22 import static com.android.libraries.entitlement.http.HttpConstants.RequestMethod.POST;37 import com.android.libraries.entitlement.http.HttpConstants.ContentType;
19 import com.android.libraries.entitlement.http.HttpConstants.ContentType;
36 public class RequestAPITest extends AndroidTestCase implements HttpConstants {344 testEventHandler.expectStatus(HttpConstants.HTTP_OK); in verifyRedirect()367 verifyRedirect(HttpConstants.HTTP_MOVED_PERM, "testRedirect301"); in testRedirect301()371 verifyRedirect(HttpConstants.HTTP_MOVED_TEMP, "testRedirect302"); in testRedirect302()375 verifyRedirect(HttpConstants.HTTP_SEE_OTHER, "testRedirect303"); in testRedirect303()
19 interface HttpConstants { interface
34 class TestWebServer implements HttpConstants {326 class Worker implements HttpConstants, Runnable {
33 import com.android.libraries.entitlement.http.HttpConstants.ContentType;34 import com.android.libraries.entitlement.http.HttpConstants.RequestMethod;
36 import com.android.libraries.entitlement.http.HttpConstants.RequestMethod;
46 import com.android.libraries.entitlement.http.HttpConstants.ContentType;