Searched refs:ACTION_SEND_UPGRADE_REQUEST (Results 1 – 3 of 3) sorted by relevance
52 public static final String ACTION_SEND_UPGRADE_REQUEST = field in TestCallActivity77 } else if (ACTION_SEND_UPGRADE_REQUEST.equals(action)) { in onCreate()
143 final Intent intent = new Intent(TestCallActivity.ACTION_SEND_UPGRADE_REQUEST); in sendUpgradeRequest()
191 new IntentFilter(TestCallActivity.ACTION_SEND_UPGRADE_REQUEST); in TestConnection()