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()
66 private NetworkInfo mOtherNetworkInfo; field in ConnectionUtil165 mOtherNetworkInfo = (NetworkInfo) in onReceive()171 if (mOtherNetworkInfo != null) { in onReceive()172 Log.v(LOG_TAG, "mOtherNetworkInfo: " + mOtherNetworkInfo.toString()); in onReceive()173 recordNetworkState(mOtherNetworkInfo.getType(), mOtherNetworkInfo.getState()); in onReceive()