HomeSort by relevance Sort by last modified time
    Searched full:notification_text (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/chromeos/
customization_document_unittest.cc 77 " \"notification_text\" : \"3G connectivity : Carrier.\","
80 " \"notification_text\" : \"default_text.\","
98 " \"notification_text\" : \"en-US text.\","
101 " \"notification_text\" : \"default_text.\","
202 deal->GetLocalizedString("en-US", "notification_text"));
204 deal->GetLocalizedString("en", "notification_text"));
customization_document.cc 54 const char kNotificationTextAttr[] = "notification_text";
  /development/samples/HoneycombGallery/res/values/
strings.xml 25 <string name="notification_text">Example notification text</string>
  /development/samples/HoneycombGallery/res/layout/
notification.xml 48 android:text="@string/notification_text" />
  /external/chromium/chrome/browser/chromeos/status/
network_menu_button.cc 282 "notification_text");
439 deal_text = deal->GetLocalizedString(locale, "notification_text");
469 std::wstring notification_text; local
473 notification_text = StringPrintf(L"%ls\n\n%ls",
477 notification_text = default_text;
492 notification_text,
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 267 .setTicker(getString(R.string.notification_text))
296 .setContentText(getString(R.string.notification_text));

Completed in 234 milliseconds