Searched refs:secondaryIntent (Results 1 – 2 of 2) sorted by relevance
137 final Intent secondaryIntent = intents.second; in testImIntentWithAudio() local138 assertEquals(Intent.ACTION_SENDTO, secondaryIntent.getAction()); in testImIntentWithAudio()139 assertEquals("xmpp:" + TEST_ADDRESS + "?call", secondaryIntent.getData().toString()); in testImIntentWithAudio()159 final Intent secondaryIntent = intents.second; in testImIntentWithVideo() local160 assertEquals(Intent.ACTION_SENDTO, secondaryIntent.getAction()); in testImIntentWithVideo()161 assertEquals("xmpp:" + TEST_ADDRESS + "?call", secondaryIntent.getData().toString()); in testImIntentWithVideo()184 final Intent secondaryIntent = intents.second; in testImEmailIntent() local185 assertEquals(Intent.ACTION_SENDTO, secondaryIntent.getAction()); in testImEmailIntent()186 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()