Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DResolverActivityWorkProfileTest.java375 public TestCase(@Nullable UserHandle extraCallingUser, boolean hasCrossProfileIntents, in TestCase()
389 public boolean hasCrossProfileIntents() { in hasCrossProfileIntents() method in ResolverActivityWorkProfileTest.TestCase
DChooserActivityWorkProfileTest.java394 public TestCase(boolean isSendAction, boolean hasCrossProfileIntents, in TestCase()
407 public boolean hasCrossProfileIntents() { in hasCrossProfileIntents() method in ChooserActivityWorkProfileTest.TestCase
DChooserActivityOverrideData.java75 public boolean hasCrossProfileIntents; field in ChooserActivityOverrideData
DResolverWrapperActivity.java195 public boolean hasCrossProfileIntents; field in ResolverWrapperActivity.OverrideData
/frameworks/base/core/java/com/android/internal/app/
DAbstractMultiProfilePagerAdapter.java355 public boolean hasCrossProfileIntents(List<Intent> intents, @UserIdInt int source, in hasCrossProfileIntents() method in AbstractMultiProfilePagerAdapter.CrossProfileIntentsChecker