OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mServiceListing
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/utils/
ManagedServiceSettings.java
47
protected ServiceListing
mServiceListing
;
62
mServiceListing
= new ServiceListing(mContext, mConfig);
63
mServiceListing
.addCallback(new ServiceListing.Callback() {
81
mServiceListing
.reload();
82
mServiceListing
.setListening(true);
88
mServiceListing
.setListening(false);
102
pref.setChecked(
mServiceListing
.isEnabled(cn));
117
mServiceListing
.setEnabled(service, false);
120
if (
mServiceListing
.isEnabled(service)) {
160
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);
ZenModeAutomationSettings.java
58
private ZenServiceListing
mServiceListing
;
65
mServiceListing
= new ZenServiceListing(mContext, CONFIG);
66
mServiceListing
.reloadApprovedServices();
94
new ZenRuleSelectionDialog(mContext,
mServiceListing
) {
311
ServiceInfo si =
mServiceListing
.findService(rule.getOwner());
Completed in 61 milliseconds