Searched refs:otaspMode (Results 1 – 4 of 4) sorted by relevance
47 int otaspMode = (Integer) ar.result;48 logd("EVENT_OTASP_CHANGED: otaspMode=" + otaspMode);49 if (otaspMode == TelephonyManager.OTASP_NEEDED) {53 } else if (otaspMode == TelephonyManager.OTASP_NOT_NEEDED) {
64 public void notifyOtaspChanged(Phone sender, int otaspMode) {
2780 public void notifyOtaspChanged(int otaspMode) { in notifyOtaspChanged() argument2781 mOtaspRegistrants.notifyRegistrants(new AsyncResult(null, otaspMode, null)); in notifyOtaspChanged()
2008 int otaspMode = getOtasp(); in updateOtaspState() local2010 mCurrentOtaspMode = otaspMode; in updateOtaspState()