HomeSort by relevance Sort by last modified time
    Searched defs:showNotification (Results 1 - 25 of 36) 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) {
  /developers/build/prebuilts/gradle/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
MainActivity.java 72 public void showNotification(View view) {
  /developers/samples/android/wearable/wear/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
MainActivity.java 72 public void showNotification(View view) {
  /development/samples/browseable/SkeletonWearableApp/Wearable/src/com.example.android.google.wearable.app/
MainActivity.java 72 public void showNotification(View view) {
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxService.java 89 showNotification();
174 private void showNotification() {
  /developers/build/prebuilts/gradle/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java 90 private void showNotification() {
129 showNotification();
  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java 90 private void showNotification() {
129 showNotification();
  /development/samples/browseable/ElizaChat/Application/src/com.example.android.wearable.elizachat/
ResponderService.java 90 private void showNotification() {
129 showNotification();
  /packages/services/Telephony/src/com/android/phone/
EmergencyCallbackModeService.java 144 showNotification(ecmTimeout);
155 EmergencyCallbackModeService.this.showNotification(millisUntilFinished);
171 private void showNotification(long millisUntilFinished) {
220 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/core/java/com/android/server/net/
LockdownVpnTracker.java 156 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected);
162 showNotification(R.string.vpn_lockdown_connecting, R.drawable.vpn_disconnected);
172 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected);
176 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected);
191 showNotification(R.string.vpn_lockdown_connected, R.drawable.vpn_connected);
333 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 210 showNotification(call);
225 private void showNotification(final Call call) {
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 518 showNotification();
788 function showNotification() {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpNotificationView.java 109 public boolean showNotification(NotificationData.Entry headsUp) {
277 showNotification(mHeadsUp);
  /packages/apps/Email/src/com/android/email/
EmailNotificationController.java 170 private void showNotification(long accountId, String ticker, String title,
395 showNotification(mailbox.mAccountKey,
431 showNotification(mailbox.mAccountKey,
464 showNotification(accountId, ticker, title, accountName, intent,
484 showNotification(accountId, ticker, title, accountName, intent,
508 showNotification(account.mId, ticker, title, accountName, intent,
525 showNotification(account.mId, ticker, title, accountName, intent,
542 showNotification(account.mId, ticker, title, accountName, intent,
    [all...]
  /packages/apps/FMRadio/src/com/android/fmradio/
FmRecordActivity.java 247 showNotification();
250 private void showNotification() {
  /external/chromium_org/chrome/browser/resources/history/
history.js 635 this.view_.showNotification(message);
    [all...]
  /external/robolectric/lib/main/
android.jar 

Completed in 792 milliseconds

1 2