Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/people/java/com/android/server/people/prediction/
H A DSharesheetModelScorer.java59 static final String CHOOSER_ACTIVITY = ChooserActivity.class.getSimpleName(); field in SharesheetModelScorer
309 if (packageName == null || (className != null && className.contains(CHOOSER_ACTIVITY)) in findSharingForegroundApp()
310 || packageName.contains(CHOOSER_ACTIVITY)) { in findSharingForegroundApp()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/prediction/
H A DSharesheetModelScorerTest.java380 createUsageEvent(SharesheetModelScorer.CHOOSER_ACTIVITY), in testComputeScoreForAppShare_promoteForegroundApp()
416 createUsageEvent(SharesheetModelScorer.CHOOSER_ACTIVITY), in testComputeScoreForAppShare_skipPromoteForegroundAppWhenNoValidForegroundApp()