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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java162 int mLastDataTypeIconId = -1; field in class:NetworkController
1215 || mLastDataTypeIconId != mDataTypeIconId
1306 if (mLastDataTypeIconId != mDataTypeIconId) {
1307 mLastDataTypeIconId = mDataTypeIconId;
1508 pw.print(" mLastDataTypeIconId=0x");
1509 pw.print(Integer.toHexString(mLastDataTypeIconId));
1511 pw.println(getResourceName(mLastDataTypeIconId));

Completed in 29 milliseconds