Searched refs:mAll (Results 1 – 4 of 4) sorted by relevance
28 mAll(false), in IncidentReportArgs()36 mAll(that.mAll), in IncidentReportArgs()52 err = out->writeInt32(mAll); in writeToParcel()110 mAll = all; in readFromParcel()158 mAll = all; in setAll()173 if (!mAll) { in addSection()202 return mAll || mSections.find(section) != mSections.end(); in containsSection()212 if (!mAll) { in merge()213 if (that.mAll) { in merge()214 mAll = true; in merge()
37 private boolean mAll; field in IncidentReportArgs63 out.writeInt(mAll ? 1 : 0); in writeToParcel()85 mAll = in.readInt() != 0; in readFromParcel()123 if (mAll) { in toString()148 mAll = all; in setAll()174 if (!mAll && section > 1) { in addSection()183 return mAll; in isAll()190 return mAll || mSections.indexOf(section) >= 0; in containsSection()
55 inline bool all() const { return mAll; } in all()68 bool mAll; variable
54074 Landroid/os/IncidentReportArgs;->mAll:Z