Home
last modified time | relevance | path

Searched refs:queryLastConfiguredTetheredApPassphraseSinceBoot (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Settings/src/com/android/settings/wifi/repository/
DWifiHotspotRepository.java141 mWifiManager.queryLastConfiguredTetheredApPassphraseSinceBoot(mAppContext.getMainExecutor(), in queryLastPasswordIfNeeded()
270 mWifiManager.queryLastConfiguredTetheredApPassphraseSinceBoot( in setSecurityType()
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/repository/
DWifiHotspotRepositoryTest.java139 verify(mWifiManager).queryLastConfiguredTetheredApPassphraseSinceBoot(any(), any()); in queryLastPasswordIfNeeded_securityTypeIsOpen_queryLastPassword()
153 .queryLastConfiguredTetheredApPassphraseSinceBoot(any(), any()); in queryLastPasswordIfNeeded_securityTypeIsNotOpen_notQueryLastPassword()
/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl268 void queryLastConfiguredTetheredApPassphraseSinceBoot(IStringListener listener); in queryLastConfiguredTetheredApPassphraseSinceBoot() method
DBaseWifiService.java555 public void queryLastConfiguredTetheredApPassphraseSinceBoot(IStringListener listener) { in queryLastConfiguredTetheredApPassphraseSinceBoot() method in BaseWifiService
DWifiManager.java6217 public void queryLastConfiguredTetheredApPassphraseSinceBoot( in queryLastConfiguredTetheredApPassphraseSinceBoot() method in WifiManager
6223 mService.queryLastConfiguredTetheredApPassphraseSinceBoot( in queryLastConfiguredTetheredApPassphraseSinceBoot()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java11654 () -> mWifiServiceImpl.queryLastConfiguredTetheredApPassphraseSinceBoot(null)); in testQueryLastConfiguredTetheredApPassphraseSinceBootExceptions()
11658 () -> mWifiServiceImpl.queryLastConfiguredTetheredApPassphraseSinceBoot(listener)); in testQueryLastConfiguredTetheredApPassphraseSinceBootExceptions()
11670 mWifiServiceImpl.queryLastConfiguredTetheredApPassphraseSinceBoot(listener); in testQueryLastConfiguredTetheredApPassphraseSinceBoot()
11677 mWifiServiceImpl.queryLastConfiguredTetheredApPassphraseSinceBoot(listener); in testQueryLastConfiguredTetheredApPassphraseSinceBoot()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt762 …d.Manifest.permission.NETWORK_SETTINGS) public void queryLastConfiguredTetheredApPassphraseSinceBo…
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java2974 public void queryLastConfiguredTetheredApPassphraseSinceBoot(IStringListener listener) { in queryLastConfiguredTetheredApPassphraseSinceBoot() method in WifiServiceImpl