Home
last modified time | relevance | path

Searched refs:createFakeResolveInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodManagerServiceRestrictImeAmountTest.java48 createFakeResolveInfo("com.android.apps.inputmethod.simpleime", "IME" + i)); in testFilterInputMethodServices_loadsAllImesBelowThreshold()
61 createFakeResolveInfo("com.android.apps.inputmethod.simpleime", "IME" + i)); in testFilterInputMethodServices_ignoresImesBeyondThreshold()
90 createFakeResolveInfo("com.android.apps.inputmethod.simpleime1", "IME1_" + i)); in testFilterInputMethodServices_ignoresImesBeyondThresholdFromTwoPackages()
94 createFakeResolveInfo("com.android.apps.inputmethod.simpleime2", "IME2_" + i)); in testFilterInputMethodServices_ignoresImesBeyondThresholdFromTwoPackages()
105 final ResolveInfo enabledIme = createFakeResolveInfo( in testFilterInputMethodServices_stillLoadsEnabledImesBeyondThreshold()
111 createFakeResolveInfo("com.android.apps.inputmethod.simpleime", "IME" + i)); in testFilterInputMethodServices_stillLoadsEnabledImesBeyondThreshold()
131 final ResolveInfo ime = createFakeResolveInfo(packageName, componentName); in createFakeSystemResolveInfo()
136 private ResolveInfo createFakeResolveInfo(String packageName, String componentName) { in createFakeResolveInfo() method in InputMethodManagerServiceRestrictImeAmountTest
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityTest.java2605 ResolveInfo ri = createFakeResolveInfo(); in testOneInitialIntent_noAutolaunch()
2643 .thenReturn(createFakeResolveInfo()); in testWorkTab_withInitialIntents_workTabDoesNotIncludePersonalInitialIntents()
2676 .thenReturn(createFakeResolveInfo()); in testWorkTab_xProfileIntentsDisabled_personalToWork_nonSendIntent_emptyStateShown()
2710 .thenReturn(createFakeResolveInfo()); in testWorkTab_noWorkAppsAvailable_nonSendIntent_emptyStateShown()
2964 private ResolveInfo createFakeResolveInfo() { in createFakeResolveInfo() method in ChooserActivityTest