Searched defs:label (Results 51 - 70 of 70) sorted by relevance

123

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDependencyFinder.java556 public void visitJumpInsn(int opcode, Label label) { argument
561 public void visitLabel(Label label) { argument
562 // pass -- a label target
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DEventRecurrence.java295 private static void appendNumbers(StringBuilder s, String label, argument
299 s.append(label);
/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/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsModel.java65 String label; field in class:QuickSettingsModel.State
273 mSettingsState.label = r.getString(R.string.quick_settings_settings_label);
284 mUserState.label = name;
307 mAlarmState.label = Settings.System.getString(mContext.getContentResolver(),
351 mAirplaneModeState.label = r.getString(R.string.quick_settings_airplane_mode_label);
392 mWifiState.label = removeDoubleQuotes(enabledDesc);
396 mWifiState.label = r.getString(R.string.quick_settings_wifi_label);
400 mWifiState.label = r.getString(R.string.quick_settings_wifi_off_label);
436 mRSSIState.label = enabled
476 mBluetoothState.label
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java120 private static native int nativeOpen(String path, int openFlags, String label, argument
210 mConfiguration.label,
339 + mConfiguration.label + "' from '" + value + "' to '" + newValue
386 throw new SQLiteException("Failed to change locale for db '" + mConfiguration.label
1133 String label = " (attached) " + name;
1135 label += ": " + path;
1137 dbStatsList.add(new DbStats(label, pageCount, pageSize, 0, 0, 0, 0));
1159 String label = mConfiguration.path;
1161 label += " (" + mConnectionId + ")";
1163 return new DbStats(label, pageCoun
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java576 private CharSequence adjustCase(CharSequence label) { argument
577 if (mKeyboard.isShifted() && label != null && label.length() < 3
578 && Character.isLowerCase(label.charAt(0))) {
579 label = label.toString().toUpperCase();
581 return label;
687 String label = key.label == null? null : adjustCase(key.label)
[all...]
/frameworks/base/core/java/android/provider/
H A DContacts.java910 * The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM.
915 public static final String LABEL = "label";
961 CharSequence label, CharSequence[] labelArray) {
974 if (!TextUtils.isEmpty(label)) {
975 display = label;
986 CharSequence label) {
987 return getDisplayLabel(context, type, label, null);
1196 * The user defined label for the the contact method.
1201 public static final String LABEL = "label";
1398 int type, CharSequence label) {
960 getDisplayLabel(Context context, int type, CharSequence label, CharSequence[] labelArray) argument
985 getDisplayLabel(Context context, int type, CharSequence label) argument
1397 getDisplayLabel(Context context, int kind, int type, CharSequence label) argument
1762 getDisplayLabel(Context context, int type, CharSequence label) argument
[all...]
H A DContactsContract.java976 * The package containing resources for this status: label and icon.
982 * The resource ID of the label describing the source of contact
1382 * <td> The package containing resources for this status: label and icon.</td>
1388 * <td>The resource ID of the label describing the source of contact status,
2992 * The package containing resources for this status: label and icon.
2998 * The resource ID of the label describing the source of the status update, e.g. "Google
3358 * The resource name of the label describing the source of the status update, e.g. "Google
3363 public static final String RES_LABEL = "label";
4154 * <td>The package containing resources for this status: label and icon.</td>
4160 * <td>The resource ID of the label describin
5475 getDisplayLabel(Context context, int type, CharSequence label, CharSequence[] labelArray) argument
5485 getDisplayLabel(Context context, int type, CharSequence label) argument
5525 getTypeLabel(Resources res, int type, CharSequence label) argument
5676 getTypeLabel(Resources res, int type, CharSequence label) argument
5883 getTypeLabel(Resources res, int type, CharSequence label) argument
6021 getTypeLabel(Resources res, int type, CharSequence label) argument
6055 getProtocolLabel(Resources res, int type, CharSequence label) argument
6228 getTypeLabel(Resources res, int type, CharSequence label) argument
6354 getTypeLabel(Resources res, int type, CharSequence label) argument
6761 getTypeLabel(Resources res, int type, CharSequence label) argument
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java1239 * label for accessibility purposes.
1241 * @param labeled The view for which this info serves as a label.
1249 * label for accessibility purposes. If <code>virtualDescendantId</code>
1263 * @param root The root whose virtual descendant serves as a label.
1275 * a label for accessibility purposes.
1295 * Sets the view which serves as the label of the view represented by
1298 * @param label The view that labels this node's source.
1300 public void setLabeledBy(View label) { argument
1301 setLabeledBy(label, UNDEFINED);
1305 * Sets the view which serves as the label o
[all...]
/frameworks/base/services/java/com/android/server/
H A DMountService.java699 // FMT: <label> <mountpoint> <state>
772 * Format: "NNN Volume <label> <path> state changed
781 // FMT: NNN Volume <label> <mountpoint> disk inserted (<major>:<minor>)
782 // FMT: NNN Volume <label> <mountpoint> disk removed (<major>:<minor>)
783 // FMT: NNN Volume <label> <mountpoint> bad removal (<major>:<minor>)
785 final String label = cooked[2];
858 private void notifyVolumeStateChange(String label, String path, int oldState, int newState) { argument
H A DNetworkManagementService.java167 public final String label; field in class:NetworkManagementService.IdleTimerParams
170 IdleTimerParams(int timeout, String label) { argument
172 this.label = label;
308 private void notifyInterfaceClassActivity(String label, boolean active) { argument
312 mObservers.getBroadcastItem(i).interfaceClassDataActivityChanged(label, active);
451 * Format: "NNN IfaceClass <active/idle> <label>"
1076 public void addIdleTimer(String iface, int timeout, String label) { argument
1090 mConnector.execute("idletimer", "add", iface, Integer.toString(timeout), label);
1094 mActiveIdleTimers.put(iface, new IdleTimerParams(timeout, label));
[all...]
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java323 public void interfaceClassDataActivityChanged(String label, boolean active) {} argument
/frameworks/base/tools/aapt/
H A DAaptAssets.h475 bool check_valid_symbol_name(const String8& symbol, const SourcePos& pos, const char* label) { argument
479 pos.error("invalid %s: '%s'\n", label, symbol.string());
H A DCommand.cpp721 printf(" label='%s' icon='%s'\n",
787 String8 label; local
795 label = llabel;
796 printf("application-label:'%s'\n", llabel.string());
798 if (label == "") {
799 label = llabel;
801 printf("application-label-%s:'%s'\n", localeStr,
829 printf("application: label='%s' ", label.string());
1095 fprintf(stderr, "ERROR getting 'android:label' attribut
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java312 public PhoneData(String data, int type, String label, boolean isPrimary) { argument
315 mLabel = label;
369 return String.format("type: %d, data: %s, label: %s, isPrimary: %s", mType, mNumber,
402 public EmailData(String data, int type, String label, boolean isPrimary) { argument
405 mLabel = label;
459 return String.format("type: %d, data: %s, label: %s, isPrimary: %s", mType, mAddress,
505 String region, String postalCode, String country, int type, String label,
515 mLabel = label;
524 final int type, final String label, boolean isPrimary, int vcardType) {
549 dataArray[4], dataArray[5], dataArray[6], type, label, isPrimar
504 PostalData(String pobox, String extendedAddress, String street, String localty, String region, String postalCode, String country, int type, String label, boolean isPrimary, int vcardType) argument
523 constructPostalData(final List<String> propValueList, final int type, final String label, boolean isPrimary, int vcardType) argument
1353 SipData(String rawSip, int type, String label, boolean isPrimary) argument
1568 onElementGroupStarted(EntryLabel label) argument
1638 onElementGroupStarted(EntryLabel label) argument
1673 onElementGroupStarted(EntryLabel label) argument
1724 onElementGroupStarted(EntryLabel label) argument
1765 addPhone(int type, String data, String label, boolean isPrimary) argument
1806 addSip(String sipData, int type, String label, boolean isPrimary) argument
1820 addEmail(int type, String data, String label, boolean isPrimary) argument
1827 addPostal(int type, List<String> propValueList, String label, boolean isPrimary) argument
[all...]
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java739 String descriptor, String label, String collection, int keyboardLayoutResId) {
773 String descriptor, String label, String collection, int keyboardLayoutResId) {
774 list.add(new KeyboardLayout(descriptor, label, collection));
790 String descriptor, String label, String collection, int keyboardLayoutResId) {
791 result[0] = new KeyboardLayout(descriptor, label, collection);
860 String label = a.getString(
865 if (name == null || label == null || keyboardLayoutResId == 0) {
866 Log.w(TAG, "Missing required 'name', 'label' or 'keyboardLayout' "
875 label, collection, keyboardLayoutResId);
1442 String descriptor, String label, Strin
1587 visitKeyboardLayout(Resources resources, String descriptor, String label, String collection, int keyboardLayoutResId) argument
[all...]
/frameworks/base/services/input/
H A DInputReader.cpp876 const char* label = getAxisLabel(range.axis); local
878 if (label) {
879 strncpy(name, label, sizeof(name));
6055 const char* label = getAxisLabel(axis.axisInfo.axis); local
6056 if (label) {
6057 dump.appendFormat(INDENT4 "%s", label);
6062 label = getAxisLabel(axis.axisInfo.highAxis);
6063 if (label) {
6064 dump.appendFormat(" / %s (split at %d)", label, axis.axisInfo.splitValue);
/frameworks/base/core/java/android/widget/
H A DTextView.java3921 public void setImeActionLabel(CharSequence label, int actionId) { argument
3924 mEditor.mInputContentType.imeActionLabel = label;
3929 * Get the IME action label previous set with {@link #setImeActionLabel}.
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java9912 String prefix, String label, boolean complete, boolean brief, boolean client,
9943 pw.print(prefix); pw.print(full ? " * " : " "); pw.print(label);
10280 final String label; field in class:ActivityManagerService.MemItem
10287 label = _label;
10312 pw.print(prefix); pw.printf("%7d kB: ", mi.pss); pw.println(mi.label);
10327 static final void appendMemBucket(StringBuilder out, long memKB, String label, argument
10329 int start = label.lastIndexOf('.');
10332 int end = label.length();
10338 out.append(label, start, end);
10344 out.append(label, star
9911 dumpHistoryList(FileDescriptor fd, PrintWriter pw, List list, String prefix, String label, boolean complete, boolean brief, boolean client, String dumpPackage) argument
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp7314 void GLTrace_glLabelObjectEXT(GLenum type, GLuint object, GLsizei length, const GLchar *label) { argument
7338 // copy argument label
7342 arg_label->add_intvalue((int)label);
7347 glContext->hooks->gl.glLabelObjectEXT(type, object, length, label);
7352 (void *) label,
7361 void GLTrace_glGetObjectLabelEXT(GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label) { argument
7391 // copy argument label
7395 arg_label->add_intvalue((int)label);
7400 glContext->hooks->gl.glGetObjectLabelEXT(type, object, bufSize, length, label);
7406 (void *) label,
[all...]

Completed in 6352 milliseconds

123