Searched refs:NotificationCompatImplBase (Results 1 – 3 of 3) sorted by relevance
26 import android.support.v7.internal.app.NotificationCompatImplBase;49 NotificationCompatImplBase.overrideContentView(builder, b.mContext, in addMediaStyleToBuilderIcs()62 NotificationCompatImplBase.overrideBigContentView(n, b.mContext, in addBigMediaStyleToBuilderJellybean()
475 static class NotificationCompatImplBase implements NotificationCompatImpl { class in NotificationCompat552 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();
41 public class NotificationCompatImplBase { class