OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNotificationEnabledSettingObserver
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNotificationController.java
67
private NotificationEnabledSettingObserver
mNotificationEnabledSettingObserver
;
176
mNotificationEnabledSettingObserver
= new NotificationEnabledSettingObserver(
178
mNotificationEnabledSettingObserver
.register();
/packages/services/NetworkRecommendation/src/com/android/networkrecommendation/notify/
WifiNotificationController.java
69
private final NotificationEnabledSettingObserver
mNotificationEnabledSettingObserver
;
194
mNotificationEnabledSettingObserver
= new NotificationEnabledSettingObserver(mHandler);
219
mNotificationEnabledSettingObserver
.register();
230
mNotificationEnabledSettingObserver
.unregister();
Completed in 45 milliseconds