static Android3 makeSilentAndroid(S name) { Android3 a = makeAndroid3(name); a.incomingSilent = true; ret a; }