HomeSort by relevance Sort by last modified time
    Searched refs:showNotification (Results 1 - 22 of 22) sorted by null

  /external/webkit/Source/WebKit/qt/examples/platformplugin/
WebNotificationPresenter.h 34 void showNotification(const QWebNotificationData*);
55 void showNotification(const QWebNotificationData* data) { m_widget->showNotification(data); }
WebNotificationPresenter.cpp 32 void WebNotificationWidget::showNotification(const QWebNotificationData* data)
qwebkitplatformplugin.h 83 virtual void showNotification(const QWebNotificationData*) = 0;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotifyingService.java 70 showNotification(R.drawable.stat_happy,
74 showNotification(R.drawable.stat_neutral,
78 showNotification(R.drawable.stat_sad,
93 private void showNotification(int moodId, int textId) {
LocalService.java 68 showNotification();
100 private void showNotification() {
AlarmService_Service.java 50 showNotification();
98 private void showNotification() {
MessengerService.java 124 showNotification();
148 private void showNotification() {
ServiceStartArguments.java 80 showNotification(txt);
176 private void showNotification(String text) {
RemoteService.java 74 showNotification();
182 private void showNotification() {
  /packages/apps/Phone/src/com/android/phone/
EmergencyCallbackModeService.java 141 showNotification(ecmTimeout);
149 EmergencyCallbackModeService.this.showNotification(millisUntilFinished);
163 private void showNotification(long millisUntilFinished) {
204 showNotification(0);
NotificationMgr.java 529 boolean showNotification =
532 if (DBG) log(showNotification
536 updateSpeakerNotification(showNotification);
542 * @param showNotification if true, call notifySpeakerphone();
551 public void updateSpeakerNotification(boolean showNotification) {
552 if (DBG) log("updateSpeakerNotification(" + showNotification + ")...");
554 // Regardless of the value of the showNotification param, suppress
564 if (showNotification) {
    [all...]
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java 136 showNotification();
157 // Cancels the status bar mNotification based on its ID, which is set in showNotification().
180 private void showNotification() {
  /external/webkit/Source/WebKit/qt/Api/
qwebkitplatformplugin.h 88 virtual void showNotification(const QWebNotificationData*) = 0;
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 140 showNotification(false);
144 showNotification(true);
259 void showNotification(boolean custom) {
  /frameworks/base/services/java/com/android/server/connectivity/
Vpn.java 247 showNotification(config, label, bitmap);
308 private void showNotification(VpnConfig config, String label, Bitmap icon) {
626 showNotification(mConfig, null, null);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
NotificationPresenterClientQt.cpp 229 wrapper->m_presenter->showNotification(wrapper);
  /frameworks/base/core/java/android/app/
DownloadManager.java     [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 870 showNotification(message.syncEnabledMessage);
988 function showNotification(message, actionText, opt_f, opt_delay) {
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java 660 showNotification();
    [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 

Completed in 2242 milliseconds