Home
last modified time | relevance | path

Searched refs:testIntent (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGbaManagerTest.java236 Intent testIntent = intentCaptor.getValue(); in bindService() local
237 assertEquals(GbaService.SERVICE_INTERFACE, testIntent.getAction()); in bindService()
238 assertEquals(component.getPackageName(), testIntent.getPackage()); in bindService()
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
DBenchmarkRegistry.java158 Intent testIntent = getIntentFromInfo(activityInfo); in parseBenchmarkGroup() local
167 testIntent)); in parseBenchmarkGroup()
/frameworks/base/core/java/android/widget/
DSearchView.java921 Intent testIntent = null; in hasVoiceSearch() local
923 testIntent = mVoiceWebSearchIntent; in hasVoiceSearch()
925 testIntent = mVoiceAppSearchIntent; in hasVoiceSearch()
927 if (testIntent != null) { in hasVoiceSearch()
928 ResolveInfo ri = getContext().getPackageManager().resolveActivity(testIntent, in hasVoiceSearch()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsServiceControllerTest.java181 Intent testIntent = intentCaptor.getValue(); in testBindService() local
182 assertEquals(ImsService.SERVICE_INTERFACE, testIntent.getAction()); in testBindService()
183 assertEquals(mTestComponentName, testIntent.getComponent()); in testBindService()
/frameworks/base/core/tests/coretests/src/android/app/people/
DPeopleSpaceTileTest.java398 public void testIntent() { in testIntent() method in PeopleSpaceTileTest
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityTest.java2571 Intent testIntent = new Intent("TestIntent"); in createShortcuts() local
2576 .setIntent(testIntent).setShortLabel("label1").setRank(3).build(), // 0 2 in createShortcuts()
2580 .setIntent(testIntent).setShortLabel("label2").setRank(7).build(), // 1 3 in createShortcuts()
2584 .setIntent(testIntent).setShortLabel("label3").setRank(1).build(), // 2 0 in createShortcuts()
2588 .setIntent(testIntent).setShortLabel("label4").setRank(3).build(), // 3 2 in createShortcuts()