Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/aosp14/frameworks/base/errorprone/refaster/
H A DEfficientXml.java76 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 DStatusBarNotificationPresenterTest.java141 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 DNotificationHistoryTest.java87 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 DNotificationTest.java124 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 DSparseSetArray.java49 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 DSpline.java135 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 DWatchedSparseSetArray.java61 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 DGLId.java26 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 DGLES20IdImpl.java19 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 DNotificationHistoryProtoHelperTest.java87 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 DNotificationIntrusivenessExtractorTest.java48 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 DGlobalSortKeyComparatorTest.java48 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 DNotificationChannelExtractorTest.java62 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 DZenModeFilteringTest.java248 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 DNotificationTests.java241 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 DMessageQueue.java684 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 DHwBlob.java346 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 DBroadcaster.java60 int n; in request() local
160 int n = r.targets.length; in dumpRegistrations() local
196 int n = targets.length; in broadcast() local
H A DHwParcel.java209 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 DLongArrayQueueTest.java66 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 DFastStrcmp.h44 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 DRefBase.h715 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 DBitSet.h104 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 DScrypt.java26 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 DNotificationLoggerTest.java214 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

12345678910>>...15