Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DNat464Xlat.java94 private String mBaseIface; field in Nat464Xlat
191 mBaseIface = baseIface; in enterStartingState()
221 Slog.e(TAG, "Error unregistering clatd observer on " + mBaseIface + ": " + e); in leaveStartedState()
225 mBaseIface = null; in leaveStartedState()
271 Slog.i(TAG, "Stopping clatd on " + mBaseIface); in stop()
273 mNetd.clatdStop(mBaseIface); in stop()
275 Slog.e(TAG, "Error stopping clatd on " + mBaseIface + ": " + e); in stop()
487 mIface, mIface, mBaseIface)); in handleInterfaceLinkStateChanged()
525 return "mBaseIface: " + mBaseIface + ", mIface: " + mIface + ", mState: " + mState; in toString()