Searched refs:otaspMode (Results 1 – 9 of 9) sorted by relevance
446 public void onOtaspChanged(int otaspMode) { in onOtaspChanged() argument551 public void onOtaspChanged(int otaspMode) {552 Message.obtain(mHandler, LISTEN_OTASP_CHANGED, otaspMode, 0).sendToTarget();
64 public void notifyOtaspChanged(Phone sender, int otaspMode) { in notifyOtaspChanged() argument
40 void onOtaspChanged(in int otaspMode); in onOtaspChanged() argument
60 void notifyOtaspChanged(in int otaspMode); in notifyOtaspChanged() argument
50 public void notifyOtaspChanged(Phone sender, int otaspMode); in notifyOtaspChanged() argument
245 public void notifyOtaspChanged(Phone sender, int otaspMode) { in notifyOtaspChanged() argument249 mRegistry.notifyOtaspChanged(otaspMode); in notifyOtaspChanged()
1416 public void notifyOtaspChanged(int otaspMode) { in notifyOtaspChanged() argument1417 mNotifier.notifyOtaspChanged(this, otaspMode); in notifyOtaspChanged()
1109 public void notifyOtaspChanged(int otaspMode) { in notifyOtaspChanged() argument1114 mOtaspMode = otaspMode; in notifyOtaspChanged()1118 r.callback.onOtaspChanged(otaspMode); in notifyOtaspChanged()
1943 int otaspMode = getOtasp(); in updateOtaspState() local1945 mCurrentOtaspMode = otaspMode; in updateOtaspState()