Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestCallActivity.java58 public static final String ACTION_REMOTE_RTT_UPGRADE = field in TestCallActivity
79 } else if (ACTION_REMOTE_RTT_UPGRADE.equals(action)) { in onCreate()
DCallNotificationReceiver.java149 final Intent intent = new Intent(TestCallActivity.ACTION_REMOTE_RTT_UPGRADE); in remoteRttUpgrade()
DTestConnectionService.java198 new IntentFilter(TestCallActivity.ACTION_REMOTE_RTT_UPGRADE)); in TestConnection()