Searched refs:selectorResult (Results 1 – 1 of 1) sorted by relevance
1890 EpdgSelectorResult selectorResult = (EpdgSelectorResult) msg.obj; in handleMessage() local1893 if (selectorResult.getTransactionId() != mTransactionId) { in handleMessage()1903 if (selectorResult.getEpdgError().getErrorType() == IwlanError.NO_ERROR in handleMessage()1904 && selectorResult.getValidIpList() != null) { in handleMessage()1908 validateAndSetEpdgAddress(selectorResult.getValidIpList())); in handleMessage()1911 (selectorResult.getEpdgError().getErrorType() in handleMessage()1915 : selectorResult.getEpdgError(); in handleMessage()