Home
last modified time | relevance | path

Searched refs:mTetheredNotificationBuilder (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java194 private Notification.Builder mTetheredNotificationBuilder; field in Tethering
663 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()