Searched refs:TransientException (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/entitlement/ |
D | CarrierSpecificServiceEntitlement.java | 138 } catch (TransientException e) { in getImsiPseudonym() 157 TransientException, NonTransientException, ServiceEntitlementException { in getImsiPseudonym() 170 throw new TransientException("EAP-AKA Challenge message not valid!"); in getImsiPseudonym() 192 throw new TransientException("Something is wrong in the server side."); in getImsiPseudonym() 203 throw new TransientException("Server error!"); in getImsiPseudonym() 221 throw new TransientException("Server transient problem! Response code is " in getImsiPseudonym() 234 throws TransientException, NonTransientException, ServiceEntitlementException { in getAuthenticationChallenge() 252 throw new TransientException("Server transient problem! Response code is " in getAuthenticationChallenge()
|
D | RequestFactory.java | 78 public JSONArray createAuthRequest() throws TransientException { in createAuthRequest() 83 throw new TransientException("createAuthRequest failed!" + e); in createAuthRequest() 93 throws TransientException { in createGetImsiPseudonymRequest() 99 throw new TransientException("createGetImsiPseudonymRequest failed!" + e); in createGetImsiPseudonymRequest() 126 throws JSONException, TransientException { in makeAuthenticationRequest() 132 throw new TransientException("IMEISV is null."); in makeAuthenticationRequest()
|
D | TransientException.java | 20 public class TransientException extends Exception { class 21 public TransientException(String message) { in TransientException() method in TransientException
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/entitlement/ |
D | RequestFactoryTest.java | 80 public void createAuthRequestSuccess() throws JSONException, TransientException { in createAuthRequestSuccess() 99 TransientException { in createAuthRequestFailureWrongSimOperator() 116 public void createAuthRequestFailureNullImsi() throws JSONException, TransientException { in createAuthRequestFailureNullImsi() 139 assertThrows(TransientException.class, () -> mRequestFactory.createAuthRequest()); in createAuthRequestFailureNullImei() 143 public void createGetImsiPseudonymRequestSuccess() throws JSONException, TransientException { in createGetImsiPseudonymRequestSuccess() 166 TransientException { in createGetImsiPseudonymRequestWithEmptyData()
|
D | CarrierSpecificServiceEntitlementTest.java | 111 throws MalformedURLException, TransientException, ServiceEntitlementException, in getImsiPseudonymSuccess() 136 throws MalformedURLException, TransientException, JSONException, in getImsiPseudonymFail()
|
/packages/modules/Wifi/service/tests/wifitests/ |
D | Android.bp | 746 "com.android.server.wifi.entitlement.TransientException", 747 "com.android.server.wifi.entitlement.TransientException$*", 748 "com.android.server.wifi.entitlement.TransientException.**",
|