Searched refs:mTetheredNotificationBuilder (Results 1 – 1 of 1) sorted by relevance
162 private Notification.Builder mTetheredNotificationBuilder; field in Tethering733 if (mTetheredNotificationBuilder == null) { in showTetheredNotification()734 mTetheredNotificationBuilder = new Notification.Builder(mContext); in showTetheredNotification()735 mTetheredNotificationBuilder.setWhen(0) in showTetheredNotification()742 mTetheredNotificationBuilder.setSmallIcon(icon) in showTetheredNotification()749 mTetheredNotificationBuilder.build(), UserHandle.ALL); in showTetheredNotification()