Home
last modified time | relevance | path

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

/frameworks/base/tests/Codegen/src/com/android/codegentest/
DSampleDataClass.java300 private @Nullable ICompanionDeviceManager mIPCInterface = null; field in SampleDataClass
632 this.mIPCInterface = iPCInterface; in SampleDataClass()
855 return mIPCInterface; in getIPCInterface()
1178 mIPCInterface = value; in setIPCInterface()
1211 "iPCInterface = " + mIPCInterface + in toString()
1250 && Objects.equals(mIPCInterface, that.mIPCInterface); in equals()
1282 _hash = 31 * _hash + Objects.hashCode(mIPCInterface); in hashCode()
1312 actionObject.acceptObject(this, "iPCInterface", mIPCInterface); in forEachField()
1341 action.acceptObject(this, "iPCInterface", mIPCInterface); in forEachField()
1377 if (mIPCInterface != null) flg |= 0x400000; in writeToParcel()
[all …]