Home
last modified time | relevance | path

Searched refs:attachSystemServiceWork (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/
DResetNetworkOperationBuilder.java83 attachSystemServiceWork(Context.CONNECTIVITY_SERVICE, in resetConnectivityManager()
95 attachSystemServiceWork(Context.VPN_MANAGEMENT_SERVICE, in resetVpnManager()
107 attachSystemServiceWork(Context.WIFI_SERVICE, in resetWifiManager()
120 attachSystemServiceWork(Context.WIFI_P2P_SERVICE, in resetWifiP2pManager()
174 attachSystemServiceWork(Context.TELEPHONY_SERVICE, in resetTelephonyAndNetworkPolicyManager()
180 attachSystemServiceWork(Context.NETWORK_POLICY_SERVICE, in resetTelephonyAndNetworkPolicyManager()
192 attachSystemServiceWork(Context.BLUETOOTH_SERVICE, in resetBluetoothManager()
235 attachSystemServiceWork(Context.TELEPHONY_SERVICE, in resetIms()
307 protected <T> void attachSystemServiceWork(String serviceName, Consumer<T> serviceAccess) { in attachSystemServiceWork() method in ResetNetworkOperationBuilder