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

/frameworks/base/core/java/android/net/
H A DNetworkInfo.java282 * @param extraInfo an optional {@code String} providing addditional network state
285 void setDetailedState(DetailedState detailedState, String reason, String extraInfo) { argument
289 this.mExtraInfo = extraInfo;
H A DNetworkStateTracker.java272 * @param extraInfo optional {@code String} providing extra information about the state change
274 public void setDetailedState(NetworkInfo.DetailedState state, String reason, String extraInfo) { argument
287 mNetworkInfo.setDetailedState(state, reason, extraInfo);

Completed in 169 milliseconds