Home
last modified time | relevance | path

Searched defs: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()
218 private void setMoodView(int moodId, int textId) { in setMoodView()
DNotifyingService.java93 private void showNotification(int moodId, int textId) { in showNotification()
/development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/activities/
DLoggingActivity.java138 protected void setDescription(@StringRes int textId) { in setDescription()
/development/apps/Development/src/com/android/development/
DPermissionDetails.java255 private void setTextView(int viewId, int textId) { in setTextView()
/development/apps/WidgetPreview/src/com/android/widgetpreview/
DWidgetPreviewActivity.java290 int textId = R.string.saving_preview; in onClick() local