Home
last modified time | relevance | path

Searched refs:suggestedAction (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceTest.java1264 public void onUnregistered(ImsReasonInfo info, int suggestedAction, in testMmTelManagerEmergencyRegistrationCallback()
5928 public void onUnregistered(ImsReasonInfo info, int suggestedAction, in testMmTelManagerRegistrationBlock()
5930 mDeregQueue.offer(suggestedAction); in testMmTelManagerRegistrationBlock()
5944 int suggestedAction = waitForResult(mDeregQueue); in testMmTelManagerRegistrationBlock() local
5945 assertNotEquals(SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK, suggestedAction); in testMmTelManagerRegistrationBlock()
5946 assertNotEquals(SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK_WITH_TIMEOUT, suggestedAction); in testMmTelManagerRegistrationBlock()
5953 suggestedAction = waitForResult(mDeregQueue); in testMmTelManagerRegistrationBlock()
5954 assertEquals(SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK, suggestedAction); in testMmTelManagerRegistrationBlock()
5961 suggestedAction = waitForResult(mDeregQueue); in testMmTelManagerRegistrationBlock()
5962 assertEquals(SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK_WITH_TIMEOUT, suggestedAction); in testMmTelManagerRegistrationBlock()
[all …]