Home
last modified time | relevance | path

Searched defs:intent1 (Results 1 – 4 of 4) sorted by relevance

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowVoiceInteractionSessionTest.java83 Intent intent1 = new Intent("foo action"); in startAssistantActivity_invokedTwice_lastIntentRegistered() local
95 Intent intent1 = new Intent("foo action"); in startAssistantActivity_invokedTwice_allIntentsRegisteredInOrder() local
128 Intent intent1 = new Intent("foo action"); in startVoiceActivity_invokedTwice_lastIntentRegistered() local
140 Intent intent1 = new Intent("foo action"); in startVoiceActivity_invokedTwice_allIntentsRegisteredInOrder() local
DShadowApplicationTest.java655 Intent intent1 = getSomeActionIntent("some.action"); in getAllStartedServices() local
DShadowPackageManagerTest.java2700 Intent intent1 = new Intent(Intent.ACTION_MAIN); in testResolveDifferentIntentObjects() local
2725 Intent intent1 = new Intent(Intent.ACTION_APP_ERROR); in testResolvePartiallySimilarIntents() local
/external/robolectric/robolectric/src/test/java/org/robolectric/android/
DDefaultPackageManagerIntentComparatorTest.java22 Intent intent1 = new Intent(); in validCompareResult() local
32 Intent intent1 = new Intent("actionstring0"); in canSustainConcurrentModification() local