Home | History | Annotate | Download | only in connectivity

Lines Matching defs:mTetheredNotificationBuilder

210     private Notification.Builder mTetheredNotificationBuilder;
809 if (mTetheredNotificationBuilder == null) {
810 mTetheredNotificationBuilder =
812 mTetheredNotificationBuilder.setWhen(0)
819 mTetheredNotificationBuilder.setSmallIcon(icon)
826 mTetheredNotificationBuilder.buildInto(new Notification()), UserHandle.ALL);