HomeSort by relevance Sort by last modified time
    Searched refs:p2pSuppState (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMonitor.java 641 String p2pSuppState = System.getProperty("init.svc.p2p_supplicant");
642 if (p2pSuppState == null) p2pSuppState = "unknown";
646 + " init.svc.p2p_supplicant=" + p2pSuppState);
    [all...]
WifiStateMachine.java     [all...]

Completed in 196 milliseconds