HomeSort by relevance Sort by last modified time
    Searched refs:showNotification (Results 1 - 24 of 24) 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 142 showNotification(ecmTimeout);
150 EmergencyCallbackModeService.this.showNotification(millisUntilFinished);
164 private void showNotification(long millisUntilFinished) {
205 showNotification(0);
NotificationMgr.java 624 boolean showNotification =
627 if (DBG) log(showNotification
631 updateSpeakerNotification(showNotification);
637 * @param showNotification if true, call notifySpeakerphone();
646 public void updateSpeakerNotification(boolean showNotification) {
647 if (DBG) log("updateSpeakerNotification(" + showNotification + ")...");
649 // Regardless of the value of the showNotification param, suppress
659 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() {
  /frameworks/base/services/java/com/android/server/net/
LockdownVpnTracker.java 132 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected);
138 showNotification(R.string.vpn_lockdown_connecting, R.drawable.vpn_disconnected);
145 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected);
159 showNotification(R.string.vpn_lockdown_connected, R.drawable.vpn_connected);
279 private void showNotification(int titleRes, int iconRes) {
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxService.java 90 showNotification();
173 private void showNotification() {
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
ControllerService.java 185 showNotification();
292 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 315 showNotification(config, label, bitmap);
402 private void showNotification(VpnConfig config, String label, Bitmap icon) {
    [all...]
  /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...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 1740 milliseconds