Searched refs:getLocalOnly (Results 1 – 4 of 4) sorted by relevance
452 public boolean getLocalOnly(Notification n); in getLocalOnly() method507 public boolean getLocalOnly(Notification n) { in getLocalOnly() method in NotificationCompat.NotificationCompatImplBase618 public boolean getLocalOnly(Notification n) { in getLocalOnly() method in NotificationCompat.NotificationCompatImplJellybean619 return NotificationCompatJellybean.getLocalOnly(n); in getLocalOnly()669 public boolean getLocalOnly(Notification n) { in getLocalOnly() method in NotificationCompat.NotificationCompatImplKitKat670 return NotificationCompatKitKat.getLocalOnly(n); in getLocalOnly()723 public boolean getLocalOnly(Notification n) { in getLocalOnly() method in NotificationCompat.NotificationCompatImplApi20724 return NotificationCompatApi20.getLocalOnly(n); in getLocalOnly()3289 public static boolean getLocalOnly(Notification notif) { in getLocalOnly() method in NotificationCompat3290 return IMPL.getLocalOnly(notif); in getLocalOnly()
140 public static boolean getLocalOnly(Notification notif) { in getLocalOnly() method in NotificationCompatKitKat
183 public static boolean getLocalOnly(Notification notif) { in getLocalOnly() method in NotificationCompatApi20
391 public static boolean getLocalOnly(Notification notif) { in getLocalOnly() method in NotificationCompatJellybean