Searched defs:mIface (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DThrottleService.java107 private String mIface; field in class:ThrottleService
131 mIface = mContext.getResources().getString(R.string.config_datause_iface);
148 private String mIface; field in class:ThrottleService.InterfaceObserver
154 mIface = iface;
159 if (TextUtils.equals(iface, mIface)) {
168 if (TextUtils.equals(iface, mIface)) {
314 mInterfaceObserver = new InterfaceObserver(mHandler, EVENT_IFACE_UP, mIface);
427 if (mIface == null) {
467 incRead = mNMService.getInterfaceRxCounter(mIface) - mLastRead;
468 incWrite = mNMService.getInterfaceTxCounter(mIface)
[all...]

Completed in 17 milliseconds