Home
last modified time | relevance | path

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

/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java399 public static final int ENONET; field in OsConstants
400 static { ENONET = 0; }
/libcore/luni/src/main/java/android/system/
DOsConstants.java292 public static final int ENONET = placeholder(); field in OsConstants
1152 if (errno == ENONET) { in errnoName()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp192 initConstant(env, c, "ENONET", ENONET); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt276 field public static final int ENONET;