Searched refs:mTetheredNotificationBuilder (Results 1 – 1 of 1) sorted by relevance
194 private Notification.Builder mTetheredNotificationBuilder; field in Tethering663 if (mTetheredNotificationBuilder == null) { in showTetheredNotification()664 mTetheredNotificationBuilder = in showTetheredNotification()666 mTetheredNotificationBuilder.setWhen(0) in showTetheredNotification()673 mTetheredNotificationBuilder.setSmallIcon(icon) in showTetheredNotification()680 mTetheredNotificationBuilder.buildInto(new Notification()), UserHandle.ALL); in showTetheredNotification()