Searched refs:secondaryIntent (Results 1 – 2 of 2) sorted by relevance
136 final Intent secondaryIntent = intents.second; in testImIntentWithAudio() local137 assertEquals(Intent.ACTION_SENDTO, secondaryIntent.getAction()); in testImIntentWithAudio()138 assertEquals("xmpp:" + TEST_ADDRESS + "?call", secondaryIntent.getData().toString()); in testImIntentWithAudio()158 final Intent secondaryIntent = intents.second; in testImIntentWithVideo() local159 assertEquals(Intent.ACTION_SENDTO, secondaryIntent.getAction()); in testImIntentWithVideo()160 assertEquals("xmpp:" + TEST_ADDRESS + "?call", secondaryIntent.getData().toString()); in testImIntentWithVideo()183 final Intent secondaryIntent = intents.second; in testImEmailIntent() local184 assertEquals(Intent.ACTION_SENDTO, secondaryIntent.getAction()); in testImEmailIntent()185 assertEquals("xmpp:" + TEST_ADDRESS + "?call", secondaryIntent.getData().toString()); in testImEmailIntent()
188 Intent secondaryIntent = null; in buildImIntent() local207 secondaryIntent = new Intent(Intent.ACTION_SENDTO, in buildImIntent()213 secondaryIntent = in buildImIntent()223 return new Pair<>(intent, secondaryIntent); in buildImIntent()