Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/emptystate/
DCrossProfileIntentsChecker.java52 public boolean hasCrossProfileIntents( in hasCrossProfileIntents() method in CrossProfileIntentsChecker
DNoCrossProfileEmptyStateProvider.java59 private boolean hasCrossProfileIntents(List<Intent> intents, Profile source, Profile target) { in hasCrossProfileIntents() method in NoCrossProfileEmptyStateProvider
/packages/modules/IntentResolver/tests/activity/src/com/android/intentresolver/
DChooserActivityOverrideData.java63 public boolean hasCrossProfileIntents; field in ChooserActivityOverrideData
DChooserActivityWorkProfileTest.java432 public TestCase(boolean isSendAction, boolean hasCrossProfileIntents, in TestCase()
445 public boolean hasCrossProfileIntents() { in hasCrossProfileIntents() method in ChooserActivityWorkProfileTest.TestCase
DResolverWrapperActivity.java148 public boolean hasCrossProfileIntents; field in ResolverWrapperActivity.OverrideData