Searched refs:selectorResult (Results 1 – 1 of 1) sorted by relevance
1238 EpdgSelectorResult selectorResult = (EpdgSelectorResult) msg.obj; in handleMessage() local1241 if (selectorResult.getTransactionId() != mTransactionId) { in handleMessage()1251 if (selectorResult.getEpdgError().getErrorType() == IwlanError.NO_ERROR in handleMessage()1252 && selectorResult.getValidIpList() != null) { in handleMessage()1253 validateAndSetEpdgAddress(selectorResult.getValidIpList()); in handleMessage()1259 (selectorResult.getEpdgError().getErrorType() in handleMessage()1263 : selectorResult.getEpdgError(); in handleMessage()