Searched refs:label (Results 276 - 300 of 337) sorted by relevance

<<11121314

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java2005 mediaSizeText = mediaItem.label;
2191 final CharSequence label; field in class:PrintActivity.SpinnerItem
2193 public SpinnerItem(T value, CharSequence label) { argument
2195 this.label = label;
2200 return label.toString();
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java3007 * It must include an icon, a label, and a {@link PendingIntent} to be fired when the action is
3504 * Set a label to display while the wearable is preparing to automatically execute the
3507 * @param label the label to display while the action is being prepared to execute
3511 public WearableExtender setInProgressLabel(CharSequence label) { argument
3512 mInProgressLabel = label;
3517 * Get the label to display while the wearable is preparing to automatically execute
3520 * @return the label to display while the action is being prepared to execute
3528 * Set a label to display to confirm that the action should be executed.
3531 * @param label th
3535 setConfirmLabel(CharSequence label) argument
3559 setCancelLabel(CharSequence label) argument
[all...]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardExporterTests.java1047 Integer type, String label) {
1050 + (label != null ? label : "") + ";;;;;;;;;;;;");
1046 getAndroidPropValue(final String mimeType, String value, Integer type, String label) argument
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
H A DApplicationsStateRoboTest.java158 appEntry.label = "label";
/frameworks/base/core/java/android/os/
H A DUserManager.java2512 * is itself a managed profile, then this returns a copy of the label with
2516 * @param label The label to change.
2518 * @return A label that combines the original label and a badge as
2522 public CharSequence getBadgedLabelForUser(CharSequence label, UserHandle user) { argument
2523 return mContext.getPackageManager().getUserBadgedLabel(label, user);
H A DBatteryStats.java3818 String label;
3821 label = "ambi";
3824 label="idle";
3827 label="cell";
3830 label="phone";
3833 label="wifi";
3836 label="blue";
3839 label="scrn";
3842 label="flashlight";
3846 label
6739 dumpDailyLevelStepSummary(PrintWriter pw, String prefix, String label, LevelStepTracker steps, StringBuilder tmpSb, int[] tmpOutInt) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DSimpleMonthView.java655 final String label = mDayOfWeekLabels[col];
656 canvas.drawText(label, colCenterRtl, rowCenter - halfLineHeight, p);
/frameworks/base/core/java/com/android/internal/os/
H A DProcessCpuTracker.java819 private void printProcessCPU(PrintWriter pw, String prefix, int pid, String label, argument
830 pw.print(label);
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp57 print_poly(const char* label, Poly* pPoly) {
58 ALOGI("%s: %d verts", label, pPoly->n);
/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp493 jstring label) {
494 ScopedUtfChars axisLabel(env, label);
492 android_view_MotionEvent_nativeAxisFromString(JNIEnv* env, jclass clazz, jstring label) argument
/frameworks/base/services/core/java/com/android/server/
H A DDeviceIdleController.java3290 String label;
3292 case EVENT_NORMAL: label = " normal"; break;
3293 case EVENT_LIGHT_IDLE: label = " light-idle"; break;
3294 case EVENT_LIGHT_MAINTENANCE: label = "light-maint"; break;
3295 case EVENT_DEEP_IDLE: label = " deep-idle"; break;
3296 case EVENT_DEEP_MAINTENANCE: label = " deep-maint"; break;
3297 default: label = " ??"; break;
3300 pw.print(label);
H A DStorageManagerService.java1033 public void onDiskMetadataChanged(String diskId, long sizeBytes, String label,
1039 disk.label = label;
1301 final String label = disk.label != null ? disk.label.trim() : "";
1305 SecurityLog.writeEvent(SecurityLog.TAG_MEDIA_MOUNT, vol.path, label);
1308 SecurityLog.writeEvent(SecurityLog.TAG_MEDIA_UNMOUNT, vol.path, label);
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUserUsageStatsService.java661 void printEventAggregation(IndentingPrintWriter pw, String label, argument
664 pw.print(label);
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java1203 void timeNotification(int n, String label, long time) { argument
1207 .setContentTitle(label)
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessState.java934 String label, int[] screenStates, int[] memStates, int[] procStates,
945 if (label != null) {
946 pw.print(label);
933 dumpProcessSummaryDetails(PrintWriter pw, String prefix, String label, int[] screenStates, int[] memStates, int[] procStates, long now, long totalTime, boolean full) argument
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1233 String label = a.getString(
1246 if (name == null || label == null || keyboardLayoutResId == 0) {
1247 Slog.w(TAG, "Missing required 'name', 'label' or 'keyboardLayout' "
1256 descriptor, label, collection, priority,
/frameworks/base/tests/net/java/android/net/apf/
H A DApfTest.java117 private static String label(int code) { method in class:ApfTest
126 assertEquals(label(expected), label(got));
215 // Test jumping to pass label.
223 // Test jumping to drop label.
1469 // IPv6, traffic class = 0, flow label = 0x12345
1490 // Check that changes are ignored in every byte of the flow label.
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h137 typedef void (GL_APIENTRYP PFNGLOBJECTLABELKHRPROC) (GLenum identifier, GLuint name, GLsizei length, const GLchar *label);
138 typedef void (GL_APIENTRYP PFNGLGETOBJECTLABELKHRPROC) (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label);
139 typedef void (GL_APIENTRYP PFNGLOBJECTPTRLABELKHRPROC) (const void *ptr, GLsizei length, const GLchar *label);
140 typedef void (GL_APIENTRYP PFNGLGETOBJECTPTRLABELKHRPROC) (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label);
149 GL_APICALL void GL_APIENTRY glObjectLabelKHR (GLenum identifier, GLuint name, GLsizei length, const GLchar *label);
150 GL_APICALL void GL_APIENTRY glGetObjectLabelKHR (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label);
151 GL_APICALL void GL_APIENTRY glObjectPtrLabelKHR (const void *ptr, GLsizei length, const GLchar *label);
152 GL_APICALL void GL_APIENTRY glGetObjectPtrLabelKHR (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label);
1213 typedef void (GL_APIENTRYP PFNGLLABELOBJECTEXTPROC) (GLenum type, GLuint object, GLsizei length, const GLchar *label);
1214 typedef void (GL_APIENTRYP PFNGLGETOBJECTLABELEXTPROC) (GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label);
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java1137 * resource id from your application as the action id and an optional label that
1139 * id of a standard action id such as {@link #ACTION_CLICK} and an optional label that
2693 * label for accessibility purposes.
2695 * @param labeled The view for which this info serves as a label.
2703 * label for accessibility purposes. If <code>virtualDescendantId</code>
2717 * @param root The root whose virtual descendant serves as a label.
2729 * a label for accessibility purposes.
2744 * Sets the view which serves as the label of the view represented by
2747 * @param label The view that labels this node's source.
2749 public void setLabeledBy(View label) { argument
4323 AccessibilityAction(int actionId, @Nullable CharSequence label) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DDndTile.java226 state.label = getTileLabel();
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java1595 // Traverse downwards starting below break looking for set label, icon.
1599 String label = null;
1613 if (label == null) {
1614 label = r.taskDescription.getLabel();
1633 lastTaskDescription = new TaskDescription(label, null, iconResource, iconFilename,
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
H A DConvert.java206 return config.stream().collect(Collectors.toMap(e -> e.label, e -> e.frequency));
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/testutils/
H A DPackageManagerStub.java590 public CharSequence getUserBadgedLabel(CharSequence label, UserHandle user) { argument
/frameworks/base/tools/incident_report/
H A Dmain.cpp231 bool repeated = field->label() == FieldDescriptor::LABEL_REPEATED;
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePackageManager.java580 public CharSequence getUserBadgedLabel(CharSequence label, UserHandle user) { argument

Completed in 1153 milliseconds

<<11121314