Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java512 sendGenericNotificationWithKey(notificationKey); in testUncacheShortcutsWhenNotificationsDismissed()
517 sendGenericNotificationWithKey(otherNotificationKey); in testUncacheShortcutsWhenNotificationsDismissed()
1729 sendGenericNotificationWithKey(GENERIC_KEY); in sendGenericNotification()
1733 private void sendGenericNotificationWithKey(String key) { in sendGenericNotificationWithKey() method in DataManagerTest