Home | History | Annotate | Download | only in android

Lines Matching defs:proto

59         T proto = null;
67 proto = (T) instance;
68 MessageNano.mergeFrom(proto, data);
70 Log.e(TAG, "Exception trying to create proto from parcel", e);
72 Log.e(TAG, "Exception trying to create proto from parcel", e);
74 Log.e(TAG, "Exception trying to create proto from parcel", e);
76 Log.e(TAG, "Exception trying to create proto from parcel", e);
78 Log.e(TAG, "Exception trying to create proto from parcel", e);
80 Log.e(TAG, "Exception trying to create proto from parcel", e);
83 return proto;