/aosp14/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | NotificationTest.java | 174 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 D | NotificationHistoryTest.java | 116 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 D | NotificationHistoryDatabaseTest.java | 182 HistoricalNotification n2 = getHistoricalNotification(2); in testAddNotification() local 197 HistoricalNotification n2 = getHistoricalNotification(2); in testAddNotification_newestFirst() local
|
H A D | NotificationComparatorTest.java | 159 Notification n2 = new Notification.Builder(mMockContext, TEST_CHANNEL_ID) in setUp() local
|
H A D | NotificationManagerServiceTest.java | 6557 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 D | TimeFormatter.java | 312 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 D | LongitudinalReportingEncoderTest.java | 322 final int n2 = 1000; in testLongitudinalReportingEncoder_basicPRRTest() local
|
/aosp14/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
H A D | NotificationTests.java | 434 final Notification n2 = Notification.CREATOR.createFromParcel(p); in testCreate() local
|
/aosp14/system/core/libutils/ |
H A D | Unicode.cpp | 264 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 D | PhoneNumberUtils.java | 2922 PhoneNumber n2; in areSamePhoneNumber() local
|