Searched refs:mDetectDelayed (Results 1 – 1 of 1) sorted by relevance
59 private DelayedAction mDetectDelayed; field in P2pConnectionProcedure118 if (mDetectDelayed != null) { in close()119 mDetectDelayed.cancel(); in close()148 if (mDetectDelayed != null) { in onReceive()149 mDetectDelayed.cancel(); in onReceive()175 mDetectDelayed = mService.delay(P2P_CONNECT_DELAYED_PERIOD, () -> { in onReceive()