Searched refs:queryLastConfiguredTetheredApPassphraseSinceBoot (Results 1 – 8 of 8) sorted by relevance
141 mWifiManager.queryLastConfiguredTetheredApPassphraseSinceBoot(mAppContext.getMainExecutor(), in queryLastPasswordIfNeeded()270 mWifiManager.queryLastConfiguredTetheredApPassphraseSinceBoot( in setSecurityType()
139 verify(mWifiManager).queryLastConfiguredTetheredApPassphraseSinceBoot(any(), any()); in queryLastPasswordIfNeeded_securityTypeIsOpen_queryLastPassword()153 .queryLastConfiguredTetheredApPassphraseSinceBoot(any(), any()); in queryLastPasswordIfNeeded_securityTypeIsNotOpen_notQueryLastPassword()
268 void queryLastConfiguredTetheredApPassphraseSinceBoot(IStringListener listener); in queryLastConfiguredTetheredApPassphraseSinceBoot() method
555 public void queryLastConfiguredTetheredApPassphraseSinceBoot(IStringListener listener) { in queryLastConfiguredTetheredApPassphraseSinceBoot() method in BaseWifiService
6217 public void queryLastConfiguredTetheredApPassphraseSinceBoot( in queryLastConfiguredTetheredApPassphraseSinceBoot() method in WifiManager6223 mService.queryLastConfiguredTetheredApPassphraseSinceBoot( in queryLastConfiguredTetheredApPassphraseSinceBoot()
11654 () -> mWifiServiceImpl.queryLastConfiguredTetheredApPassphraseSinceBoot(null)); in testQueryLastConfiguredTetheredApPassphraseSinceBootExceptions()11658 () -> mWifiServiceImpl.queryLastConfiguredTetheredApPassphraseSinceBoot(listener)); in testQueryLastConfiguredTetheredApPassphraseSinceBootExceptions()11670 mWifiServiceImpl.queryLastConfiguredTetheredApPassphraseSinceBoot(listener); in testQueryLastConfiguredTetheredApPassphraseSinceBoot()11677 mWifiServiceImpl.queryLastConfiguredTetheredApPassphraseSinceBoot(listener); in testQueryLastConfiguredTetheredApPassphraseSinceBoot()
762 …d.Manifest.permission.NETWORK_SETTINGS) public void queryLastConfiguredTetheredApPassphraseSinceBo…
2974 public void queryLastConfiguredTetheredApPassphraseSinceBoot(IStringListener listener) { in queryLastConfiguredTetheredApPassphraseSinceBoot() method in WifiServiceImpl