Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java766 final int otherProfileMatch = mAdapter.mOtherProfile.getResolveInfo().match; in onTargetSelected() local
767 if (otherProfileMatch > bestMatch) bestMatch = otherProfileMatch; in onTargetSelected()