Lines Matching refs:metered

191 Sets the metered network access policy for the application specified by a given UID. This API uses …
232 Sets the metered network access policy for the application specified by a given UID. This API uses …
591 metered: true,
654 metered: true,
674 Checks whether the application specified by a given UID is allowed to access a metered network. Thi…
687 | isMetered | boolean | Yes | Whether the network is a metered network. …
688 …sult. The value **true** means that the application is allowed to access metered networks, and the…
716 Checks whether the application specified by a given UID is allowed to access a metered network. Thi…
729 | isMetered | boolean | Yes | Whether the network is a metered network.|
1877 Subscribes to metered **iface** changes. This API uses an asynchronous callback to return the resul…
1889 … | Yes | Event type. The value **netMeteredIfacesChange** indicates a metered **iface** change …
1890 … | Callback used to return the result. It is called when the registered metered **iface** changes…
1921 Unsubscribes from metered **iface** changes. This API uses an asynchronous callback to return the r…
1933 … | Yes | Event type. The value **netMeteredIfacesChange** indicates a metered **iface** change …
1934 … | Callback used to return the result. It is called when the registered metered **iface** changes…
2177 | NET_BACKGROUND_POLICY_ENABLE | 1 | Background applications are allowed to access a metered n…
2178 …2 | Applications running in the background are not allowed to access a metered network. …
2179 …USTLIST | 3 | Only applications on the allowlist are allowed to access metered networks when the…
2205 … | Yes | Identifier of the SIM card on the metered cellular network.…
2206 … | Yes | ID of the SIM card on the metered cellular network.…
2221 | metered | boolean | Yes | Whether the network is a metered netwo…
2242 Enumerates the metered network rules.
2251 …EGROUND | 1 << 0 | Applications running in the foreground are allowed to access a metered network.|
2252 | NET_RULE_ALLOW_METERED | 1 << 1 | Applications are allowed to access a metered network…
2253 | NET_RULE_REJECT_METERED | 1 << 2 | Applications are not allowed to access a metered net…
2254 … | 1 << 5 | Applications are allowed to access all networks (metered or non-metered). |
2255 … | 1 << 6 | Applications are not allowed to access any networks (metered or non-metered). |
2268 … the application specified by a given UID is allowed to access a metered or non-metered network. …
2307 …OW_METERED_BACKGROUND | 1 << 0 | Background applications are allowed to access a metered network.|
2308 …UND | 1 << 1 | Applications running in the background are not allowed to access a metered network.|