Home
last modified time | relevance | path

Searched refs:titleId (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/core/java/android/debug/
DAdbNotifications.java53 int titleId; in createNotification() local
57 titleId = com.android.internal.R.string.adb_active_notification_title; in createNotification()
60 titleId = com.android.internal.R.string.adbwifi_active_notification_title; in createNotification()
67 CharSequence title = resources.getText(titleId); in createNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DDataUsageDetailView.java67 final int titleId; in bind() local
74 titleId = R.string.quick_settings_cellular_detail_data_usage; in bind()
80 titleId = R.string.quick_settings_cellular_detail_remaining_data; in bind()
88 titleId = R.string.quick_settings_cellular_detail_over_limit; in bind()
102 title.setText(titleId); in bind()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbConfirmActivity.java51 final int titleId = mUsbConfirmMessageHandler.getPromptTitleId(); in onResume() local
52 final String title = getString(titleId, mDialogHelper.getAppName(), in onResume()
DUsbPermissionActivity.java51 final int titleId = mUsbPermissionMessageHandler.getPromptTitleId(); in onResume() local
52 final String title = getString(titleId, mDialogHelper.getAppName(), in onResume()
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
DBackupRestoreConfirmation.java195 final int titleId; in setViews() local
198 titleId = R.string.backup_confirm_title; in setViews()
201 titleId = R.string.restore_confirm_title; in setViews()
208 setTitle(titleId); in setViews()
/frameworks/base/packages/SettingsLib/CollapsingToolbarBaseActivity/src/com/android/settingslib/collapsingtoolbar/
DCollapsingToolbarBaseActivity.java115 public void setTitle(int titleId) { in setTitle() argument
116 setTitle(getText(titleId)); in setTitle()
DCollapsingToolbarAppCompatActivity.java126 public void setTitle(int titleId) { in setTitle() argument
127 setTitle(getText(titleId)); in setTitle()
/frameworks/base/core/java/com/android/internal/app/
DSuspendedAppActivity.java148 final int titleId = mSuppliedDialogInfo.getTitleResId(); in resolveTitle() local
150 if (titleId != ID_NULL && mSuspendingAppResources != null) { in resolveTitle()
152 return mSuspendingAppResources.getString(titleId); in resolveTitle()
154 Slog.e(TAG, "Could not resolve string resource id " + titleId); in resolveTitle()
/frameworks/base/services/core/java/com/android/server/display/notifications/
DDisplayNotificationManager.java220 private Notification createErrorNotification(final int titleId, final int messageId, in createErrorNotification() argument
223 final CharSequence title = resources.getText(titleId); in createErrorNotification()
/frameworks/base/packages/Shell/src/com/android/shell/
DHeapDumpReceiver.java152 final int titleId = isUserInitiated in showDumpNotification() local
158 String text = context.getString(titleId, procDisplayName); in showDumpNotification()
/frameworks/base/core/java/android/content/pm/
DSuspendDialogInfo.java224 final int titleId = in.getAttributeInt(null, XML_ATTR_TITLE_RES_ID, ID_NULL); in restoreFromXml() local
238 if (titleId != ID_NULL) { in restoreFromXml()
239 dialogInfoBuilder.setTitle(titleId); in restoreFromXml()
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCarrierActionUtils.java210 private static Notification getNotification(Context context, int titleId, int textId, in getNotification() argument
225 .setContentTitle(resources.getString(titleId)) in getNotification()
/frameworks/base/services/core/java/com/android/server/power/batterysaver/
DBatterySaverStateMachine.java928 private Notification buildNotification(@NonNull String channelId, @StringRes int titleId, in buildNotification() argument
936 final String title = res.getString(titleId); in buildNotification()
951 private Notification buildNotificationV2(@NonNull String channelId, @StringRes int titleId, in buildNotificationV2() argument
962 final String title = res.getString(titleId); in buildNotificationV2()
/frameworks/base/core/java/android/app/
DLauncherActivity.java396 public void setTitle(int titleId) { in setTitle() argument
397 super.setTitle(titleId); in setTitle()
DAlertDialog.java520 public Builder setTitle(@StringRes int titleId) { in setTitle() argument
521 P.mTitle = P.mContext.getText(titleId); in setTitle()
DDialog.java657 public void setTitle(@StringRes int titleId) { in setTitle() argument
658 setTitle(mContext.getText(titleId)); in setTitle()
DActivity.java7762 public void setTitle(int titleId) {
7763 setTitle(getText(titleId));
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...