OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNotificationEnabled
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNotificationController.java
55
private boolean
mNotificationEnabled
;
57
* Observes the user setting to keep {@link #
mNotificationEnabled
} in sync.
146
if (!
mNotificationEnabled
) return;
265
pw.println("
mNotificationEnabled
" +
mNotificationEnabled
);
281
mNotificationEnabled
= getValue();
290
mNotificationEnabled
= getValue();
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasClient.java
294
private boolean
mNotificationEnabled
= false;
351
client.
mNotificationEnabled
= false;
425
client.
mNotificationEnabled
= req.isSuccess() ? req.getStatus()
426
: client.
mNotificationEnabled
;
430
client.
mNotificationEnabled
? 1 : 0);
720
return
mNotificationEnabled
;
[
all
...]
Completed in 148 milliseconds