Searched refs:toBool (Results 1 – 1 of 1) sorted by relevance
972 final boolean enable = toBool(Settings.Global.getInt( in handleMobileDataAlwaysOn()2269 final boolean visible = toBool(msg.arg1); in maybeHandleNetworkMonitorMessage()3049 handleSetAcceptUnvalidated(network, toBool(msg.arg1), toBool(msg.arg2)); in handleMessage()3085 handleReportNetworkConnectivity((Network) msg.obj, msg.arg1, toBool(msg.arg2)); in handleMessage()3214 boolean tetherSupported = toBool(Settings.Global.getInt(mContext.getContentResolver(), in isTetheringSupported()5942 private static boolean toBool(int encodedBoolean) { in toBool() method in ConnectivityService