Searched defs:getLogRecString (Results 1 - 2 of 2) sorted by last modified time

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java2457 loge( " " + state + " " + getLogRecString(message));
2477 protected String getLogRecString(Message msg) { method in class:WifiStateMachine
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java829 mLogRecords.add(mSm, mMsg, mSm.getLogRecString(mMsg), msgProcessedState,
834 mLogRecords.add(mSm, mMsg, mSm.getLogRecString(mMsg), msgProcessedState, orgState,
1493 protected String getLogRecString(Message msg) { method in class:StateMachine

Completed in 65 milliseconds