Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DResolverWrapperActivity.java136 public boolean hasCrossProfileIntents; field in ResolverWrapperActivity.OverrideData
DChooserWrapperActivity.java269 public boolean hasCrossProfileIntents; field in ChooserWrapperActivity.OverrideData
/frameworks/base/core/java/com/android/internal/app/
DAbstractMultiProfilePagerAdapter.java560 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