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

1234

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DBetterListPreference.java30 public void setSummary(CharSequence summary) { argument
31 super.setSummary(summary);
32 mSummary = summary;
/frameworks/base/libs/hwui/service/
H A DGraphicsStatsService.cpp167 auto summary = proto->mutable_summary(); local
168 summary->set_total_frames(summary->total_frames() + data->totalFrameCount());
169 summary->set_janky_frames(summary->janky_frames() + data->jankFrameCount());
170 summary->set_missed_vsync_count(summary->missed_vsync_count() +
172 summary->set_high_input_latency_count(summary->high_input_latency_count() +
174 summary
238 auto summary = proto->summary(); local
[all...]
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
H A DBenchmarkResultsReporter.java44 final String summary = getSummaryString(description.getMethodName(),
46 logSummary(description.getTestClass().getSimpleName(), summary,
48 stats.putString(Instrumentation.REPORT_KEY_STREAMRESULT, summary);
55 private void logSummary(String tag, String summary, ArrayList<Long> durations) { argument
56 final StringBuilder sb = new StringBuilder(summary);
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DStackOverflowXmlParser.java69 // It includes the data members "title," "link," and "summary."
73 public final String summary; field in class:StackOverflowXmlParser.Entry
75 private Entry(String title, String summary, String link) { argument
77 this.summary = summary;
82 // Parses the contents of an entry. If it encounters a title, summary, or link tag, hands them
88 String summary = null;
97 } else if (name.equals("summary")) {
98 summary = readSummary(parser);
105 return new Entry(title, summary, lin
[all...]
/frameworks/base/core/java/android/service/notification/
H A DCondition.java79 * A summary of what the rule encoded in {@link #id} means when it is enabled. User visible
82 public final String summary; field in class:Condition
105 * @param summary a user visible description of the rule state.
107 public Condition(Uri id, String summary, int state) { argument
108 this(id, summary, "", "", -1, state, FLAG_RELEVANT_ALWAYS);
112 public Condition(Uri id, String summary, String line1, String line2, int icon, argument
115 if (summary == null) throw new IllegalArgumentException("summary is required");
118 this.summary = summary;
[all...]
/frameworks/base/core/java/android/preference/
H A DTwoStatePreference.java105 * Sets the summary to be shown when checked.
107 * @param summary The summary to be shown when checked.
109 public void setSummaryOn(CharSequence summary) { argument
110 mSummaryOn = summary;
118 * @param summaryResId The summary as a resource.
125 * Returns the summary to be shown when checked.
126 * @return The summary.
133 * Sets the summary to be shown when unchecked.
135 * @param summary Th
137 setSummaryOff(CharSequence summary) argument
[all...]
/frameworks/support/preference/src/main/java/androidx/preference/
H A DTwoStatePreference.java107 * Sets the summary to be shown when checked.
109 * @param summary The summary to be shown when checked.
111 public void setSummaryOn(CharSequence summary) { argument
112 mSummaryOn = summary;
120 * @param summaryResId The summary as a resource.
127 * Returns the summary to be shown when checked.
128 * @return The summary.
135 * Sets the summary to be shown when unchecked.
137 * @param summary Th
139 setSummaryOff(CharSequence summary) argument
[all...]
H A DCollapsiblePreferenceGroupController.java127 // its summary. Rebuild to ensure that the correct data is shown.
175 * The summary of this will be the list of title for collapsed preferences. Iterate through
176 * the preferences not in the visible list and add its title to the summary text. If
180 CharSequence summary = null;
195 if (summary == null) {
196 summary = title;
198 summary = getContext().getString(
199 R.string.summary_collapsed_preference_list, summary, title);
203 setSummary(summary);
/frameworks/rs/script_api/
H A Drs_time.spec18 summary: Time Functions and Types
27 summary: Seconds since January 1, 1970
49 summary: Date and time structure
56 summary: Elapsed time since last call
66 summary: Convert to local time
79 summary: Seconds since January 1, 1970
90 summary: System uptime in milliseconds
98 summary: System uptime in nanoseconds
H A Drs_graphics.spec18 summary: Graphics Functions and Types
46 summary: Blend source function
64 summary: Blend destination function
77 summary: Culling mode
94 summary: Depth function
112 summary: How to intepret mesh vertex data
122 summary: Handle to a Font
134 summary: Handle to a Mesh
145 summary: Handle to a ProgramFragment
156 summary
[all...]
H A Drs_object_info.spec18 summary: Object Characteristics Functions
71 summary: Presence of more than one face
83 summary: Presence of levels of detail
95 summary: Size of the X dimension
106 summary: Size of the Y dimension
118 summary: Size of the Z dimension
130 summary: Get the object that describes the cell of an Allocation
141 summary: Release an object
154 summary: Check for an empty handle
170 summary
[all...]
H A Drs_object_types.spec18 summary: Object Types
44 summary: Handle to an element
53 summary: Handle to a Type
62 summary: Handle to an allocation
71 summary: Handle to a Sampler
80 summary: Handle to a Script
96 summary: Enum for selecting cube map faces
112 summary: Bitfield to specify how an allocation is used
152 summary: Element basic data type
173 summary
[all...]
H A Drs_vector_math.spec18 summary: Vector Math Functions
45 summary: Cross product of two vectors
70 summary: Distance between two points
97 summary: Dot product of two vectors
122 summary: Approximate distance between two points
140 summary: Approximate length of a vector
158 summary: Approximate normalized vector
179 summary: Length of a vector
205 summary: Approximate distance between two points
231 summary
[all...]
H A Drs_math.spec18 summary: Mathematical Constants and Functions
55 summary: 1 / pi, as a 32 bit float
63 summary: 2 / pi, as a 32 bit float
73 summary: 2 / pi, as a 32 bit float
81 summary: 2 / sqrt(pi), as a 32 bit float
89 summary: e, as a 32 bit float
97 summary: log_e(10), as a 32 bit float
105 summary: log_e(2), as a 32 bit float
113 summary: log_10(e), as a 32 bit float
121 summary
[all...]
H A Drs_atomic.spec18 summary: Atomic Update Functions
39 summary: Thread-safe addition
58 summary: Thread-safe bitwise and
79 summary: Thread-safe compare and set
102 summary: Thread-safe decrement
119 summary: Thread-safe increment
137 summary: Thread-safe maximum
157 summary: Thread-safe minimum
177 summary: Thread-safe bitwise or
197 summary
[all...]
H A Drs_io.spec18 summary: Input/Output Functions
30 summary: Receive new content from the queue
45 summary: Send new content to the queue
59 summary: Send a message to the client, non-blocking
82 summary: Send a message to the client, blocking
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/
H A DAbstractPreferenceController.java37 * Updates the current status of preference (summary, switch state, etc)
44 * Refresh preference summary with getSummary()
50 final CharSequence summary = getSummary();
51 if (summary == null) {
56 preference.setSummary(summary);
91 * @return a {@link CharSequence} for the summary of the preference.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupManager.java77 if (group.summary != null) {
78 mListener.onGroupExpansionChanged(group.summary.row, expanded);
99 // When an app posts 2 different notifications as summary of the same group, then a
108 group.summary = null;
112 if (group.summary == null) {
144 group.summary = added;
174 if (!mHeadsUpManager.isHeadsUp(group.summary.key)) {
175 mHeadsUpManager.showNotification(group.summary);
180 // group child gets added quite a bit after the summary got posted. Our guidance is, that
181 // apps should always post the group summary a
629 public NotificationData.Entry summary; field in class:NotificationGroupManager.NotificationGroup
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DWifiUtils.java33 final StringBuilder summary = new StringBuilder();
38 summary.append(" f=" + Integer.toString(info.getFrequency()));
40 summary.append(" " + getVisibilityStatus(accessPoint));
42 summary.append(" (" + config.getNetworkSelectionStatus().getNetworkStatusString());
49 summary.append(", ");
50 if (hour > 0) summary.append(Long.toString(hour) + "h ");
51 summary.append(Long.toString(min) + "m ");
52 summary.append(Long.toString(sec) + "s ");
54 summary.append(")");
64 summary
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionPlan.java79 private CharSequence summary; field in class:SubscriptionPlan
92 summary = source.readCharSequence();
108 dest.writeCharSequence(summary);
120 .append(" summary=").append(summary)
130 return Objects.hash(cycleRule, title, summary, dataLimitBytes, dataLimitBehavior,
140 && Objects.equals(summary, other.summary)
171 /** Return the short summary of this plan. */
173 return summary;
295 setSummary(@ullable CharSequence summary) argument
[all...]
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsDurationTimerTest.java127 // Write summary
132 // Read summary
133 final BatteryStatsImpl.DurationTimer summary = new BatteryStatsImpl.DurationTimer(clocks,
135 summary.startRunningLocked(3100);
136 summary.readSummaryFromParcelLocked(summaryParcel);
138 // summary parcel
139 assertFalse(summary.isRunningLocked());
140 assertEquals(0, summary.getCurrentDurationMsLocked(6300));
142 assertEquals(1200, summary.getMaxDurationMsLocked(6301));
143 assertEquals(1200, summary
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DDefaultAppInfo.java42 public final String summary; field in class:DefaultAppInfo
47 this(context, pm, uid, cn, null /* summary */, true /* enabled */);
51 this(context, pm, info, null /* summary */, true /* enabled */);
55 String summary, boolean enabled) {
62 this.summary = summary;
66 String summary, boolean enabled) {
73 this.summary = summary;
54 DefaultAppInfo(Context context, PackageManagerWrapper pm, int uid, ComponentName cn, String summary, boolean enabled) argument
65 DefaultAppInfo(Context context, PackageManagerWrapper pm, PackageItemInfo info, String summary, boolean enabled) argument
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DItem.java98 public void setSummary(CharSequence summary) { argument
99 mSummary = summary;
143 CharSequence summary = getSummary();
144 if (summary != null && summary.length() > 0) {
145 summaryView.setText(summary);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DTile.java42 * Optional summary describing what this tile controls.
45 public CharSequence summary; field in class:Tile
95 * Optional remote view which will be displayed instead of the regular title-summary item.
111 TextUtils.writeToParcel(summary, dest, flags);
140 summary = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/
H A DAccessPointPreferenceTest.java63 final String summary = "connected";
71 when(pref.getSummary()).thenReturn(summary);
93 final String summary = "connected";

Completed in 484 milliseconds

1234