Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallNotificationReceiver.java138 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()
DTestConnectionService.java203 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()
DTestCallActivity.java35 public class TestCallActivity extends Activity { class