Searched defs:titleId (Results 1 – 12 of 12) sorted by relevance
53 int titleId; in createNotification() local
67 final int titleId; in bind() local
124 public void setTitle(int titleId) { in setTitle()
152 final int titleId = isUserInitiated in showDumpNotification() local
131 final int titleId = mSuppliedDialogInfo.getTitleResId(); in resolveTitle() local
200 final int titleId; in setViews() local
224 final int titleId = in.getAttributeInt(null, XML_ATTR_TITLE_RES_ID, ID_NULL); in restoreFromXml() local
210 private static Notification getNotification(Context context, int titleId, int textId, in getNotification()
396 public void setTitle(int titleId) { in setTitle()
520 public Builder setTitle(@StringRes int titleId) { in setTitle()
627 public void setTitle(@StringRes int titleId) { in setTitle()
863 private Notification buildNotification(@NonNull String channelId, @StringRes int titleId, in buildNotification()