Searched refs:mThreadLocalLog (Results 1 – 1 of 1) sorted by relevance
195 private final LocalLog mThreadLocalLog; field in WifiP2pServiceImpl706 mThreadLocalLog = mWifiInjector.getWifiHandlerLocalLog(); in WifiP2pServiceImpl()1365 private final DefaultState mDefaultState = new DefaultState(mThreshold, mThreadLocalLog);1367 new P2pNotSupportedState(mThreshold, mThreadLocalLog);1369 new P2pDisablingState(mThreshold, mThreadLocalLog);1371 new P2pDisabledContainerState(mThreshold, mThreadLocalLog);1373 new P2pDisabledState(mThreshold, mThreadLocalLog);1376 new P2pEnabledState(mThreshold, mThreadLocalLog);1378 private final InactiveState mInactiveState = new InactiveState(mThreshold, mThreadLocalLog);1380 new GroupCreatingState(mThreshold, mThreadLocalLog);[all …]