Searched refs:TestCallActivity (Results 1 – 3 of 3) sorted by relevance
138 new Intent(TestCallActivity.ACTION_HANGUP_CALLS)); in hangupCalls()143 final Intent intent = new Intent(TestCallActivity.ACTION_SEND_UPGRADE_REQUEST); in sendUpgradeRequest()149 final Intent intent = new Intent(TestCallActivity.ACTION_REMOTE_RTT_UPGRADE); in remoteRttUpgrade()
203 mHangupReceiver, new IntentFilter(TestCallActivity.ACTION_HANGUP_CALLS)); in TestConnection()205 new IntentFilter(TestCallActivity.ACTION_SEND_UPGRADE_REQUEST); in TestConnection()212 new IntentFilter(TestCallActivity.ACTION_REMOTE_RTT_UPGRADE)); in TestConnection()
35 public class TestCallActivity extends Activity { class