OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServiceListing
(Results
1 - 3
of
3
) 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() {
ServiceListing.java
43
public class
ServiceListing
{
53
public
ServiceListing
(Context context, Config config) {
/packages/apps/Settings/src/com/android/settings/notification/
ZenRuleSelectionDialog.java
39
import com.android.settings.utils.
ServiceListing
;
62
public ZenRuleSelectionDialog(Context context, ZenServiceListing
serviceListing
) {
66
mServiceListing =
serviceListing
;
Completed in 195 milliseconds