OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNw
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java
321
actual.
mNw
);
323
+ debugStr, expected.mAlertIdsInDigest.length, actual.
mNw
.size());
324
for (int i = 0; i < actual.
mNw
.size(); i++) {
327
+ debugStr, a.mEventId, actual.
mNw
.get(i).mEventId);
329
+ debugStr, a.mBegin, actual.
mNw
.get(i).mBegin);
331
+ debugStr, a.mEnd, actual.
mNw
.get(i).mEnd);
352
if (actual.
mNw
== null) {
356
for (int digestIndex = 0; digestIndex < actual.
mNw
.size(); digestIndex++) {
357
s.append(actual.
mNw
.get(digestIndex).mEventId + ",");
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java
129
ArrayList<NotificationWrapper>
mNw
;
147
if (
mNw
== null) {
148
mNw
= new ArrayList<NotificationWrapper>();
150
mNw
.add(nw);
[
all
...]
Completed in 150 milliseconds