Home
last modified time | relevance | path

Searched refs:hasCrossProfileIntents (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DResolverWrapperActivity.java136 public boolean hasCrossProfileIntents; field in ResolverWrapperActivity.OverrideData
147 hasCrossProfileIntents = true; in reset()
151 public boolean hasCrossProfileIntents(List<Intent> intents, int sourceUserId, in reset()
153 return hasCrossProfileIntents; in reset()
DChooserWrapperActivity.java269 public boolean hasCrossProfileIntents; field in ChooserWrapperActivity.OverrideData
293 hasCrossProfileIntents = true; in reset()
300 public boolean hasCrossProfileIntents(List<Intent> intents, int sourceUserId, in reset()
302 return hasCrossProfileIntents; in reset()
DResolverActivityTest.java641 sOverrides.hasCrossProfileIntents = false; in testWorkTab_crossProfileIntentsDisabled_personalToWork_emptyStateShown()
720 sOverrides.hasCrossProfileIntents = false; in testWorkTab_xProfileOff_noAppsAvailable_workOff_xProfileOffEmptyStateShown()
816 sOverrides.hasCrossProfileIntents = false; in testWorkTab_onePersonalTarget_emptyStateOnWorkTarget_autolaunch()
DChooserActivityTest.java1377 sOverrides.hasCrossProfileIntents = false; in testWorkTab_crossProfileIntentsDisabled_personalToWork_emptyStateShown()
1457 sOverrides.hasCrossProfileIntents = false; in testWorkTab_xProfileOff_noAppsAvailable_workOff_xProfileOffEmptyStateShown()
1800 sOverrides.hasCrossProfileIntents = false; in testWorkTab_onePersonalTarget_emptyStateOnWorkTarget_autolaunch()
1880 sOverrides.hasCrossProfileIntents = false; in testWorkTab_xProfileIntentsDisabled_personalToWork_nonSendIntent_emptyStateShown()
/frameworks/base/core/java/com/android/internal/app/
DAbstractMultiProfilePagerAdapter.java83 public boolean hasCrossProfileIntents(List<Intent> intents, int sourceUserId, in AbstractMultiProfilePagerAdapter()
86 .hasCrossProfileIntents(intents, sourceUserId, targetUserId); in AbstractMultiProfilePagerAdapter()
327 && !mInjector.hasCrossProfileIntents(activeListAdapter.getIntents(), in shouldShowNoCrossProfileIntentsEmptyState()
560 private boolean hasCrossProfileIntents(List<Intent> intents, int source, int target) { in hasCrossProfileIntents() method in AbstractMultiProfilePagerAdapter
648 boolean hasCrossProfileIntents(List<Intent> intents, int sourceUserId, int targetUserId); in hasCrossProfileIntents() method