Searched refs:srvccState (Results 1 – 7 of 7) sorted by relevance
72 public CallSessionEventBuilder setSrvccState(int srvccState) { in setSrvccState() argument73 mEvent.srvccState = srvccState; in setSrvccState()
85 public VoLteServiceState(int srvccState) { in VoLteServiceState() argument88 mSrvccState = srvccState; in VoLteServiceState()
170 public void onSrvccStateChanged(int srvccState) { in onSrvccStateChanged() argument172 mSrvccState = srvccState; in onSrvccStateChanged()317 int srvccState = TelephonyManager.SRVCC_STATE_HANDOVER_STARTED; in testSrvccStateChanged() local319 mTelephonyRegistry.notifySrvccStateChanged(1 /*subId*/, srvccState); in testSrvccStateChanged()324 assertEquals(srvccState, mSrvccState); in testSrvccStateChanged()327 srvccState = TelephonyManager.SRVCC_STATE_HANDOVER_COMPLETED; in testSrvccStateChanged()328 mTelephonyRegistry.notifySrvccStateChanged(1 /*subId*/, srvccState); in testSrvccStateChanged()330 assertEquals(srvccState, mSrvccState); in testSrvccStateChanged()342 int srvccState = TelephonyManager.SRVCC_STATE_HANDOVER_STARTED; in testSrvccStateChangedNoPermission() local344 mTelephonyRegistry.notifySrvccStateChanged(0 /*subId*/, srvccState); in testSrvccStateChangedNoPermission()
75 public void onSrvccStateChanged(int srvccState) {76 notify("onSrvccStateChanged", srvccState);
834 Call.SrvccState srvccState = Call.SrvccState.NONE; in handleSrvccStateChanged() local839 srvccState = Call.SrvccState.STARTED; in handleSrvccStateChanged()848 srvccState = Call.SrvccState.COMPLETED; in handleSrvccStateChanged()850 imsPhone.notifySrvccState(srvccState); in handleSrvccStateChanged()857 srvccState = Call.SrvccState.FAILED; in handleSrvccStateChanged()865 getCallTracker().notifySrvccState(srvccState, conn); in handleSrvccStateChanged()
955 public void onSrvccStateChanged(@SrvccState int srvccState) { in onSrvccStateChanged() argument
966 void onSrvccStateChanged(@Annotation.SrvccState int srvccState); in onSrvccStateChanged() argument