Home
last modified time | relevance | path

Searched refs:gaiName (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/android/system/
DGaiException.java60 String gaiName = OsConstants.gaiName(error); in getMessage() local
61 if (gaiName == null) { in getMessage()
62 gaiName = "GAI_ error " + error; in getMessage()
65 return functionName + " failed: " + gaiName + " (" + description + ")"; in getMessage()
DOsConstants.java960 public static String gaiName(int error) { in gaiName() method in OsConstants
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java53 public static String gaiName(int error) { throw new RuntimeException("Stub!"); } in gaiName() method in OsConstants
/libcore/api/
Dcurrent.txt161 method public static String gaiName(int);