/external/webrtc/talk/app/webrtc/ |
statscollector_unittest.cc | 582 const std::string& label, 588 &data_channel_provider_, cricket::DCT_SCTP, label, config)); 776 const std::string label = "hacks"; local 781 AddDataChannel(cricket::DCT_SCTP, label, id); 798 EXPECT_EQ(label, ExtractStatsValue(StatsReport::kStatsReportTypeDataChannel, [all...] |
/frameworks/base/core/java/android/content/pm/ |
ApplicationInfo.java | 614 * here to represent a catchall label when no policy matches. 1062 CharSequence label = pm.getText(packageName, descriptionRes, this); local [all...] |
/frameworks/base/core/java/android/inputmethodservice/ |
Keyboard.java | 82 /** Keyboard label **/ 238 /** Label to display */ 239 public CharSequence label; field in class:Keyboard.Key 241 /** Icon to display instead of a label. Icon takes precedence over a label */ 386 label = a.getText(com.android.internal.R.styleable.Keyboard_Key_keyLabel); 389 if (codes == null && !TextUtils.isEmpty(label)) { 390 codes = new int[] { label.charAt(0) }; 612 key.label = String.valueOf(c); [all...] |
/frameworks/base/core/java/android/widget/ |
ActivityChooserView.java | 558 CharSequence label = activity.loadLabel(packageManager); local 560 mDefaultActionButtonContentDescription, label);
|
AppSecurityPermissions.java | 163 CharSequence label = perm.mLabel; local 173 builder.append(label); 174 label = builder; 178 permNameView.setText(label); 181 + ": " + label + " in group " + grp.name);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/ |
RecentsTaskLoader.java | 442 // The cache is small, only clear the label cache when we are critical 452 * Returns the cached task label if the task key is not expired, updating the cache if it is. 457 // Return the task description label if it exists 461 // Return the cached activity label if it exists 462 String label = mActivityLabelCache.getAndInvalidateIfModified(taskKey); local 463 if (label != null) { 464 return label; 466 // All short paths failed, load the label from the activity info and cache it 469 label = ssp.getBadgedActivityLabel(activityInfo, taskKey.userId); 470 mActivityLabelCache.put(taskKey, label); 486 String label = mContentDescriptionCache.getAndInvalidateIfModified(taskKey); local [all...] |
/frameworks/base/services/core/java/com/android/server/ |
IntentResolver.java | 235 Object label = filterToLabel(filter); local 236 int index = found.indexOfKey(label); 238 found.put(label, new MutableInt(1)); 532 protected void dumpFilterLabel(PrintWriter out, String prefix, Object label, int count) { 533 out.print(prefix); out.print(label); out.print(": "); out.println(count);
|
/frameworks/base/services/core/java/com/android/server/job/ |
JobPackageTracker.java | 444 final String label; local 446 case EVENT_START_JOB: label = "START"; break; 447 case EVENT_STOP_JOB: label = " STOP"; break; 448 default: label = " ??"; break; 453 pw.print(label);
|
/frameworks/base/services/core/java/com/android/server/pm/ |
EphemeralApplicationRegistry.java | 84 private static final String ATTR_LABEL = "label"; 589 String label = parser.getAttributeValue(null, ATTR_LABEL); local 607 return new EphemeralApplicationInfo(packageName, label,
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
ActivityChooserView.java | 534 CharSequence label = activity.loadLabel(packageManager); local 536 mDefaultActionButtonContentDescription, label);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
AvrcpControllerService.java | 666 Log.d(TAG," Sending Interim Response = "+ percentageVol + " label " + msg.arg1); 761 sendAbsVolRspNative(getByteAddress(mAvrcpRemoteDevice.mBTDevice), absVol, label); local [all...] |
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/ |
SelectSyncedCalendarsMultiAccountAdapter.java | 299 * Gets the label associated with a particular account type. If none found, return null. 301 * @return a CharSequence for the label or null if one cannot be found. 304 CharSequence label = null; local 309 label = authContext.getResources().getText(desc.labelId); 311 Log.w(TAG, "No label for account type " + ", type " + accountType); 314 return label;
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
PhoneNumberListAdapter.java | 102 Phone.LABEL, // 2 124 Phone.LABEL, // 2 468 CharSequence label = null; local 474 label = Phone.getTypeLabel(getContext().getResources(), type, customLabel); 476 view.setLabel(label); 481 // Display phone label. If that's null, display geocoded location for the number
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/ |
BaseAccountType.java | 274 buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true).setCustomColumn(Phone.LABEL)); 307 buildEmailType(Email.TYPE_CUSTOM).setSecondary(true).setCustomColumn(Email.LABEL)); 326 .setCustomColumn(StructuredPostal.LABEL)); 513 return Phone.LABEL; 516 protected CharSequence getTypeLabel(Resources res, Integer type, CharSequence label) { 521 return res.getString(labelRes, label == null ? "" : label); 530 final String label = values.getAsString(getLabelColumn()); local 531 return getTypeLabel(context.getResources(), type, label); [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
TimerModel.java | 191 * @param label describes the purpose of the timer 195 Timer addTimer(long length, String label, boolean deleteAfterUse) { 197 Timer timer = new Timer(-1, RESET, length, length, Long.MIN_VALUE, length, label, 272 * @param eventLabelId the label of the timer event to send; 0 if no event should be sent 289 * @param eventLabelId the label of the timer event to send; 0 if no event should be sent 305 * @param eventLabelId the label of the timer event to send; 0 if no event should be sent 323 * @param eventLabelId the label of the timer event to send; 0 if no event should be sent 502 * @param eventLabelId the label of the timer event to send; 0 if no event should be sent 772 final String label = timer.getLabel(); local 773 if (TextUtils.isEmpty(label)) { [all...] |
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
ContactInfoCache.java | 286 final String label = info.getPhoneLabel(); local 288 entry.label = label; 291 mContext.getResources(), type, label); 292 entry.label = typeStr == null ? null : typeStr.toString(); 462 String label = null; local 557 label = info.phoneLabel; 566 cce.label = label; 610 * Gets name strings based on some special presentation modes and the associated custom label 660 public String label; field in class:ContactInfoCache.ContactCacheEntry [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
ManageCachePage.java | 379 String label = activity.getString(R.string.free_space_format, "-"); local 380 status.setText(label); 385 String label = activity.getString(R.string.free_space_format, local 387 status.setText(label);
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/ |
WearPackageInstallerService.java | 490 final CharSequence label = pkg.applicationInfo.loadLabel(pm); local 492 if (TextUtils.isEmpty(label) || iconUri == null) { 493 Log.e(TAG, "MNC: Could not launch service since either label " + label + 496 showPermsIntent.putExtra(KEY_APP_LABEL, label); 505 " with name " + label);
|
/packages/apps/Settings/src/com/android/settings/applications/ |
ProcessStatsDetail.java | 351 CharSequence label = getLabel(service); local 354 servicePref.setTitle(label); 364 // Try to get the service label, on the off chance that one exists. 373 String label = service.mName; local 374 int tail = label.lastIndexOf('.'); 375 if (tail >= 0 && tail < (label.length()-1)) { 376 label = label.substring(tail+1); 378 return label;
|
/packages/apps/TV/src/com/android/tv/data/ |
Channel.java | 661 String label = mInputIdToLabelMap.get(channel.getInputId()); local 662 if (label == null) { 665 label = Utils.loadLabel(mContext, info); 666 if (label != null) { 667 mInputIdToLabelMap.put(channel.getInputId(), label); local 671 return label;
|
/packages/apps/TV/src/com/android/tv/util/ |
Utils.java | 487 * Returns the label for a given input. Returns the custom label, if any. 494 String label = (customLabel == null) ? null : customLabel.toString(); local 495 if (TextUtils.isEmpty(label)) { 496 label = input.loadLabel(context).toString(); 498 return label;
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
TextToSpeechFragment.java | 596 engineInfo.name, engineInfo.label, data);
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/ |
ContactFragment.java | 427 if (TextUtils.isEmpty(entry.label)) { 428 entry.label = context.getString(R.string.chat).toLowerCase(); 438 (hasData || !TextUtils.isEmpty(entry.label))) { 445 && (!hasData || TextUtils.isEmpty(entry.label)); 450 if (TextUtils.isEmpty(entry.label)) { 451 entry.label = entry.data; 558 entry.label = buildActionString(kind, values, false, context); 595 // Choose the label associated with the highest type precedence. 599 label = entry.label; 645 public TextView label; field in class:ContactFragment.ViewCache 713 TextView label = views.label; local [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
KeyboardView.java | 99 // The maximum key label width in the proportion to the key width. 390 // Draw key label. 396 final String label = key.getLabel(); local 397 if (label != null) { 403 // Vertical label text alignment. 406 // Horizontal label text alignment 408 // The label is placed off center of the key. Used mainly on "phone number" layout. 417 TypefaceUtils.getStringWidth(label, paint)); 435 // Make label invisible 440 canvas.drawText(label, 0, label.length(), labelX, labelBaseline, paint) [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
Keyboard.java | 98 /** Keyboard label **/ 229 /** Label to display */ 230 public CharSequence label; field in class:Keyboard.Key 232 /** Icon to display instead of a label. Icon takes precedence over a label */ 378 label = a.getText(android.R.styleable.Keyboard_Key_keyLabel); 381 if (codes == null && !TextUtils.isEmpty(label)) { 382 codes = new int[] { label.charAt(0) }; 588 key.label = String.valueOf(c);
|