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

  /frameworks/base/core/java/android/app/
INotificationManager.aidl 28 void enqueueNotification(String pkg, int id, in Notification notification, inout int[] idReceived);
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 460 enqueueNotification(policy, TYPE_LIMIT_SNOOZED, totalBytes);
462 enqueueNotification(policy, TYPE_LIMIT, totalBytes);
470 enqueueNotification(policy, TYPE_WARNING, totalBytes);
531 private void enqueueNotification(NetworkPolicy policy, int type, long totalBytes) {
    [all...]
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 651 public void enqueueNotification(String pkg, int id, Notification notification, int[] idOut)
    [all...]
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 364 milliseconds