Home
last modified time | relevance | path

Searched refs:mAll (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/incident/src/
DIncidentReportArgs.cpp28 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()
/frameworks/base/core/java/android/os/
DIncidentReportArgs.java36 private boolean mAll; field in IncidentReportArgs
62 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()
/frameworks/base/libs/incident/include_priv/android/os/
DIncidentReportArgs.h58 inline bool all() const { return mAll; } in all()
72 bool mAll; variable
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt35953 Landroid/os/IncidentReportArgs;->mAll:Z