Home
last modified time | relevance | path

Searched defs:n2 (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationTest.java90 Notification.Builder n2 = new Notification.Builder(mContext, "test"); in testStyleChangeVisiblyDifferent_noStyles() local
98 Notification.Builder n2 = new Notification.Builder(mContext, "test") in testStyleChangeVisiblyDifferent_noStyleToStyle() local
106 Notification.Builder n2 = new Notification.Builder(mContext, "test"); in testStyleChangeVisiblyDifferent_styleToNoStyle() local
117 Notification.Builder n2 = new Notification.Builder(mContext, "test") in testStyleChangeVisiblyDifferent_changeStyle() local
241 Notification.Builder n2 = new Notification.Builder(mContext, "test"); in testRemoteViews_nullChange() local
272 Notification.Builder n2 = new Notification.Builder(mContext, "test").setContent(b); in testRemoteViews_layoutChange() local
292 Notification.Builder n2 = new Notification.Builder(mContext, "test").setContent(b); in testRemoteViews_layoutSame() local
314 Notification.Builder n2 = new Notification.Builder(mContext, "test").setContent(b); in testRemoteViews_sequenceChange() local
336 Notification.Builder n2 = new Notification.Builder(mContext, "test").setContent(b); in testRemoteViews_sequenceSame() local
352 Notification n2 = new Notification.Builder(mContext, "test") in testActionsDifferent_null() local
[all …]
DNotificationHistoryDatabaseTest.java197 HistoricalNotification n2 = getHistoricalNotification(2); in testAddNotification() local
212 HistoricalNotification n2 = getHistoricalNotification(2); in testAddNotification_newestFirst() local
DNotificationComparatorTest.java141 Notification n2 = new Notification.Builder(mContext, TEST_CHANNEL_ID) in setUp() local
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Dpass-struct.c17 int n2[2]; member
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java120 Notification n2 = new Notification.Builder(mContext) in testHasCompletedProgress_complete() local
132 Notification n2 = new Notification.Builder(mContext) in testHasCompletedProgress_notComplete() local
191 Notification n2 = builder.build(); in allPendingIntents_recollectedAfterReusingBuilder() local
DNotificationHistoryTest.java116 HistoricalNotification n2 = getHistoricalNotification(1); in testAddNotificationToWrite() local
131 HistoricalNotification n2 = getHistoricalNotification(1); in testAddNotificationsToWrite() local
/frameworks/base/core/java/android/text/format/
DTimeFormatter.java312 int n2 = (wallTime.getHour() % 12 != 0) ? (wallTime.getHour() % 12) : 12; in handleToken() local
313 numberFormatter.format(getFormat(modifier, "%2d", "%2d", "%d", "%02d"), n2); in handleToken() local
/frameworks/base/core/tests/privacytests/src/android/privacy/
DLongitudinalReportingEncoderTest.java322 final int n2 = 1000; in testLongitudinalReportingEncoder_basicPRRTest() local
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DQuaternion.java127 double n2 = 2 * (x[0] * (v2 * x[0] - (x[1] * v1 - x[2] * v0)) + s * x[3]) - v2; in rotateVec() local
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java434 final Notification n2 = Notification.CREATOR.createFromParcel(p); in testCreate() local
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java3284 PhoneNumber n2; in areSamePhoneNumber() local