Home
last modified time | relevance | path

Searched refs:IFA_F_SECONDARY (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp272 #if defined(IFA_F_SECONDARY) in OsConstants_initConstants()
273 initConstant(env, c, "IFA_F_SECONDARY", IFA_F_SECONDARY); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java291 public static final int IFA_F_SECONDARY = placeholder(); field in OsConstants