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.java283 public boolean hasCrossProfileIntents; field in ChooserWrapperActivity.OverrideData
307 hasCrossProfileIntents = true; in reset()
314 public boolean hasCrossProfileIntents(List<Intent> intents, int sourceUserId, in reset()
316 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.java1602 sOverrides.hasCrossProfileIntents = false; in testWorkTab_crossProfileIntentsDisabled_personalToWork_emptyStateShown()
1682 sOverrides.hasCrossProfileIntents = false; in testWorkTab_xProfileOff_noAppsAvailable_workOff_xProfileOffEmptyStateShown()
2076 sOverrides.hasCrossProfileIntents = false; in testWorkTab_onePersonalTarget_emptyStateOnWorkTarget_autolaunch()
2156 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