Searched refs:nb (Results 1 – 4 of 4) sorted by relevance
153 final Notification.Builder nb = new Notification.Builder(mContext) in showInvalidChargerNotification() local164 final Notification n = nb.build(); in showInvalidChargerNotification()175 final Notification.Builder nb = new Notification.Builder(mContext) in showWarningNotification() local189 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() local219 addStopSaverAction(nb); in showSaverNotification()[all …]
129 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);
419 /*package*/ static void nativeCopyPixelsFromBuffer(long nb, Buffer src) { in nativeCopyPixelsFromBuffer() argument
5440 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()