Searched refs:createFakeResolveInfo (Results 1 – 2 of 2) sorted by relevance
49 createFakeResolveInfo("com.android.apps.inputmethod.simpleime", "IME" + i)); in testFilterInputMethodServices_loadsAllImesBelowThreshold()62 createFakeResolveInfo("com.android.apps.inputmethod.simpleime", "IME" + i)); in testFilterInputMethodServices_ignoresImesBeyondThreshold()91 createFakeResolveInfo("com.android.apps.inputmethod.simpleime1", "IME1_" + i)); in testFilterInputMethodServices_ignoresImesBeyondThresholdFromTwoPackages()95 createFakeResolveInfo("com.android.apps.inputmethod.simpleime2", "IME2_" + i)); in testFilterInputMethodServices_ignoresImesBeyondThresholdFromTwoPackages()106 final ResolveInfo enabledIme = createFakeResolveInfo( in testFilterInputMethodServices_stillLoadsEnabledImesBeyondThreshold()112 createFakeResolveInfo("com.android.apps.inputmethod.simpleime", "IME" + i)); in testFilterInputMethodServices_stillLoadsEnabledImesBeyondThreshold()134 final ResolveInfo ime = createFakeResolveInfo(packageName, componentName); in createFakeSystemResolveInfo()139 private ResolveInfo createFakeResolveInfo(String packageName, String componentName) { in createFakeResolveInfo() method in InputMethodManagerServiceRestrictImeAmountTest
2605 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