Searched refs:TYPE_SHARE_TEXT (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/prediction/ |
H A D | SharesheetModelScorerTest.java | 183 when(mEventHistory1.getEventIndex(Event.TYPE_SHARE_TEXT)).thenReturn(mEventIndex6); in testComputeScore() 184 when(mEventHistory2.getEventIndex(Event.TYPE_SHARE_TEXT)).thenReturn(mEventIndex7); in testComputeScore() 185 when(mEventHistory3.getEventIndex(Event.TYPE_SHARE_TEXT)).thenReturn(mEventIndex8); in testComputeScore() 186 when(mEventHistory4.getEventIndex(Event.TYPE_SHARE_TEXT)).thenReturn(mEventIndex9); in testComputeScore() 198 Event.TYPE_SHARE_TEXT, in testComputeScore() 249 Event.TYPE_SHARE_TEXT, 20, NOW, mDataManager, USER_ID); in testComputeScoreForAppShare() 281 Event.TYPE_SHARE_TEXT, 20, NOW, mDataManager, USER_ID); in testComputeScoreForAppShare_promoteFrequentlyChosenApps() 314 Event.TYPE_SHARE_TEXT, 20, NOW, mDataManager, USER_ID); in testComputeScoreForAppShare_promoteFrequentlyUsedApps() 352 Event.TYPE_SHARE_TEXT, 4, NOW, mDataManager, USER_ID); in testComputeScoreForAppShare_skipPromoteFrequentlyUsedAppsWhenReachesLimit() 388 Event.TYPE_SHARE_TEXT, 20, NOW, mDataManager, USER_ID); in testComputeScoreForAppShare_promoteForegroundApp() [all …]
|
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/ |
H A D | Event.java | 46 public static final int TYPE_SHARE_TEXT = 4; field in Event 70 TYPE_SHARE_TEXT, 94 SHARE_EVENT_TYPES.add(TYPE_SHARE_TEXT);
|
H A D | DataManager.java | 712 return Event.TYPE_SHARE_TEXT; in mimeTypeToShareEventType()
|