Searched refs:summary (Results 76 - 88 of 88) sorted by relevance

1234

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
H A DEnableZenModeDialog.java342 : condition.summary;
391 button2.setEnabled(!Objects.equals(condition.summary, maxCondition.summary));
/frameworks/base/core/proto/android/service/
H A Dnotification.proto151 optional string summary = 2;
/frameworks/base/services/core/java/com/android/server/notification/
H A DEventConditionProvider.java288 final String summary = NOT_SHOWN;
291 return new Condition(id, summary, line1, line2, 0, state, Condition.FLAG_RELEVANT_ALWAYS);
H A DScheduleConditionProvider.java267 final String summary = NOT_SHOWN;
270 return new Condition(id, summary, line1, line2, 0, state, Condition.FLAG_RELEVANT_ALWAYS);
/frameworks/rs/script_api/
H A Drs_value_types.spec18 summary: Numerical Types
92 summary: 16 bit floating point value
101 summary: Two 16 bit floats
111 summary: Three 16 bit floats
121 summary: Four 16 bit floats
130 summary: 8 bit signed integer
137 summary: 16 bit signed integer
144 summary: 32 bit signed integer
152 summary: 64 bit signed integer
164 summary
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerShellCommand.java654 boolean summary = false;
671 summary = true;
699 doListPermissions(groupList, groups, labels, summary,
705 doListPermissions(groupList, groups, labels, summary,
712 doListPermissions(groupList, groups, labels, summary,
718 doListPermissions(groupList, groups, labels, summary,
2534 boolean summary, int startProtectionLevel, int endProtectionLevel)
2548 if (summary) {
2571 pw.println(((labels && !summary) ? "+ " : "") + "ungrouped:");
2589 if (summary) {
2533 doListPermissions(ArrayList<String> groupList, boolean groups, boolean labels, boolean summary, int startProtectionLevel, int endProtectionLevel) argument
[all...]
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
H A DTileUtilsTest.java90 private static final String URI_GET_SUMMARY = "content://authority/text/summary";
354 assertThat(outTiles.get(0).summary).isEqualTo("static-summary");
372 assertThat(outTiles.get(0).summary).isEqualTo("static-summary");
437 bundle.putString(TileUtils.META_DATA_PREFERENCE_SUMMARY, "new summary text");
454 // Make sure the summary TextView got a new text string.
456 assertThat(shadowRemoteViews.overrideViewId).isEqualTo(android.R.id.summary);
457 assertThat(shadowRemoteViews.overrideText).isEqualTo("new summary text");
478 bundle.putString(TileUtils.META_DATA_PREFERENCE_SUMMARY, "new summary tex
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java683 : condition.summary;
729 button2.setEnabled(!Objects.equals(condition.summary, maxCondition.summary));
/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
H A DRowView.java121 mSecondaryText = (TextView) findViewById(android.R.id.summary);
/frameworks/base/core/java/android/app/
H A DNotification.java586 * set if this notification is the group summary for a group of notifications.
594 * set if this notification is the group summary for an auto-group of notifications.
1004 * {@link #extras} key: this is a line of summary information intended to be shown
1292 * Constant for {@link Builder#setGroupAlertBehavior(int)}, meaning that the summary
1295 * to mute this notification if this notification is a group summary.
1298 * in your group have content and the summary is only used to visually group notifications
3349 * mute. For example, if you want only the summary of your group to make noise, all
4042 * <p>To make this notification the summary for its group, also call
4054 * Set this notification to be the group summary for a group of notifications.
4057 * The group summary ma
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java539 final String summary = "Loaded persisted syncs: "
544 Slog.i(TAG, summary);
545 mLogger.log(summary);
551 Slog.wtf(TAG, "Device booted with no persisted periodic syncs: " + summary);
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java2354 final CharSequence summary = InputMethodUtils.getImeAndSubtypeDisplayName(
2357 .setContentText(summary)
2363 Slog.d(TAG, "--- show notification: label = " + summary);
4810 pw.println("-s: only a single summary line of each");
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 458 milliseconds

1234