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.java133 private Notification.Builder mTetheredNotificationBuilder; field in Tethering
475 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()