Home
last modified time | relevance | path

Searched refs:mThreadLocalLog (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java195 private final LocalLog mThreadLocalLog; field in WifiP2pServiceImpl
706 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 …]