Searched refs:encodeBool (Results 1 – 1 of 1) sorted by relevance
2793 encodeBool(accept), encodeBool(always), network)); in setAcceptUnvalidated()2830 NetworkAgent.CMD_SAVE_ACCEPT_UNVALIDATED, encodeBool(accept)); in handleSetAcceptUnvalidated()3213 int defaultVal = encodeBool(!mSystemProperties.get("ro.tether.denied").equals("true")); in isTetheringSupported()3313 final int connectivityInfo = encodeBool(hasConnectivity); in reportNetworkConnectivity()4083 Settings.Global.putInt(cr, Settings.Global.AIRPLANE_MODE_ON, encodeBool(enable)); in setAirplaneMode()5946 private static int encodeBool(boolean b) { in encodeBool() method in ConnectivityService