OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IncidentReportArgs
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/incident/include/android/os/
IncidentReportArgs.h
32
class
IncidentReportArgs
: public Parcelable {
34
IncidentReportArgs
();
35
explicit
IncidentReportArgs
(const
IncidentReportArgs
& that);
36
virtual ~
IncidentReportArgs
();
51
void merge(const
IncidentReportArgs
& that);
/frameworks/base/libs/incident/src/
IncidentReportArgs.cpp
19
#include <android/os/
IncidentReportArgs
.h>
26
IncidentReportArgs
::
IncidentReportArgs
()
32
IncidentReportArgs
::
IncidentReportArgs
(const
IncidentReportArgs
& that)
39
IncidentReportArgs
::~
IncidentReportArgs
()
44
IncidentReportArgs
::writeToParcel(Parcel* out) const
81
IncidentReportArgs
::readFromParcel(const Parcel* in
[
all
...]
/frameworks/base/core/java/android/os/
IncidentReportArgs.java
34
public final class
IncidentReportArgs
implements Parcelable {
43
public
IncidentReportArgs
() {
49
public
IncidentReportArgs
(Parcel in) {
89
public static final Parcelable.Creator<
IncidentReportArgs
> CREATOR
90
= new Parcelable.Creator<
IncidentReportArgs
>() {
91
public
IncidentReportArgs
createFromParcel(Parcel in) {
92
return new
IncidentReportArgs
(in);
95
public
IncidentReportArgs
[] newArray(int size) {
96
return new
IncidentReportArgs
[size];
169
public static
IncidentReportArgs
parseSetting(String setting
[
all
...]
/prebuilts/sdk/system_current/
android.jar
Completed in 443 milliseconds