Lines Matching refs:p2
100 handleOnReceive(p2) { argument
101 console.info('RecentPhotoComponent OnReceive:' + JSON.stringify(p2));
102 let q2 = p2.dataType;
105 this.onRecentPhotoCheckResult(p2.isExist);
111 r2.uri = p2.uri;
112 r2.mimeType = p2.mimeType;
113 r2.width = p2.width;
114 r2.height = p2.height;
115 r2.size = p2.size;
116 r2.duration = p2.duration;
126 s2.identifier = p2.identifier;
127 s2.dateTaken = p2.dateTaken;
128 this.onRecentPhotoCheckInfo(p2.isExist, s2);