Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java174 Notification n2 = new Notification.Builder(mContext) in testHasCompletedProgress_complete() local
186 Notification n2 = new Notification.Builder(mContext) in testHasCompletedProgress_notComplete() local
247 Notification n2 = builder.build(); in allPendingIntents_recollectedAfterReusingBuilder() local
1028 Notification n2 = new Notification.Builder(mContext, "test") in areIconsDifferent_sameLargeIcon_false() local
1043 Notification n2 = new Notification.Builder(mContext, "test") in areIconsDifferent_differentLargeIcon_true() local
1053 Notification n2 = new Notification.Builder(mContext, "test") in areIconsDifferent_addedLargeIcon_true() local
1328 Notification n2 = new Notification.Builder(mContext, "test") in testActionsDifferent_null() local
1343 Notification n2 = new Notification.Builder(mContext, "test") in testActionsDifferentSame() local
1359 Notification n2 = new Notification.Builder(mContext, "test") in testActionsDifferentText() local
1379 Notification n2 = new Notification.Builder(mContext, "test") in testActionsDifferentSpannables() local
[all …]
H A DNotificationHistoryTest.java116 HistoricalNotification n2 = getHistoricalNotification(1); in testAddNotificationToWrite() local
131 HistoricalNotification n2 = getHistoricalNotification(1); in testAddNotificationsToWrite() local
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryDatabaseTest.java182 HistoricalNotification n2 = getHistoricalNotification(2); in testAddNotification() local
197 HistoricalNotification n2 = getHistoricalNotification(2); in testAddNotification_newestFirst() local
H A DNotificationComparatorTest.java159 Notification n2 = new Notification.Builder(mMockContext, TEST_CHANNEL_ID) in setUp() local
H A DNotificationManagerServiceTest.java6557 Notification n2 = new Notification.Builder(mContext, "channel") in testVisualDifference_sameImages() local
6571 Notification n2 = new Notification.Builder(mContext, "channel") in testVisualDifference_differentSmallImage() local
6586 Notification n2 = new Notification.Builder(mContext, "channel") in testVisualDifference_differentLargeImage() local
/aosp14/frameworks/base/core/java/android/text/format/
H A 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
/aosp14/frameworks/base/core/tests/privacytests/src/android/privacy/
H A DLongitudinalReportingEncoderTest.java322 final int n2 = 1000; in testLongitudinalReportingEncoder_basicPRRTest() local
/aosp14/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java434 final Notification n2 = Notification.CREATOR.createFromParcel(p); in testCreate() local
/aosp14/system/core/libutils/
H A DUnicode.cpp264 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2) in strzcmp16()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java2922 PhoneNumber n2; in areSamePhoneNumber() local