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()
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()
/frameworks/base/core/java/android/os/
DIncidentReportArgs.java37 private boolean mAll; field in IncidentReportArgs
63 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()
/frameworks/base/libs/incident/include/android/os/
DIncidentReportArgs.h55 inline bool all() const { return mAll; } in all()
68 bool mAll; variable
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt54074 Landroid/os/IncidentReportArgs;->mAll:Z