Searched defs:rilVer (Results 1 - 1 of 1) sorted by path

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java3210 * @param rilVer is the version of the ril or -1 if disconnected.
3212 private void notifyRegistrantsRilConnectionChanged(int rilVer) { argument
3213 mRilVersion = rilVer;
3216 new AsyncResult (null, new Integer(rilVer), null));

Completed in 40 milliseconds