Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DINotificationManager.aidl32 in Notification notification, inout int[] idReceived, int userId); in enqueueNotificationWithTag() argument
/frameworks/base/services/java/com/android/server/net/
DNetworkPolicyManagerService.java834 final int[] idReceived = new int[1]; in enqueueNotification() local
836 packageName, tag, 0x0, builder.getNotification(), idReceived, in enqueueNotification()
870 final int[] idReceived = new int[1]; in enqueueRestrictedNotification() local
872 0x0, builder.getNotification(), idReceived, UserHandle.USER_OWNER); in enqueueRestrictedNotification()