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

1234

/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp83 const String8 label; member in struct:android::SQLiteConnection
87 SQLiteConnection(sqlite3* db, int openFlags, const String8& path, const String8& label) : argument
88 db(db), openFlags(openFlags), path(path), label(label), canceled(false) { }
95 connection->label.string(), sql);
102 connection->label.string(), sql, tm * 0.000001f);
128 String8 label(labelChars);
162 SQLiteConnection* connection = new SQLiteConnection(db, openFlags, path, label);
172 ALOGV("Opened connection %p with label '%s'", db, label
[all...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmAnalyzer.java625 public void visitJumpInsn(int opcode, Label label) { argument
630 public void visitLabel(Label label) { argument
631 // pass -- a label target
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/native/libs/input/
H A DKeyCharacterMap.cpp51 const char* label; member in struct:android::Modifier
210 result = key->label;
570 char16_t label = parcel->readInt32(); local
577 key->label = label;
618 parcel->writeInt32(key->label);
636 label(0), number(0), firstBehavior(NULL) {
640 label(other.label), number(other.number),
780 ALOGE("%s: Expected keyboard type label, go
[all...]
/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/core/java/android/database/sqlite/
H A DSQLiteConnection.java120 private static native int nativeOpen(String path, int openFlags, String label, argument
210 mConfiguration.label,
346 + mConfiguration.label + "' from '" + value + "' to '" + newValue
393 throw new SQLiteException("Failed to change locale for db '" + mConfiguration.label
1140 String label = " (attached) " + name;
1142 label += ": " + path;
1144 dbStatsList.add(new DbStats(label, pageCount, pageSize, 0, 0, 0, 0));
1166 String label = mConfiguration.path;
1168 label += " (" + mConnectionId + ")";
1170 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/print/
H A DPrintAttributes.java626 * @param labelResId The resource if of a human readable label.
630 * @throws IllegalArgumentException If the id is empty or the label
671 * @param label The <strong>localized</strong> human readable label.
675 * @throws IllegalArgumentException If the id is empty or the label is empty
679 public MediaSize(String id, String label, int widthMils, int heightMils) { argument
683 if (TextUtils.isEmpty(label)) {
684 throw new IllegalArgumentException("label cannot be empty.");
695 mLabel = label;
703 public MediaSize(String id, String label, Strin argument
914 Resolution(String id, String label, int horizontalDpi, int verticalDpi) argument
[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.java991 * The package containing resources for this status: label and icon.
997 * The resource ID of the label describing the source of contact
1397 * <td> The package containing resources for this status: label and icon.</td>
1403 * <td>The resource ID of the label describing the source of contact status,
3057 * The package containing resources for this status: label and icon.
3063 * The resource ID of the label describing the source of the status update, e.g. "Google
3423 * The resource name of the label describing the source of the status update, e.g. "Google
3428 public static final String RES_LABEL = "label";
4230 * <td>The package containing resources for this status: label and icon.</td>
4236 * <td>The resource ID of the label describin
5558 getDisplayLabel(Context context, int type, CharSequence label, CharSequence[] labelArray) argument
5568 getDisplayLabel(Context context, int type, CharSequence label) argument
5608 getTypeLabel(Resources res, int type, CharSequence label) argument
5759 getTypeLabel(Resources res, int type, CharSequence label) argument
5966 getTypeLabel(Resources res, int type, CharSequence label) argument
6104 getTypeLabel(Resources res, int type, CharSequence label) argument
6138 getProtocolLabel(Resources res, int type, CharSequence label) argument
6311 getTypeLabel(Resources res, int type, CharSequence label) argument
6437 getTypeLabel(Resources res, int type, CharSequence label) argument
6844 getTypeLabel(Resources res, int type, CharSequence label) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsModel.java67 String label; field in class:QuickSettingsModel.State
122 if (state.label != null) {
123 mView.setText(state.label);
358 mSettingsState.label = r.getString(R.string.quick_settings_settings_label);
369 mUserState.label = name;
395 mAlarmState.label = alarmText;
443 mAirplaneModeState.label = r.getString(R.string.quick_settings_airplane_mode_label);
487 mWifiState.label = removeDoubleQuotes(enabledDesc);
491 mWifiState.label = r.getString(R.string.quick_settings_wifi_label);
495 mWifiState.label
[all...]
/frameworks/base/services/java/com/android/server/
H A DAlarmManagerService.java984 String prefix, String label, long now) {
987 pw.print(prefix); pw.print(label); pw.print(" #"); pw.print(i);
1009 final String label = labelForType(a.type);
1011 pw.print(prefix); pw.print(label); pw.print(" #"); pw.print(i);
983 dumpAlarmList(PrintWriter pw, ArrayList<Alarm> list, String prefix, String label, long now) argument
H A DMountService.java731 // FMT: <label> <mountpoint> <state>
802 * Format: "NNN Volume <label> <path> state changed
809 // Format: nnn <label> <path> <uuid>
819 // Format: nnn <label> <path> <label>
831 // FMT: NNN Volume <label> <mountpoint> disk inserted (<major>:<minor>)
832 // FMT: NNN Volume <label> <mountpoint> disk removed (<major>:<minor>)
833 // FMT: NNN Volume <label> <mountpoint> bad removal (<major>:<minor>)
835 final String label = cooked[2];
910 private void notifyVolumeStateChange(String label, Strin argument
[all...]
H A DNetworkManagementService.java173 public final String label; field in class:NetworkManagementService.IdleTimerParams
176 IdleTimerParams(int timeout, String label) { argument
178 this.label = label;
324 private void notifyInterfaceClassActivity(String label, boolean active) { argument
328 mObservers.getBroadcastItem(i).interfaceClassDataActivityChanged(label, active);
506 * Format: "NNN IfaceClass <active/idle> <label>"
1142 public void addIdleTimer(String iface, int timeout, String label) { argument
1156 mConnector.execute("idletimer", "add", iface, Integer.toString(timeout), label);
1160 mActiveIdleTimers.put(iface, new IdleTimerParams(timeout, label));
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityStackSupervisor.java2473 String prefix, String label, boolean complete, boolean brief, boolean client,
2517 pw.print(prefix); pw.print(full ? " * " : " "); pw.print(label);
2472 dumpHistoryList(FileDescriptor fd, PrintWriter pw, List<ActivityRecord> list, String prefix, String label, boolean complete, boolean brief, boolean client, String dumpPackage, boolean needNL, String header1, String header2) argument
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java324 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.cpp819 printf(" label='%s' icon='%s'\n",
899 String8 label; local
907 label = llabel;
908 printf("application-label:'%s'\n", llabel.string());
910 if (label == "") {
911 label = llabel;
913 printf("application-label-%s:'%s'\n", localeStr,
941 printf("application: label='%s' ", label.string());
1222 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/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java1683 * label for accessibility purposes.
1685 * @param labeled The view for which this info serves as a label.
1693 * label for accessibility purposes. If <code>virtualDescendantId</code>
1707 * @param root The root whose virtual descendant serves as a label.
1719 * a label for accessibility purposes.
1739 * Sets the view which serves as the label of the view represented by
1742 * @param label The view that labels this node's source.
1744 public void setLabeledBy(View label) { argument
1745 setLabeledBy(label, UNDEFINED);
1749 * Sets the view which serves as the label o
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DPrintJobConfigActivity.java2351 CharSequence label; field in class:PrintJobConfigActivity.Editor.SpinnerItem
2353 public SpinnerItem(T value, CharSequence label) { argument
2355 this.label = label;
2359 return label.toString();
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java740 String descriptor, String label, String collection, int keyboardLayoutResId) {
774 String descriptor, String label, String collection, int keyboardLayoutResId) {
775 list.add(new KeyboardLayout(descriptor, label, collection));
791 String descriptor, String label, String collection, int keyboardLayoutResId) {
792 result[0] = new KeyboardLayout(descriptor, label, collection);
861 String label = a.getString(
866 if (name == null || label == null || keyboardLayoutResId == 0) {
867 Log.w(TAG, "Missing required 'name', 'label' or 'keyboardLayout' "
876 label, collection, keyboardLayoutResId);
1444 String descriptor, String label, Strin
1589 visitKeyboardLayout(Resources resources, String descriptor, String label, String collection, int keyboardLayoutResId) argument
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java442 static void dumpServiceTimeCheckin(PrintWriter pw, String label, String packageName, argument
448 pw.print(label);
757 String label, int[] screenStates, int[] memStates, int[] procStates,
766 if (label != null) {
767 pw.print(label);
756 dumpProcessSummaryDetails(PrintWriter pw, ProcessState proc, String prefix, String label, int[] screenStates, int[] memStates, int[] procStates, long now, long totalTime, boolean full) argument
/frameworks/base/services/input/
H A DInputReader.cpp877 const char* label = getAxisLabel(range.axis); local
879 if (label) {
880 strncpy(name, label, sizeof(name));
6202 const char* label = getAxisLabel(axis.axisInfo.axis); local
6203 if (label) {
6204 dump.appendFormat(INDENT4 "%s", label);
6209 label = getAxisLabel(axis.axisInfo.highAxis);
6210 if (label) {
6211 dump.appendFormat(" / %s (split at %d)", label, axis.axisInfo.splitValue);

Completed in 7851 milliseconds

1234