/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() {
|
IncomingMessage.java | 45 showNotification(); 59 protected 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 | 525 boolean showNotification = 528 if (DBG) log(showNotification 532 updateSpeakerNotification(showNotification); 538 * @param showNotification if true, call notifySpeakerphone(); 547 public void updateSpeakerNotification(boolean showNotification) { 548 if (DBG) log("updateSpeakerNotification(" + showNotification + ")..."); 550 // Regardless of the value of the showNotification param, suppress 560 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 | |