Home | History | Annotate | Download | only in mocks

Lines Matching defs:mRecords

80     private final ArrayList<Record> mRecords = new ArrayList<Record>();
87 synchronized (mRecords) {
88 final int recordCount = mRecords.size();
90 if (mRecords.get(i).binder == binder) {
91 mRecords.remove(i);
114 synchronized (mRecords) {
118 final int N = mRecords.size();
120 r = mRecords.get(i);
127 mRecords.add(r);
157 synchronized (mRecords) {
159 //log("notifySubscriptionInfoChanged: first invocation mRecords.size="
160 // + mRecords.size());
164 for (Record r : mRecords) {