HomeSort by relevance Sort by last modified time
    Searched refs:idReceived (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/app/
INotificationManager.aidl 28 void enqueueNotification(String pkg, int id, in Notification notification, inout int[] idReceived);
35 void enqueueNotificationWithTag(String pkg, String tag, int id, in Notification notification, inout int[] idReceived);
36 void enqueueNotificationWithTagPriority(String pkg, String tag, int id, int priority, in Notification notification, inout int[] idReceived);
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 624 final int[] idReceived = new int[1];
626 packageName, tag, 0x0, builder.getNotification(), idReceived);
658 final int[] idReceived = new int[1];
660 0x0, builder.getNotification(), idReceived);
    [all...]

Completed in 2871 milliseconds