Searched refs:APP_REQUEST_REEVALUATION_REQUIRED (Results 1 – 4 of 4) sorted by relevance
70 public static final int APP_REQUEST_REEVALUATION_REQUIRED = APP_REQUEST_BASE + 0; field in CaptivePortal153 ICaptivePortal.Stub.asInterface(mBinder).appRequest(APP_REQUEST_REEVALUATION_REQUIRED); in reevaluateNetwork()
98 assertEquals(result.mCode, CaptivePortal.APP_REQUEST_REEVALUATION_REQUIRED); in testReevaluateNetwork()
8 field public static final int APP_REQUEST_REEVALUATION_REQUIRED = 100; // 0x64
4565 if (request == CaptivePortal.APP_REQUEST_REEVALUATION_REQUIRED) { in appRequest()