Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/service/notification/
H A DStatusBarNotificationTest.java227 assertEquals(UID, StatusBarNotification.getUidFromKey(sbn.getKey())); in testGetUidFromKey()
230 assertEquals(UID, StatusBarNotification.getUidFromKey(sbn.getKey())); in testGetUidFromKey()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java145 public static int getUidFromKey(@NonNull String key) { in getUidFromKey() method in StatusBarNotification