/frameworks/base/core/java/android/net/ |
D | INetworkPolicyManager.aidl | 78 void factoryReset(String subscriber); in factoryReset() method
|
D | NetworkPolicyManager.java | 425 public void factoryReset(String subscriber) { in factoryReset() method in NetworkPolicyManager 427 mService.factoryReset(subscriber); in factoryReset()
|
D | IConnectivityManager.aidl | 206 void factoryReset(); in factoryReset() method
|
D | ConnectivityManager.java | 4503 public void factoryReset() { in factoryReset() method in ConnectivityManager 4505 mService.factoryReset(); in factoryReset()
|
/frameworks/base/tests/net/java/android/net/ |
D | IpMemoryStoreTest.java | 329 mStore.factoryReset(); in testFactoryReset() 330 verify(mMockService, times(1)).factoryReset(); in testFactoryReset()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | IWifiManager.aidl | 176 void factoryReset(String packageName); in factoryReset() method
|
D | WifiManager.java | 4345 public void factoryReset() { in factoryReset() method 4347 mService.factoryReset(mContext.getOpPackageName()); in factoryReset()
|
/frameworks/base/wifi/java/com/android/server/wifi/ |
D | BaseWifiService.java | 367 public void factoryReset(String packageName) { in factoryReset() method in BaseWifiService
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsManager.java | 2604 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/ |
D | ITelephony.aidl | 1395 void factoryReset(int subId); in factoryReset() method
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothAdapter.java | 1196 public boolean factoryReset() { in factoryReset() method in BluetoothAdapter 1199 if (mService != null && mService.factoryReset() in factoryReset()
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
D | WifiP2pManager.java | 1776 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/ |
D | WifiP2pServiceImpl.java | 1162 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/ |
D | WifiServiceImplTest.java | 3667 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/ |
D | TelephonyManager.java | 10101 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/ |
D | WifiServiceImpl.java | 2976 public void factoryReset(String packageName) { in factoryReset() method in WifiServiceImpl
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 7528 public void factoryReset() { in factoryReset() method in ConnectivityService 7539 ipMemoryStore.factoryReset(); in factoryReset()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkPolicyManagerService.java | 5075 public void factoryReset(String subscriber) { in factoryReset() method
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 10915 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 …]
|