Searched refs:mOtherNetworkInfo (Results 1 – 2 of 2) sorted by relevance
59 private NetworkInfo mOtherNetworkInfo; field in NetworkConnectivityListener85 mOtherNetworkInfo = (NetworkInfo) in onReceive()94 + (mOtherNetworkInfo == null ? "[none]" : mOtherNetworkInfo + in onReceive()156 mOtherNetworkInfo = null; in stopListening()204 return mOtherNetworkInfo; in getOtherNetworkInfo()
68 private NetworkInfo mOtherNetworkInfo; field in ConnectionUtil162 mOtherNetworkInfo = (NetworkInfo) in onReceive()168 if (mOtherNetworkInfo != null) { in onReceive()169 Log.v(LOG_TAG, "mOtherNetworkInfo: " + mOtherNetworkInfo.toString()); in onReceive()170 recordNetworkState(mOtherNetworkInfo.getType(), mOtherNetworkInfo.getState()); in onReceive()