Searched refs:toBool (Results 1 – 1 of 1) sorted by relevance
1209 final boolean enable = toBool(Settings.Global.getInt( in handleAlwaysOnNetworkRequest()2767 nai.networkAgentConfig.explicitlySelected = toBool(msg.arg1); in maybeHandleNetworkAgentMessage()2768 nai.networkAgentConfig.acceptUnvalidated = toBool(msg.arg1) && toBool(msg.arg2); in maybeHandleNetworkAgentMessage()2776 nai.networkAgentConfig.acceptPartialConnectivity = toBool(msg.arg2); in maybeHandleNetworkAgentMessage()2837 final boolean visible = toBool(msg.arg1); in maybeHandleNetworkMonitorMessage()4142 handleSetAcceptUnvalidated(network, toBool(msg.arg1), toBool(msg.arg2)); in handleMessage()4147 handleSetAcceptPartialConnectivity(network, toBool(msg.arg1), in handleMessage()4148 toBool(msg.arg2)); in handleMessage()4181 handleReportNetworkConnectivity((Network) msg.obj, msg.arg1, toBool(msg.arg2)); in handleMessage()4195 handleRestrictBackgroundChanged(toBool(msg.arg1)); in handleMessage()[all …]