Searched refs:teardownTwtSession (Results 1 – 7 of 7) sorted by relevance
100 mgr.teardownTwtSession(mSessionId); in teardown()
510 void teardownTwtSession(in int sessionId, in Bundle extras); in teardownTwtSession() method
1197 public void teardownTwtSession(int sessionId, Bundle extras) { in teardownTwtSession() method in BaseWifiService
12781 public void teardownTwtSession(int sessionId) { in teardownTwtSession() method in WifiManager12791 mService.teardownTwtSession(sessionId, extras); in teardownTwtSession()
4320 mWifiManager.teardownTwtSession(10); in testTeardownTwtSession()4321 verify(mWifiService).teardownTwtSession(eq(10), bundleCaptor.capture()); in testTeardownTwtSession()
12749 () -> mWifiServiceImpl.teardownTwtSession(sessionId, mExtras)); in testTeardownTwtSession()12756 mWifiServiceImpl.teardownTwtSession(sessionId, mExtras); in testTeardownTwtSession()
8724 public void teardownTwtSession(int sessionId, Bundle extras) {