Searched defs:NotificationCompatImplBase (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DNotificationCompatImplBase.java41 public class NotificationCompatImplBase { class
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java475 static class NotificationCompatImplBase implements NotificationCompatImpl { class in class:NotificationCompat
552 static class NotificationCompatImplGingerbread extends NotificationCompatImplBase {
568 static class NotificationCompatImplHoneycomb extends NotificationCompatImplBase {
577 static class NotificationCompatImplIceCreamSandwich extends NotificationCompatImplBase {
589 static class NotificationCompatImplJellybean extends NotificationCompatImplBase {
845 IMPL = new NotificationCompatImplBase();

Completed in 164 milliseconds