Searched refs:nb1 (Results 1 – 2 of 2) sorted by relevance
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Bitmap_Delegate.java | 542 /*package*/ static boolean nativeSameAs(long nb0, long nb1) { in nativeSameAs() argument 548 Bitmap_Delegate delegate2 = sManager.getDelegate(nb1); in nativeSameAs()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 4057 Notification.Builder nb1 = new Notification.Builder(mContext, "") in testVisualDifference_foreground() local 4060 nb1.build(), UserHandle.getUserHandleForUid(mUid), null, 0); in testVisualDifference_foreground() 4077 Notification.Builder nb1 = new Notification.Builder(mContext, "") in testVisualDifference_diffTitle() local 4080 nb1.build(), UserHandle.getUserHandleForUid(mUid), null, 0); in testVisualDifference_diffTitle() 4096 Notification.Builder nb1 = new Notification.Builder(mContext, "") in testVisualDifference_inboxStyle() local 4100 nb1.build(), UserHandle.getUserHandleForUid(mUid), null, 0); in testVisualDifference_inboxStyle() 4146 Notification.Builder nb1 = new Notification.Builder(mContext, "") in testVisualDifference_diffText() local 4149 nb1.build(), UserHandle.getUserHandleForUid(mUid), null, 0); in testVisualDifference_diffText() 4165 Notification.Builder nb1 = new Notification.Builder(mContext, "") in testVisualDifference_sameText() local 4168 nb1.build(), UserHandle.getUserHandleForUid(mUid), null, 0); in testVisualDifference_sameText() [all …]
|