Searched refs:notification_title (Results 1 – 6 of 6) sorted by relevance
72 mTitleView = (TextView) findViewById(R.id.notification_title); in onFinishInflate()
220 dprintf(fd, "notification title: %s\n", ds_->options_->notification_title.c_str()); in dump()
375 std::string notification_title; member
2269 if (!ds.options_->notification_title.empty()) { in SendBugreportFinishedBroadcast()2272 am_args.push_back(ds.options_->notification_title); in SendBugreportFinishedBroadcast()2390 options->notification_title = android::base::GetProperty(PROPERTY_EXTRA_TITLE, ""); in SetOptionsFromProperties()2391 if (!options->notification_title.empty()) { in SetOptionsFromProperties()2401 MYLOGD("notification (title: %s, description: %s)\n", options->notification_title.c_str(), in SetOptionsFromProperties()2423 MYLOGI("notification_title: %s\n", options.notification_title.c_str()); in LogDumpOptions()
412 Lcom/android/internal/R$string;->notification_title:I
5291 contextForUser.getText(R.string.notification_title).toString();