Searched refs:nb1 (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 3344 Notification.Builder nb1 = new Notification.Builder(mContext, "") in testVisualDifference_foreground() local 3347 nb1.build(), new UserHandle(mUid), null, 0); in testVisualDifference_foreground() 3364 Notification.Builder nb1 = new Notification.Builder(mContext, "") in testVisualDifference_diffTitle() local 3367 nb1.build(), new UserHandle(mUid), null, 0); in testVisualDifference_diffTitle() 3383 Notification.Builder nb1 = new Notification.Builder(mContext, "") in testVisualDifference_inboxStyle() local 3387 nb1.build(), new UserHandle(mUid), null, 0); in testVisualDifference_inboxStyle() 3433 Notification.Builder nb1 = new Notification.Builder(mContext, "") in testVisualDifference_diffText() local 3436 nb1.build(), new UserHandle(mUid), null, 0); in testVisualDifference_diffText() 3452 Notification.Builder nb1 = new Notification.Builder(mContext, "") in testVisualDifference_sameText() local 3455 nb1.build(), new UserHandle(mUid), null, 0); in testVisualDifference_sameText() [all …]
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Bitmap_Delegate.java | 543 /*package*/ static boolean nativeSameAs(long nb0, long nb1) { in nativeSameAs() argument 549 Bitmap_Delegate delegate2 = sManager.getDelegate(nb1); in nativeSameAs()
|