HomeSort by relevance Sort by last modified time
    Searched defs:showNotification (Results 1 - 25 of 27) sorted by null

1 2

  /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() {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService_Service.java 50 showNotification();
98 private void showNotification() {
LocalService.java 68 showNotification();
100 private void showNotification() {
MessengerService.java 124 showNotification();
148 private void showNotification() {
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) {
RemoteService.java 74 showNotification();
182 private void showNotification() {
ServiceStartArguments.java 80 showNotification(txt);
176 private void showNotification(String text) {
  /external/chromium/chrome/browser/resources/
new_new_tab.js 870 showNotification(message.syncEnabledMessage);
988 function showNotification(message, actionText, opt_f, opt_delay) {
    [all...]
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxService.java 89 showNotification();
174 private void showNotification() {
  /packages/services/Telephony/src/com/android/phone/
EmergencyCallbackModeService.java 142 showNotification(ecmTimeout);
150 EmergencyCallbackModeService.this.showNotification(millisUntilFinished);
164 private void showNotification(long millisUntilFinished) {
205 showNotification(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/net/
LockdownVpnTracker.java 145 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected);
151 showNotification(R.string.vpn_lockdown_connecting, R.drawable.vpn_disconnected);
159 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected);
163 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected);
178 showNotification(R.string.vpn_lockdown_connected, R.drawable.vpn_connected);
306 private void showNotification(int titleRes, int iconRes) {
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
ControllerService.java 185 showNotification();
292 private void showNotification() {
  /packages/apps/InCallUI/src/com/android/incallui/
StatusBarNotifier.java 239 showNotification(call, allowFullScreenIntent);
254 private void showNotification(final Call call, final boolean allowFullScreenIntent) {
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 658 function showNotification() {
679 showNotification();
  /packages/apps/Email/src/com/android/email/
NotificationController.java 175 private void showNotification(long accountId, String ticker, String title,
398 showNotification(mailbox.mAccountKey,
428 showNotification(mailbox.mAccountKey,
459 showNotification(accountId, ticker, title, accountName, intent,
478 showNotification(accountId, ticker, title, accountName, intent,
500 showNotification(account.mId, ticker, title, accountName, intent,
514 showNotification(account.mId, ticker, title, accountName, intent,
528 showNotification(account.mId, ticker, title, accountName, intent,
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
history.js 511 this.view_.showNotification(message);
951 HistoryView.prototype.showNotification = function(innerHTML, isWarning) {
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Vpn.java 517 showNotification(label, bitmap, user);
519 showNotification(null, null, user);
665 private void showNotification(String label, Bitmap icon, int user) {
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 188 milliseconds

1 2