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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DNotificationCompatImplBase.java40 class NotificationCompatImplBase { class
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java519 static class NotificationCompatImplBase implements NotificationCompatImpl { class in class:NotificationCompat
599 static class NotificationCompatImplGingerbread extends NotificationCompatImplBase {
616 static class NotificationCompatImplHoneycomb extends NotificationCompatImplBase {
629 static class NotificationCompatImplIceCreamSandwich extends NotificationCompatImplBase {
645 static class NotificationCompatImplJellybean extends NotificationCompatImplBase {
968 IMPL = new NotificationCompatImplBase();

Completed in 99 milliseconds