Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestCallActivity.java52 public static final String ACTION_SEND_UPGRADE_REQUEST = field in TestCallActivity
77 } else if (ACTION_SEND_UPGRADE_REQUEST.equals(action)) { in onCreate()
DCallNotificationReceiver.java143 final Intent intent = new Intent(TestCallActivity.ACTION_SEND_UPGRADE_REQUEST); in sendUpgradeRequest()
DTestConnectionService.java191 new IntentFilter(TestCallActivity.ACTION_SEND_UPGRADE_REQUEST); in TestConnection()