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