コード例 #1
0
ファイル: PhoneProxy.java プロジェクト: BvbKoala/SourceCode
 public void setCdmaRoamingPreference(int cdmaRoamingType, Message response) {
   mActivePhone.setCdmaRoamingPreference(cdmaRoamingType, response);
 }