Searched refs:CONNECT_CHOICE_EXISTS (Results 1 – 1 of 1) sorted by relevance
972 private static final int CONNECT_CHOICE_EXISTS = 1; field in WifiConfiguration.NetworkSelectionStatus1387 dest.writeInt(CONNECT_CHOICE_EXISTS); in writeToParcel()1406 if (in.readInt() == CONNECT_CHOICE_EXISTS) { in readFromParcel()