Searched refs:notification_title (Results 1 – 6 of 6) sorted by relevance
100 dprintf(fd, "notification title: %s\n", ds_.notification_title.c_str()); in dump()
337 std::string notification_title; variable
1463 ds.notification_title = android::base::GetProperty(PROPERTY_EXTRA_TITLE, ""); in main()1464 if (!ds.notification_title.empty()) { in main()1474 ds.notification_title.c_str(), ds.notification_description.c_str()); in main()1839 if (!ds.notification_title.empty()) { in main()1842 am_args.push_back(ds.notification_title); in main()
74 mTitleView = (TextView) findViewById(R.id.notification_title); in onFinishInflate()
215 .setContentTitle(context.getString(R.string.notification_title))
5183 contextForUser.getText(R.string.notification_title).toString();