/aosp14/frameworks/base/errorprone/refaster/ |
H A D | EfficientXml.java | 76 int beforeParse(TypedXmlPullParser in, String n) throws Exception { in beforeParse() 81 int beforeUtils(TypedXmlPullParser in, String n) throws Exception { in beforeUtils() 91 int after(TypedXmlPullParser in, String n) throws Exception { in after() 115 int after(TypedXmlPullParser in, String n) throws Exception { in after() 181 long after(TypedXmlPullParser in, String n) throws Exception { in after() 205 long after(TypedXmlPullParser in, String n) throws Exception { in after() 244 float after(TypedXmlPullParser in, String n) throws Exception { in after() 273 double after(TypedXmlPullParser in, String n) throws Exception { in after() 297 void before(TypedXmlSerializer out, String n) throws Exception { in before() 302 void after(TypedXmlSerializer out, String n) throws Exception { in after() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarNotificationPresenterTest.java | 141 Notification n = new Notification.Builder(getContext(), "a").build(); in testNoSuppressHeadsUp_default() local 154 Notification n = new Notification.Builder(getContext(), "a").build(); in testSuppressHeadsUp_disabledStatusBar() local 171 Notification n = new Notification.Builder(getContext(), "a").build(); in testSuppressHeadsUp_disabledNotificationShade() local 189 Notification n = new Notification.Builder(getContext(), "a") in testNoSuppressHeadsUp_FSI_nonOccludedKeyguard() local 206 Notification n = new Notification.Builder(getContext(), "a").build(); in testSuppressInterruptions_vrMode() local 221 Notification n = new Notification.Builder(getContext(), "a").build(); in testSuppressInterruptions_statusBarAlertsDisabled() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | NotificationHistoryTest.java | 87 HistoricalNotification n = new HistoricalNotification.Builder() in testHistoricalNotificationBuilder() local 115 HistoricalNotification n = getHistoricalNotification(0); in testAddNotificationToWrite() local 130 HistoricalNotification n = getHistoricalNotification(3); in testAddNotificationsToWrite() local 163 HistoricalNotification n = getHistoricalNotification(i); in testPoolStringsFromNotifications() local 193 HistoricalNotification n = getHistoricalNotification(i); in testAddPooledStrings() local 225 HistoricalNotification n = in testRemoveNotificationsFromWrite() local 263 HistoricalNotification n = getHistoricalNotification("pkg", i); in testRemoveNotificationFromWrite() local 300 HistoricalNotification n = getHistoricalNotification("pkg", i); in testRemoveConversationNotificationFromWrite() local 338 HistoricalNotification n = getHistoricalNotification("pkg", i); in testRemoveChannelFromWrite() local 379 HistoricalNotification n = getHistoricalNotification(i); in testParceling() local
|
H A D | NotificationTest.java | 124 Notification n = new Notification.Builder(mContext, "test") in testColorizedByPermission() local 144 Notification n = new Notification.Builder(mContext, "test") in testColorizedByForeground() local 164 Notification n = new Notification.Builder(mContext).build(); in testHasCompletedProgress_noProgress() local 171 Notification n = new Notification.Builder(mContext) in testHasCompletedProgress_complete() local 183 Notification n = new Notification.Builder(mContext) in testHasCompletedProgress_notComplete() local 195 Notification n = new Notification.Builder(mContext) in testHasCompletedProgress_zeroMax() local 221 Notification n = new Notification.Builder(mContext).build(); in largeIconReferenceInExtrasOnly_keptAfterParcelling() local 267 Notification n = builder.build(); in allPendingIntents_containsCustomRemoteViews() local 790 Notification n = new Notification.Builder(mContext, "test") in testRecoverBuilder_nullExtraPeopleList_noCrash() local 804 Notification n = new Notification.Builder(mContext, "test") in testVisitUris_invalidExtra_noCrash() local [all …]
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | SparseSetArray.java | 49 public boolean add(int n, T value) { in add() 65 public void addAll(int n, ArraySet<T> values) { in addAll() 85 public boolean contains(int n, T value) { in contains() 96 public ArraySet<T> get(int n) { in get() 104 public boolean remove(int n, T value) { in remove() 119 public void remove(int n) { in remove()
|
H A D | Spline.java | 135 final int n = x.length; in MonotoneCubicSpline() local 185 final int n = mX.length; in interpolate() local 217 final int n = mX.length; in toString() local 254 final int n = mX.length; in interpolate() local 280 final int n = mX.length; in toString() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | WatchedSparseSetArray.java | 61 public boolean add(int n, T value) { in add() 70 public void addAll(int n, ArraySet<T> values) { in addAll() 86 public boolean contains(int n, T value) { in contains() 93 public ArraySet<T> get(int n) { in get() 101 public boolean remove(int n, T value) { in remove() 112 public void remove(int n) { in remove()
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
H A D | GLId.java | 26 public void glGenBuffers(int n, int[] buffers, int offset); in glGenBuffers() 28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); in glDeleteTextures() 30 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset); in glDeleteBuffers() 32 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset); in glDeleteFramebuffers()
|
H A D | GLES20IdImpl.java | 19 public void glGenBuffers(int n, int[] buffers, int offset) { in glGenBuffers() 25 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures() 32 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) { in glDeleteBuffers() 38 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset) { in glDeleteFramebuffers()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationHistoryProtoHelperTest.java | 87 HistoricalNotification n = getHistoricalNotification(i); in testReadWriteNotifications() local 114 HistoricalNotification n = getHistoricalNotification(i); in testReadWriteNotifications_stringFieldsPersistedEvenIfNoPool() local 141 HistoricalNotification n = in testReadNotificationsWithPkgFilter() local 184 HistoricalNotification n = getHistoricalNotification(i); in testReadNotificationsWithNumberFilter() local 236 HistoricalNotification n = getHistoricalNotification(i); in testReadNotificationsWithNumberFilter_preExistingNotifs() local 277 HistoricalNotification n = getHistoricalNotification(i); in testReadMergeIntoExistingHistory() local 295 HistoricalNotification n = getHistoricalNotification(i); in testReadMergeIntoExistingHistory() local
|
H A D | NotificationIntrusivenessExtractorTest.java | 48 Notification n = builder.build(); in testNonIntrusive() local 66 Notification n = builder.build(); in testIntrusive_fillScreen() local 85 Notification n = builder.build(); in testOldNotificationsNotIntrusive() local
|
H A D | GlobalSortKeyComparatorTest.java | 48 Notification n = new Notification.Builder(getContext(), TEST_CHANNEL_ID) in testComparator() local 87 Notification n = new Notification.Builder(getContext(), TEST_CHANNEL_ID) in testNoCrash_leftNull() local 117 Notification n = new Notification.Builder(getContext(), TEST_CHANNEL_ID) in testNoCrash_rightNull() local
|
H A D | NotificationChannelExtractorTest.java | 62 Notification n = builder.build(); in testExtractsUpdatedChannel() local 89 Notification n = builder.build(); in testInvalidShortcutFlagEnabled_looksUpCorrectChannel() local 117 Notification n = builder.build(); in testInvalidShortcutFlagDisabled_looksUpCorrectChannel() local
|
H A D | ZenModeFilteringTest.java | 248 Notification n = new Notification.Builder(mContext, "a").build(); in testConversation_allAllowed() local 266 Notification n = new Notification.Builder(mContext, "a").build(); in testConversation_importantAllowed_isImportant() local 284 Notification n = new Notification.Builder(mContext, "a").build(); in testConversation_importantAllowed_isNotImportant() local 301 Notification n = new Notification.Builder(mContext, "a").build(); in testConversation_noneAllowed_notCallOrMsg() local 318 Notification n = new Notification.Builder(mContext, "a").build(); in testConversation_noneAllowed_callAllowed() local 338 Notification n = new Notification.Builder(mContext, "a").build(); in testConversation_noneAllowed_msgAllowed() local
|
/aosp14/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
H A D | NotificationTests.java | 241 public static String summarize(Notification n) { in summarize() 257 …final Notification n = makeBigTextNotification(mContext, 0, bigtextId, System.currentTimeMillis()); in testCreate() local 296 final Notification n = new Notification.Builder(mContext) in testCreate() local 309 final Notification n = new Notification.Builder(mContext) in testCreate() local 332 final Notification n = new Notification.Builder(mContext) in testCreate() local 354 final Notification n = new Notification.Builder(mContext) in testCreate() local 372 final Notification n = new Notification.Builder(mContext) in testCreate() local 389 final Notification n = mNotifications.get(i); in testCreate() local 402 final Notification n = mNotifications.get(i); in testCreate() local 421 final Notification n = mNotifications.get(i); in testCreate() local [all …]
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | MessageQueue.java | 684 Message n = p.next; in removeMessages() local 692 Message n = p.next; in removeMessages() local 718 Message n = p.next; in removeEqualMessages() local 726 Message n = p.next; in removeEqualMessages() local 752 Message n = p.next; in removeMessages() local 760 Message n = p.next; in removeMessages() local 786 Message n = p.next; in removeEqualMessages() local 794 Message n = p.next; in removeEqualMessages() local 879 Message n = p.next; in removeAllMessagesLocked() local 893 Message n; in removeAllFutureMessagesLocked() local [all …]
|
H A D | HwBlob.java | 346 final int n = array.length; in wrapArray() local 361 final int n = array.length; in wrapArray() local 376 final int n = array.length; in wrapArray() local 391 final int n = array.length; in wrapArray() local 406 final int n = array.length; in wrapArray() local 421 final int n = array.length; in wrapArray() local 436 final int n = array.length; in wrapArray() local
|
H A D | Broadcaster.java | 60 int n; in request() local 160 int n = r.targets.length; in dumpRegistrations() local 196 int n = targets.length; in broadcast() local
|
H A D | HwParcel.java | 209 final int n = val.size(); in writeBoolVector() local 223 final int n = val.size(); in writeInt8Vector() local 237 final int n = val.size(); in writeInt16Vector() local 251 final int n = val.size(); in writeInt32Vector() local 265 final int n = val.size(); in writeInt64Vector() local 279 final int n = val.size(); in writeFloatVector() local 293 final int n = val.size(); in writeDoubleVector() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | LongArrayQueueTest.java | 66 int n = 890; in addLastRemoveFirstFifo() local 151 int n = 25; in peekFirstVsRemoveFirst() local 199 int n = 520; in getInvalidPositions() local
|
/aosp14/system/core/libutils/include/utils/ |
H A D | FastStrcmp.h | 44 const ssize_t n = s; // To help reject negative sizes, treat like zero in fastcmp() local 51 const ssize_t n = s; // To help reject negative sizes, treat like zero in fasticmp() local 60 const ssize_t n = s; // To help reject negative sizes, treat like zero in fastcmp() local
|
H A D | RefBase.h | 715 void move_references(sp<TYPE>* dest, sp<TYPE> const* src, size_t n) { in move_references() 735 void move_references(wp<TYPE>* dest, wp<TYPE> const* src, size_t n) { in move_references() 762 void move_forward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_forward_type() 767 void move_backward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_backward_type() 772 void move_forward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_forward_type() 777 void move_backward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_backward_type()
|
H A D | BitSet.h | 104 uint32_t n = firstMarkedBit(value); in clearFirstMarkedBit() local 114 uint32_t n = firstUnmarkedBit(value); in markFirstUnmarkedBit() local 124 uint32_t n = lastMarkedBit(value); in clearLastMarkedBit() local 254 uint32_t n = firstMarkedBit(value); in clearFirstMarkedBit() local 264 uint32_t n = firstUnmarkedBit(value); in markFirstUnmarkedBit() local 274 uint32_t n = lastMarkedBit(value); in clearLastMarkedBit() local
|
/aosp14/frameworks/base/core/java/android/security/ |
H A D | Scrypt.java | 26 native byte[] nativeScrypt(byte[] password, byte[] salt, int n, int r, int p, int outLen); in nativeScrypt() 29 public byte[] scrypt(byte[] password, byte[] salt, int n, int r, int p, int outLen) { in scrypt()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationLoggerTest.java | 214 Notifications.Notification n = mNotificationPanelLoggerFake.get(0).list.notifications[0]; in testLogPanelShownOnWake() local 231 Notifications.Notification n = mNotificationPanelLoggerFake.get(0).list.notifications[0]; in testLogPanelShownOnShadePull() local 257 Notifications.Notification n = mNotificationPanelLoggerFake.get(0).list.notifications[0]; in testLogPanelShownHandlesNullInstanceIds() local
|