Searched refs:lteState (Results 1 – 7 of 7) sorted by relevance
45 void onVoLteServiceStateChanged(in VoLteServiceState lteState); in onVoLteServiceStateChanged() argument
69 void notifyVoLteServiceStateChanged(in VoLteServiceState lteState); in notifyVoLteServiceStateChanged() argument
63 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState); in notifyVoLteServiceStateChanged() argument
293 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState) { in notifyVoLteServiceStateChanged() argument296 mRegistry.notifyVoLteServiceStateChanged(lteState); in notifyVoLteServiceStateChanged()
629 VoLteServiceState lteState = new VoLteServiceState(state); in handleSrvccStateChanged() local630 notifyVoLteServiceStateChanged(lteState); in handleSrvccStateChanged()1432 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { in notifyVoLteServiceStateChanged() argument1433 mNotifier.notifyVoLteServiceStateChanged(this, lteState); in notifyVoLteServiceStateChanged()
575 public void onVoLteServiceStateChanged(VoLteServiceState lteState) {576 Message.obtain(mHandler, LISTEN_VOLTE_STATE, 0, 0, lteState).sendToTarget();
1204 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { in notifyVoLteServiceStateChanged() argument1209 mVoLteServiceState = lteState; in notifyVoLteServiceStateChanged()