Home
last modified time | relevance | path

Searched defs:n1 (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java257 Notification n1 = builder.build(); in allPendingIntents_recollectedAfterReusingBuilder() local
1119 Notification n1 = new Notification.Builder(mContext, "test").setSmallIcon(1).build(); in areIconsDifferent_sameSmallIcon_false() local
1127 Notification n1 = new Notification.Builder(mContext, "test").setSmallIcon(1).build(); in areIconsDifferent_differentSmallIcon_true() local
1137 Notification n1 = new Notification.Builder(mContext, "test") in areIconsDifferent_sameLargeIcon_false() local
1152 Notification n1 = new Notification.Builder(mContext, "test") in areIconsDifferent_differentLargeIcon_true() local
1163 Notification n1 = new Notification.Builder(mContext, "test").setSmallIcon(1).build(); in areIconsDifferent_addedLargeIcon_true() local
1173 Notification n1 = new Notification.Builder(mContext, "test") in areIconsDifferent_removedLargeIcon_true() local
1182 Notification.Builder n1 = new Notification.Builder(mContext, "test"); in testStyleChangeVisiblyDifferent_noStyles() local
1190 Notification.Builder n1 = new Notification.Builder(mContext, "test"); in testStyleChangeVisiblyDifferent_noStyleToStyle() local
1200 Notification.Builder n1 = new Notification.Builder(mContext, "test") in testStyleChangeVisiblyDifferent_styleToNoStyle() local
[all …]
DPropertyInvalidatedCacheTests.java367 String n1; in testPropertyNames() local
/frameworks/native/opengl/tests/hwc/
DhwcStress.cpp428 for (unsigned int n1 = 0; n1 < list->numHwLayers; n1++) { in main() local
492 for (unsigned int n1 = 0; n1 < numSet; n1++) { in main() local
499 for (unsigned int n1 = 0; n1 < list->numHwLayers; n1++) { in main() local
641 for (size_t n1 = 0; n1 < vec.size(); n1++) { in vectorOr() local
DhwcRects.cpp264 for (unsigned int n1 = 0; n1 < argNext.length(); n1++) { in main() local
550 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in printSyntax() local
DhwcTestLib.cpp360 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in hwcTestGraphicFormatLookup() local
374 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in hwcTestGraphicFormatLookup() local
390 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in hwcTestGraphicFormat2str() local
DhwcColorEquiv.cpp433 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in printSyntax() local
DhwcCommit.cpp396 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in main() local
1440 for (unsigned int n1 = 0; n1 < hwcList->numHwLayers; n1++) { in numOverlays() local
1557 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in printSyntax() local
/frameworks/base/core/tests/privacytests/src/android/privacy/
DLongitudinalReportingEncoderTest.java298 final int n1 = 1000; in testLongitudinalReportingEncoder_basicPRRTest() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationComparatorTest.java149 Notification n1 = new Notification.Builder(mMockContext, TEST_CHANNEL_ID) in setUp() local
DNotificationManagerServiceTest.java7369 Notification n1 = new Notification.Builder(mContext, "channel") in testVisualDifference_sameImages() local
7383 Notification n1 = new Notification.Builder(mContext, "channel") in testVisualDifference_differentSmallImage() local
7398 Notification n1 = new Notification.Builder(mContext, "channel") in testVisualDifference_differentLargeImage() local
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DQuaternion.java126 double n1 = 2 * (x[0] * (v1 * x[0] - (x[3] * v0 - x[1] * v2)) + s * x[2]) - v1; in rotateVec() local
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java2944 PhoneNumber n1; in areSamePhoneNumber() local