Searched refs:onStopSocketKeepalive (Results 1 – 10 of 10) sorted by relevance
44 void onStopSocketKeepalive(int slot); in onStopSocketKeepalive() method107 public void onStopSocketKeepalive(int slot) { in onStopSocketKeepalive() method in WifiNetworkAgent108 mCallback.onStopSocketKeepalive(slot); in onStopSocketKeepalive()
5545 public void onStopSocketKeepalive(int slot) { in onStopSocketKeepalive() method in ClientModeImpl.WifiNetworkAgentCallback
39 void onStopSocketKeepalive(int slot); in onStopSocketKeepalive() method
739 onStopSocketKeepalive(msg.arg1 /* slot */); in handleMessage()906 public void onStopSocketKeepalive(int slot) { in onStopSocketKeepalive() method in NetworkAgent.NetworkAgentBinder1451 public void onStopSocketKeepalive(int slot) { in onStopSocketKeepalive() method in NetworkAgent
250 override fun onStopSocketKeepalive(slot: Int) { in onStopSocketKeepalive() method
848 public void onStopSocketKeepalive(int slot) { in onStopSocketKeepalive() method in NetworkAgentInfo850 networkAgent.onStopSocketKeepalive(slot); in onStopSocketKeepalive()
467 mNai.onStopSocketKeepalive(mSlot); in stop()
582 verify(mNai).onStopSocketKeepalive(slot); in checkAndProcessKeepaliveStop()784 verify(mNai, never()).onStopSocketKeepalive(TEST_SLOT); in testPauseKeepalive()
250 method public void onStopSocketKeepalive(int);
602 mFakeConnectivityService.agent.onStopSocketKeepalive(slot) in agent()