OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mServiceListing
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Settings/src/com/android/settings/utils/
ManagedServiceSettings.java
54
protected ServiceListing
mServiceListing
;
69
mServiceListing
= new ServiceListing(mContext, mConfig);
70
mServiceListing
.addCallback(new ServiceListing.Callback() {
88
mServiceListing
.reload();
89
mServiceListing
.setListening(true);
95
mServiceListing
.setListening(false);
112
pref.setChecked(
mServiceListing
.isEnabled(cn));
132
mServiceListing
.setEnabled(service, false);
135
if (
mServiceListing
.isEnabled(service)) {
183
parent.
mServiceListing
.setEnabled(cn, true)
[
all
...]
/packages/apps/Settings/src/com/android/settings/notification/
ZenRuleSelectionDialog.java
60
private final ZenServiceListing
mServiceListing
;
66
mServiceListing
= serviceListing;
71
if (
mServiceListing
!= null) {
74
mServiceListing
.addZenCallback(mServiceListingCallback);
75
mServiceListing
.reloadApprovedServices();
83
if (
mServiceListing
!= null) {
84
mServiceListing
.removeZenCallback(mServiceListingCallback);
NotificationAccessSettings.java
76
if (!
mServiceListing
.isEnabled(service)) {
99
parent.
mServiceListing
.setEnabled(cn, false);
ZenModeSettings.java
70
private ZenServiceListing
mServiceListing
;
85
mServiceListing
= new ZenServiceListing(mContext, CONFIG);
86
mServiceListing
.reloadApprovedServices();
153
new ZenRuleSelectionDialog(mContext,
mServiceListing
) {
324
ServiceInfo si =
mServiceListing
.findService(rule.getOwner());
Completed in 176 milliseconds