Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppFGSTracker.java172 mTracker.handleNotificationRemoved((String) msg.obj, msg.arg1, msg.arg2); in handleMessage()
336 private void handleNotificationRemoved(String pkgName, int uid, int notificationId) { in handleNotificationRemoved() method in AppFGSTracker