Lines Matching refs:mAlarmBatches

444     final ArrayList<Batch> mAlarmBatches = new ArrayList<Batch>();
486 final int N = mAlarmBatches.size();
488 Batch b = mAlarmBatches.get(i);
504 ArrayList<Batch> oldSet = (ArrayList<Batch>) mAlarmBatches.clone();
505 mAlarmBatches.clear();
767 addBatchLocked(mAlarmBatches, batch);
769 Batch batch = mAlarmBatches.get(whichBatch);
773 mAlarmBatches.remove(whichBatch);
774 addBatchLocked(mAlarmBatches, batch);
906 if (mAlarmBatches.size() > 0) {
909 pw.println(mAlarmBatches.size());
910 for (Batch b : mAlarmBatches) {
1055 final int NZ = mAlarmBatches.size();
1057 Batch bz = mAlarmBatches.get(iz);
1069 final int N = mAlarmBatches.size();
1071 Batch b = mAlarmBatches.get(i);
1087 final int N = mAlarmBatches.size();
1089 Batch b = mAlarmBatches.get(i);
1115 final int N = mAlarmBatches.size();
1117 ArrayList<Alarm> alarms = mAlarmBatches.get(i).alarms;
1230 if (mAlarmBatches.size() > 0) {
1232 final Batch firstBatch = mAlarmBatches.get(0);
1256 for (int i = mAlarmBatches.size() - 1; i >= 0; i--) {
1257 Batch b = mAlarmBatches.get(i);
1260 mAlarmBatches.remove(i);
1276 for (int i = mAlarmBatches.size() - 1; i >= 0; i--) {
1277 Batch b = mAlarmBatches.get(i);
1280 mAlarmBatches.remove(i);
1296 for (int i = mAlarmBatches.size() - 1; i >= 0; i--) {
1297 Batch b = mAlarmBatches.get(i);
1300 mAlarmBatches.remove(i);
1341 for (int i = 0; i < mAlarmBatches.size(); i++) {
1342 Batch b = mAlarmBatches.get(i);
1419 while (mAlarmBatches.size() > 0) {
1420 Batch batch = mAlarmBatches.get(0);
1428 mAlarmBatches.remove(0);
1738 recordWakeupAlarms(mAlarmBatches, nowELAPSED, nowRTC);