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

/frameworks/base/core/java/android/net/
H A DINetworkPolicyManager.aidl77 void factoryReset(String subscriber);
H A DNetworkPolicyManager.java235 public void factoryReset(String subscriber) { method in class:NetworkPolicyManager
237 mService.factoryReset(subscriber);
H A DIConnectivityManager.aidl172 void factoryReset();
H A DConnectivityManager.java3235 public void factoryReset() { method in class:ConnectivityManager
3237 mService.factoryReset();
/frameworks/base/core/java/android/bluetooth/
H A DIBluetooth.aidl98 boolean factoryReset();
H A DBluetoothAdapter.java1018 public boolean factoryReset() { method in class:BluetoothAdapter
1022 return mService.factoryReset();
/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl169 void factoryReset();
H A DWifiManager.java2684 public void factoryReset() { method in class:WifiManager
2686 mService.factoryReset();
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl1044 void factoryReset(int subId);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java1022 public void factoryReset() { method in class:ConnectivityServiceMock
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java5359 public void factoryReset(int subId) { method in class:TelephonyManager
5361 Log.d(TAG, "factoryReset: subId=" + subId);
5364 telephony.factoryReset(subId);
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java1673 public static void factoryReset(Context context) { method in class:ImsManager
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1724 public void factoryReset() { method in class:WifiServiceImpl
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java3628 public void factoryReset(String subscriber) { method in class:NetworkPolicyManagerService
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java5468 public void factoryReset() { method in class:ConnectivityService

Completed in 3159 milliseconds