OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:summaryShowEntryValue
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/notification/
ConfigureNotificationSettings.java
164
String
summaryShowEntryValue
= Integer.toString(
167
values.add(
summaryShowEntryValue
);
168
setRestrictedIfNotificationFeaturesDisabled(summaryShowEntry,
summaryShowEntryValue
,
224
String
summaryShowEntryValue
= Integer.toString(
227
values.add(
summaryShowEntryValue
);
228
setRestrictedIfNotificationFeaturesDisabled(summaryShowEntry,
summaryShowEntryValue
,
NotificationSettingsBase.java
231
final String
summaryShowEntryValue
= Integer.toString(Ranking.VISIBILITY_NO_OVERRIDE);
233
values.add(
summaryShowEntryValue
);
234
setRestrictedIfNotificationFeaturesDisabled(summaryShowEntry,
summaryShowEntryValue
,
Completed in 52 milliseconds