Searched refs:factoryReset (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/java/android/net/
H A DINetworkPolicyManager.aidl60 void factoryReset(String subscriber);
H A DNetworkPolicyManager.java201 public void factoryReset(String subscriber) { method in class:NetworkPolicyManager
203 mService.factoryReset(subscriber);
H A DIConnectivityManager.aidl162 void factoryReset();
H A DConnectivityManager.java2776 public void factoryReset() { method in class:ConnectivityManager
2778 mService.factoryReset();
/frameworks/base/core/java/android/bluetooth/
H A DIBluetooth.aidl95 boolean factoryReset();
H A DBluetoothAdapter.java1014 public boolean factoryReset() { method in class:BluetoothAdapter
1017 return mService.factoryReset();
/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl171 void factoryReset();
H A DWifiManager.java2816 public void factoryReset() { method in class:WifiManager
2818 mService.factoryReset();
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl994 void factoryReset(int subId);
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java4773 public void factoryReset(int subId) { method in class:TelephonyManager
4775 Log.d(TAG, "factoryReset: subId=" + subId);
4778 telephony.factoryReset(subId);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1958 public void factoryReset() { method in class:WifiServiceImpl
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java2607 public void factoryReset(String subscriber) { method in class:NetworkPolicyManagerService
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java4843 public void factoryReset() { method in class:ConnectivityService

Completed in 715 milliseconds