Home
last modified time | relevance | path

Searched refs:handleBootCompleted (Results 1 – 22 of 22) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiDeviceStateChangeManagerTest.java75 mWifiDeviceStateChangeManager.handleBootCompleted(); in testRegisterBeforeBootCompleted()
92 mWifiDeviceStateChangeManager.handleBootCompleted(); in testRegisterAfterBootCompleted()
DSsidTranslatorTest.java87 ssidTranslator.handleBootCompleted(); in testGetTranslatedSsid()
142 ssidTranslator.handleBootCompleted(); in testGetTranslatedSsidForStaIface()
175 ssidTranslator.handleBootCompleted(); in testGetAllPossibleOriginalSsids()
231 ssidTranslator.handleBootCompleted(); in testGetOriginalSsid()
299 ssidTranslator.handleBootCompleted(); in testGetOriginalSsidForWifiConfiguration()
DSarManagerTest.java135 mSarMgr.handleBootCompleted(); in createSarManager()
DInterfaceConflictManagerTest.java139 mDut.handleBootCompleted(); in initInterfaceConflictManager()
DWifiServiceImplTest.java875 mWifiServiceImpl.handleBootCompleted(); in testWifiShellCommandIgnoredBeforeBoot()
2066 mWifiServiceImpl.handleBootCompleted(); in testSetPulledAtomCallbacks()
6060 mWifiServiceImpl.handleBootCompleted(); in testHandleDelayedScanAfterIdleMode()
6333 mWifiServiceImpl.handleBootCompleted(); in testUserRemovedBroadcastHandling()
6354 mWifiServiceImpl.handleBootCompleted(); in testBluetoothBroadcastHandling()
6417 mWifiServiceImpl.handleBootCompleted(); in testUserRemovedBroadcastHandlingWithWrongIntentAction()
8700 mWifiServiceImpl.handleBootCompleted(); in testHandleBootCompleted()
8709 verify(mWifiP2pConnection).handleBootCompleted(); in testHandleBootCompleted()
8711 verify(mWifiDeviceStateChangeManager).handleBootCompleted(); in testHandleBootCompleted()
10046 mWifiServiceImpl.handleBootCompleted(); in testGetUsableChannelsUsesStoredSoftApChannelsWhenDriverIsntUp()
[all …]
DHalDeviceManagerTest.java216 mDut.handleBootCompleted(); in before()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pService.java52 mImpl.handleBootCompleted(); in onBootPhase()
DWifiP2pServiceImpl.java733 public void handleBootCompleted() { in handleBootCompleted() method in WifiP2pServiceImpl
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiService.java59 mImpl.handleBootCompleted(); in onBootPhase()
DWifiDeviceStateChangeManager.java60 public void handleBootCompleted() { in handleBootCompleted() method in WifiDeviceStateChangeManager
DWifiP2pConnection.java118 public void handleBootCompleted() { in handleBootCompleted() method in WifiP2pConnection
DSarManager.java121 public void handleBootCompleted() { in handleBootCompleted() method in SarManager
DInterfaceConflictManager.java508 public void handleBootCompleted() {
DSsidTranslator.java100 public synchronized void handleBootCompleted() { in handleBootCompleted() method in SsidTranslator
DWifiServiceImpl.java806 public void handleBootCompleted() { in handleBootCompleted() method in WifiServiceImpl
872 mWifiInjector.getWifiP2pConnection().handleBootCompleted(); in handleBootCompleted()
876 mWifiInjector.getSarManager().handleBootCompleted(); in handleBootCompleted()
877 mWifiInjector.getSsidTranslator().handleBootCompleted(); in handleBootCompleted()
878 mWifiInjector.getPasspointManager().handleBootCompleted(); in handleBootCompleted()
879 mWifiInjector.getInterfaceConflictManager().handleBootCompleted(); in handleBootCompleted()
880 mWifiInjector.getHalDeviceManager().handleBootCompleted(); in handleBootCompleted()
886 mWifiInjector.getWifiDeviceStateChangeManager().handleBootCompleted(); in handleBootCompleted()
DHalDeviceManager.java2858 public void handleBootCompleted() {
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadReceiver.java75 handleBootCompleted(context); in onReceive()
117 private void handleBootCompleted(Context context) { in handleBootCompleted() method in DownloadReceiver
/packages/modules/Wifi/service/java/com/android/server/wifi/rtt/
DRttService.java67 mImpl.handleBootCompleted(); in onBootPhase()
DRttServiceImpl.java390 public void handleBootCompleted() { in handleBootCompleted() method in RttServiceImpl
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointManager.java1735 public void handleBootCompleted() { in handleBootCompleted() method in PasspointManager
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java298 mManager.handleBootCompleted(); in setUp()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java1579 mWifiP2pServiceImpl.handleBootCompleted(); in setUp()