Searched refs:toBool (Results 1 – 1 of 1) sorted by relevance
1564 final boolean enable = toBool(Settings.Global.getInt( in handleAlwaysOnNetworkRequest()3282 nai.networkAgentConfig.explicitlySelected = toBool(msg.arg1); in maybeHandleNetworkAgentMessage()3283 nai.networkAgentConfig.acceptUnvalidated = toBool(msg.arg1) && toBool(msg.arg2); in maybeHandleNetworkAgentMessage()3291 nai.networkAgentConfig.acceptPartialConnectivity = toBool(msg.arg2); in maybeHandleNetworkAgentMessage()3386 final boolean visible = toBool(msg.arg1); in maybeHandleNetworkMonitorMessage()4871 handleSetAcceptUnvalidated(network, toBool(msg.arg1), toBool(msg.arg2)); in handleMessage()4876 handleSetAcceptPartialConnectivity(network, toBool(msg.arg1), in handleMessage()4877 toBool(msg.arg2)); in handleMessage()4906 handleReportNetworkConnectivity((Network) msg.obj, msg.arg1, toBool(msg.arg2)); in handleMessage()4920 handleSetRequireVpnForUids(toBool(msg.arg1), (UidRange[]) msg.obj); in handleMessage()[all …]