OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deepNotifyCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
CallbackRegistryTest.java
38
int[]
deepNotifyCount
= new int[300];
49
deepNotifyCount
[callback]++;
194
final Integer[] callbacks = new Integer[
deepNotifyCount
.length];
214
for (int i = 0; i <
deepNotifyCount
.length; i++) {
215
int expectedCount = Math.min(i + 1,
deepNotifyCount
.length - i);
216
assertEquals(expectedCount,
deepNotifyCount
[i]);
233
for (int i = 0; i <
deepNotifyCount
.length; i++) {
242
for (int i = 0; i <
deepNotifyCount
.length; i++) {
243
assertEquals(0,
deepNotifyCount
[i]);
258
for (int i = 0; i <
deepNotifyCount
.length; i++)
[
all
...]
/frameworks/data-binding/compiler/src/test/java/android/databinding/
CallbackRegistryTest.java
36
int[]
deepNotifyCount
= new int[300];
47
deepNotifyCount
[callback]++;
198
final Integer[] callbacks = new Integer[
deepNotifyCount
.length];
218
for (int i = 0; i <
deepNotifyCount
.length; i++) {
219
int expectedCount = Math.min(i + 1,
deepNotifyCount
.length - i);
220
assertEquals(expectedCount,
deepNotifyCount
[i]);
238
for (int i = 0; i <
deepNotifyCount
.length; i++) {
247
for (int i = 0; i <
deepNotifyCount
.length; i++) {
248
assertEquals(0,
deepNotifyCount
[i]);
264
for (int i = 0; i <
deepNotifyCount
.length; i++)
[
all
...]
Completed in 87 milliseconds