Home
last modified time | relevance | path

Searched refs:nb (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java153 final Notification.Builder nb = new Notification.Builder(mContext) in showInvalidChargerNotification() local
164 final Notification n = nb.build(); in showInvalidChargerNotification()
175 final Notification.Builder nb = new Notification.Builder(mContext) in showWarningNotification() local
189 nb.setContentIntent(pendingBroadcast(ACTION_SHOW_BATTERY_SETTINGS)); in showWarningNotification()
192 nb.addAction(0, in showWarningNotification()
196 addStopSaverAction(nb); in showWarningNotification()
199 attachLowBatterySound(nb); in showWarningNotification()
202 final Notification n = nb.build(); in showWarningNotification()
210 final Notification.Builder nb = new Notification.Builder(mContext) in showSaverNotification() local
219 addStopSaverAction(nb); in showSaverNotification()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java129 final StatusBarNotification nb = b.notification;
131 final int bPriority = nb.getNotification().priority;
144 isSystemNotification(nb);
145 int d = nb.getScore() - na.getScore();
167 return (int) (nb.getNotification().when - na.getNotification().when);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DBitmap_Delegate.java419 /*package*/ static void nativeCopyPixelsFromBuffer(long nb, Buffer src) { in nativeCopyPixelsFromBuffer() argument
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java5440 boolean nb = mNavigationBarController.checkShowTransientBarLw(); in requestTransientBars()
5441 if (sb || nb) { in requestTransientBars()
5443 if (!nb && swipeTarget == mNavigationBar) { in requestTransientBars()
5448 if (nb) mNavigationBarController.showTransient(); in requestTransientBars()