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.java85 attachSystemServiceWork(Context.CONNECTIVITY_SERVICE, in resetConnectivityManager()
97 attachSystemServiceWork(Context.VPN_MANAGEMENT_SERVICE, in resetVpnManager()
109 attachSystemServiceWork(Context.WIFI_SERVICE, in resetWifiManager()
122 attachSystemServiceWork(Context.WIFI_P2P_SERVICE, in resetWifiP2pManager()
177 attachSystemServiceWork(Context.TELEPHONY_SERVICE, in resetTelephonyAndNetworkPolicyManager()
183 attachSystemServiceWork(Context.NETWORK_POLICY_SERVICE, in resetTelephonyAndNetworkPolicyManager()
195 attachSystemServiceWork(Context.BLUETOOTH_SERVICE, in resetBluetoothManager()
238 attachSystemServiceWork(Context.TELEPHONY_SERVICE, in resetIms()
310 protected <T> void attachSystemServiceWork(String serviceName, Consumer<T> serviceAccess) { in attachSystemServiceWork() method in ResetNetworkOperationBuilder