Searched refs:textId (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | EmergencyButton.java | 227 int textId; in updateEmergencyCallButton() local 229 textId = com.android.internal.R.string.lockscreen_return_to_call; in updateEmergencyCallButton() 231 textId = com.android.internal.R.string.lockscreen_emergency_call; in updateEmergencyCallButton() 233 setText(textId); in updateEmergencyCallButton()
|
/frameworks/base/core/java/android/app/ |
D | AlertDialog.java | 626 public Builder setPositiveButton(@StringRes int textId, final OnClickListener listener) { in setPositiveButton() argument 627 P.mPositiveButtonText = P.mContext.getText(textId); in setPositiveButton() 652 public Builder setNegativeButton(@StringRes int textId, final OnClickListener listener) { in setNegativeButton() argument 653 P.mNegativeButtonText = P.mContext.getText(textId); in setNegativeButton() 678 public Builder setNeutralButton(@StringRes int textId, final OnClickListener listener) { in setNeutralButton() argument 679 P.mNeutralButtonText = P.mContext.getText(textId); in setNeutralButton()
|
D | ApplicationPackageManager.java | 900 int textId = context.getResources().getIdentifier(APP_PERMISSION_BUTTON_ALLOW_ALWAYS, in getBackgroundPermissionOptionLabel() local 902 if (textId != 0) { in getBackgroundPermissionOptionLabel() 903 return context.getText(textId); in getBackgroundPermissionOptionLabel()
|
D | Notification.java | 4833 int textId = showProgress ? com.android.internal.R.id.text_line_1 in applyStandardTemplate() local 4835 contentView.setTextViewText(textId, processTextSpans(p.text)); in applyStandardTemplate() 4836 setTextViewColorSecondary(contentView, textId, p); in applyStandardTemplate() 4837 contentView.setViewVisibility(textId, View.VISIBLE); in applyStandardTemplate()
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/ |
D | TrackerActivity.java | 136 private void showConfirm(int textId, final Runnable onConfirmAction) { in showConfirm() argument 139 dialogBuilder.setMessage(textId); in showConfirm()
|
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ |
D | CarrierActionUtils.java | 210 private static Notification getNotification(Context context, int titleId, int textId, in getNotification() argument 226 .setContentText(String.format(resources.getString(textId), spn)) in getNotification()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |