Searched defs:factoryReset (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkPolicyManager.java253 public void factoryReset(String subscriber) { method in class:NetworkPolicyManager
255 mService.factoryReset(subscriber);
H A DConnectivityManager.java3645 public void factoryReset() { method in class:ConnectivityManager
3647 mService.factoryReset();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java1100 public boolean factoryReset() { method in class:BluetoothAdapter
1104 return mService.factoryReset();
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java2289 * @deprecated Doesn't support MSIM devices. Use {@link #factoryReset()} instead.
2293 public static void factoryReset(Context context) { method in class:ImsManager
2297 mgr.factoryReset();
2299 loge("factoryReset: ImsManager null.");
2307 public void factoryReset() { method in class:ImsManager
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java2657 public void factoryReset(String packageName) { method in class:WifiServiceImpl
2662 mLog.info("factoryReset uid=%").c(Binder.getCallingUid()).flush();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java954 public void factoryReset() { method in class:ConnectivityServiceMock
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java4754 public void factoryReset(String subscriber) { method in class:NetworkPolicyManagerService
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java3574 public void factoryReset() { method in class:WifiManager
3576 mService.factoryReset(mContext.getOpPackageName());
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java5838 public void factoryReset() { method in class:ConnectivityService
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java7230 public void factoryReset(int subId) { method in class:TelephonyManager
7232 Log.d(TAG, "factoryReset: subId=" + subId);
7235 telephony.factoryReset(subId);

Completed in 319 milliseconds