Searched refs:restoreSoftApBackupData (Results 1 – 6 of 6) sorted by relevance
257 SoftApConfiguration restoreSoftApBackupData(in byte[] data); in restoreSoftApBackupData() method
547 public SoftApConfiguration restoreSoftApBackupData(byte[] data) { in restoreSoftApBackupData() method in BaseWifiService
7052 public SoftApConfiguration restoreSoftApBackupData(@NonNull byte[] data) { in restoreSoftApBackupData() method in WifiManager7054 return mService.restoreSoftApBackupData(data); in restoreSoftApBackupData()
598 …on.NETWORK_SETTINGS) public android.net.wifi.SoftApConfiguration restoreSoftApBackupData(@NonNull …
4780 mWifiServiceImpl.restoreSoftApBackupData(null); in testRestoreSoftApBackupDataNotApprovedCaller()4800 mWifiServiceImpl.restoreSoftApBackupData(testData); in testRestoreSoftApBackupData()
5206 public SoftApConfiguration restoreSoftApBackupData(byte[] data) {