Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DINetworkPolicyManager.aidl78 void factoryReset(String subscriber); in factoryReset() method
DNetworkPolicyManager.java425 public void factoryReset(String subscriber) { in factoryReset() method in NetworkPolicyManager
427 mService.factoryReset(subscriber); in factoryReset()
DIConnectivityManager.aidl206 void factoryReset(); in factoryReset() method
DConnectivityManager.java4503 public void factoryReset() { in factoryReset() method in ConnectivityManager
4505 mService.factoryReset(); in factoryReset()
/frameworks/base/tests/net/java/android/net/
DIpMemoryStoreTest.java329 mStore.factoryReset(); in testFactoryReset()
330 verify(mMockService, times(1)).factoryReset(); in testFactoryReset()
/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl176 void factoryReset(String packageName); in factoryReset() method
DWifiManager.java4345 public void factoryReset() { in factoryReset() method
4347 mService.factoryReset(mContext.getOpPackageName()); in factoryReset()
/frameworks/base/wifi/java/com/android/server/wifi/
DBaseWifiService.java367 public void factoryReset(String packageName) { in factoryReset() method in BaseWifiService
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java2604 public static void factoryReset(Context context) { in factoryReset() method in ImsManager
2608 mgr.factoryReset(); in factoryReset()
2618 public void factoryReset() { in factoryReset() method in ImsManager
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl1395 void factoryReset(int subId); in factoryReset() method
/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java1196 public boolean factoryReset() { in factoryReset() method in BluetoothAdapter
1199 if (mService != null && mService.factoryReset() in factoryReset()
/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pManager.java1776 public void factoryReset(@NonNull Channel c, @Nullable ActionListener listener) { in factoryReset() method in WifiP2pManager
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java1162 if (factoryReset(message.sendingUid)) { in processMessage()
1441 factoryReset(Process.SYSTEM_UID); in enter()
4136 private boolean factoryReset(int uid) { in factoryReset() method in WifiP2pServiceImpl.P2pStateMachine
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java3667 mWifiServiceImpl.factoryReset(TEST_PACKAGE_NAME); in testFactoryReset()
3690 mWifiServiceImpl.factoryReset(TEST_PACKAGE_NAME); in testFactoryResetWithoutPasspointSupport()
3714 mWifiServiceImpl.factoryReset(TEST_PACKAGE_NAME); in testFactoryResetWithoutNetworkSettingsPermission()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java10101 public void factoryReset(int subId) { in factoryReset() method in TelephonyManager
10106 telephony.factoryReset(subId); in factoryReset()
10126 telephony.factoryReset(getSubId()); in resetSettings()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java2976 public void factoryReset(String packageName) { in factoryReset() method in WifiServiceImpl
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java7528 public void factoryReset() { in factoryReset() method in ConnectivityService
7539 ipMemoryStore.factoryReset(); in factoryReset()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java5075 public void factoryReset(String subscriber) { in factoryReset() method
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt10915 Landroid/bluetooth/IBluetooth$Stub$Proxy;->factoryReset()Z
11049 Landroid/bluetooth/IBluetooth;->factoryReset()Z
42670 Landroid/net/ConnectivityManager;->factoryReset()V
42832 Landroid/net/IConnectivityManager$Stub$Proxy;->factoryReset()V
42979 Landroid/net/IConnectivityManager;->factoryReset()V
43354 Landroid/net/INetworkPolicyManager$Stub$Proxy;->factoryReset(Ljava/lang/String;)V
43404 Landroid/net/INetworkPolicyManager;->factoryReset(Ljava/lang/String;)V
44522 Landroid/net/NetworkPolicyManager;->factoryReset(Ljava/lang/String;)V
46372 Landroid/net/wifi/IWifiManager$Stub$Proxy;->factoryReset(Ljava/lang/String;)V
46504 Landroid/net/wifi/IWifiManager;->factoryReset(Ljava/lang/String;)V
[all …]