Searched refs:nb (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/
H A DNotificationControllerTest.java66 final Notification.Builder nb = new Notification.Builder(c);
76 nb.setDefaults(0);
77 nb.setSound(null);
78 mTarget.setupSoundAndVibration(nb, a1);
79 n = nb.getNotification();
89 nb.setDefaults(0);
90 nb.setSound(null);
91 mTarget.setupSoundAndVibration(nb, a1);
92 n = nb.getNotification();
102 nb
[all...]
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DCSite.h59 inline void setNeighbor(SEdgeVector *nb) { neighbor = nb; } argument
H A DImageUtils.cpp118 int r,g,b, nr, ng, nb, val; local
148 int r,g,b, nr, ng, nb, val; local

Completed in 85 milliseconds