Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DAvailableNetworkNotifier.java142 private final int mSystemMessageNotificationId; field in AvailableNetworkNotifier
168 mSystemMessageNotificationId = notificationIdentifier; in AvailableNetworkNotifier()
253 getNotificationManager().cancel(mSystemMessageNotificationId); in clearPendingNotification()
419 getNotificationManager().notify(mSystemMessageNotificationId, notification); in postNotification()