Searched refs:mAll (Results 1 – 4 of 4) sorted by relevance
28 mAll(false), in IncidentReportArgs()37 mAll(that.mAll), in IncidentReportArgs()54 err = out->writeInt32(mAll); in writeToParcel()117 mAll = all; in readFromParcel()173 mAll = all; in setAll()188 if (!mAll) { in addSection()223 return mAll || mSections.find(section) != mSections.end(); in containsSection()233 if (!mAll) { in merge()234 if (that.mAll) { in merge()235 mAll = true; in merge()
36 private boolean mAll; field in IncidentReportArgs62 out.writeInt(mAll ? 1 : 0); in writeToParcel()84 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()
58 inline bool all() const { return mAll; } in all()72 bool mAll; variable
35953 Landroid/os/IncidentReportArgs;->mAll:Z