Searched refs:mTetheredNotificationBuilder (Results 1 – 1 of 1) sorted by relevance
133 private Notification.Builder mTetheredNotificationBuilder; field in Tethering475 if (mTetheredNotificationBuilder == null) { in showTetheredNotification()476 mTetheredNotificationBuilder = new Notification.Builder(mContext); in showTetheredNotification()477 mTetheredNotificationBuilder.setWhen(0) in showTetheredNotification()484 mTetheredNotificationBuilder.setSmallIcon(icon) in showTetheredNotification()491 mTetheredNotificationBuilder.build(), UserHandle.ALL); in showTetheredNotification()