Searched defs:mAll (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/incident/include/android/os/
H A DIncidentReportArgs.h54 inline bool all() const { return mAll; }
65 bool mAll; member in class:android::os::IncidentReportArgs
/frameworks/base/core/java/android/os/
H A DIncidentReportArgs.java40 private boolean mAll; field in class:IncidentReportArgs
64 out.writeInt(mAll ? 1 : 0);
82 mAll = in.readInt() != 0;
116 if (mAll) {
139 mAll = all;
165 if (!mAll && section > 1) {
174 return mAll;
181 return mAll || mSections.indexOf(section) >= 0;

Completed in 340 milliseconds