Home
last modified time | relevance | path

Searched refs:textId (Results 1 – 5 of 5) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DStatusBarNotifications.java193 private void setMood(int moodId, int textId, boolean showTicker) { in setMood() argument
195 CharSequence text = getText(textId); in setMood()
210 notifBuidler.setTicker(getString(textId)); in setMood()
218 private void setMoodView(int moodId, int textId) { in setMoodView() argument
229 CharSequence text = getText(textId); in setMoodView()
DNotifyingService.java93 private void showNotification(int moodId, int textId) { in showNotification() argument
95 CharSequence text = getText(textId); in showNotification()
/development/apps/WidgetPreview/src/com/android/widgetpreview/
DWidgetPreviewActivity.java290 int textId = R.string.saving_preview; in onClick() local
292 Toast preToast = Toast.makeText(getBaseContext(), textId, Toast.LENGTH_SHORT); in onClick()
297 textId = R.string.preview_saved; in onClick()
299 textId = R.string.preview_save_error; in onClick()
302 Toast postToast = Toast.makeText(getBaseContext(), textId, Toast.LENGTH_SHORT); in onClick()
/development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/activities/
DLoggingActivity.java138 protected void setDescription(@StringRes int textId) { in setDescription() argument
142 description.setText(textId); in setDescription()
/development/apps/Development/src/com/android/development/
DPermissionDetails.java255 private void setTextView(int viewId, int textId) { in setTextView() argument
257 view.setText(textId); in setTextView()