Searched refs:GROUP_CREATING_TIMED_OUT (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java141 public static final int GROUP_CREATING_TIMED_OUT = BASE + 1; field in class:WifiP2pServiceImpl
723 case GROUP_CREATING_TIMED_OUT:
1414 sendMessageDelayed(obtainMessage(GROUP_CREATING_TIMED_OUT,
1423 case GROUP_CREATING_TIMED_OUT:
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java6054 case WifiP2pServiceImpl.GROUP_CREATING_TIMED_OUT:
6055 s = "GROUP_CREATING_TIMED_OUT";

Completed in 56 milliseconds