Home
last modified time | relevance | path

Searched refs:SIM (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/docs/html/about/versions/
Dandroid-5.1.jd19 <li><a href="#multisim">Multiple SIM Card Support</a></li>
78 <h2 id="multisim">Multiple SIM Card Support</h2>
81 Android 5.1 adds support for using more than one cellular carrier SIM card at a time. This
82 feature lets users activate and use additional SIMs on devices that have two or more SIM card
87 You can access information about the currently active SIM through the {@link
Dandroid-1.5-highlights.jd117 <li>SIM Application Toolkit 1.0 </li>
/frameworks/base/wifi/java/android/net/wifi/passpoint/
DWifiPasspointDmTree.java1199 public SIM sim = new SIM();
1232 sim = in.readParcelable(SIM.class.getClassLoader()); in readFromParcel()
1294 public static class SIM implements Parcelable { class in WifiPasspointDmTree
1298 public SIM() { in SIM() method in WifiPasspointDmTree.SIM
1301 public SIM(Parcel in) { in SIM() method in WifiPasspointDmTree.SIM
1323 public static final Parcelable.Creator<SIM> CREATOR = new Parcelable.Creator<SIM>() {
1324 public SIM createFromParcel(Parcel in) {
1325 return new SIM(in);
1328 public SIM[] newArray(int size) {
1329 return new SIM[size];
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/eap/
DCredential.java15 SIM, enumConstant
/frameworks/base/core/java/com/android/internal/logging/
DMetricsConstants.java114 public static final int SIM = 88; field
/frameworks/base/wifi/java/android/net/wifi/
DWifiEnterpriseConfig.java237 public static final int SIM = 4; field in WifiEnterpriseConfig.Eap
291 case Eap.SIM: in setEapMethod()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadTest.java.broken140 mCi.expectAcknowledgeGsmSms(false, 0xd4); // SIM toolkit busy
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
DCredential.java220 case WifiEnterpriseConfig.Eap.SIM:
/frameworks/base/docs/html-intl/intl/ru/google/play/
Dfilters.jd375 …тные приложения. Для отображения платных приложений на устройстве должна быть SIM-карта, оно должно
377 (определяемой оператором SIM-карты), где разрешена загрузка платных приложений.</p></td>
/frameworks/base/docs/html-intl/intl/zh-tw/google/play/
Dfilters.jd238 …="top"><p>並非所有使用者都能看到付費的應用程式。若要顯示付費的應用程式,裝置必須具有 SIM 卡,必須執行 Android 1.1 或更高版本,且必須位於可以使用付費應用程式的國家/地區…
/frameworks/base/docs/html-intl/intl/zh-cn/google/play/
Dfilters.jd375 …d> <td valign="top"><p>并非所有用户均可看到付费应用。要显示付费应用,设备必须有 SIM 卡并运行 Android 1.1 或更新版本,并且必须处于可使用付费应用的国家(由
/frameworks/base/docs/html-intl/intl/ja/google/play/
Dfilters.jd238 …プリが表示されるわけではありません。有料アプリが表示されるためには、デバイスに SIM カードが搭載されていて、Android 1.1 以降を実行している必要があります。また、デバイスが有料アプリ…
/frameworks/base/docs/html-intl/intl/ko/google/play/
Dfilters.jd375 …op"><p>모든 사용자가 유료 앱을 볼 수 있는 것은 아닙니다. 유료 앱을 표시하려면 SIM 카드가 있고 Android 1.1 이상을 실행하는 장치가 유료 앱을 사용할 수 있…
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/
DConfigBuilder.java365 return WifiEnterpriseConfig.Eap.SIM; in remapEAPMethod()
/frameworks/base/docs/html/tools/
Ddevice.jd34 <p>If you want a SIM-unlocked phone, then you might consider a Nexus phone. To purchase a
/frameworks/base/docs/html/google/play/
Dfilters.jd386 must have a SIM card and be running Android 1.1 or later, and it must be in a
387 country (as determined by SIM carrier) in which paid apps are available.</p></td>
/frameworks/base/docs/html-intl/intl/es/google/play/
Dfilters.jd376 debe tener una tarjeta SIM y ejecutar Android 1.1 o posterior, y debe encontrarse en un
377 …país (según lo determine el operador SIM) en el que las aplicaciones pagas estén disponibles.</p><…
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMonitor.java1328 data.protocol = WifiEnterpriseConfig.Eap.SIM; in handleRequests()
DWifiStateMachine.java7238 && (eapMethod == WifiEnterpriseConfig.Eap.SIM in processMessage()
7279 if (requestData.protocol == WifiEnterpriseConfig.Eap.SIM) { in processMessage()
7843 if (eapMethod == WifiEnterpriseConfig.Eap.SIM) in buildIdentity()
/frameworks/base/docs/html/guide/topics/resources/
Dlocalization.jd279 <li>The SIM card is connected to a mobile network in India (MCC 404).</li>
Dproviding-resources.jd295 from the SIM card in the device. For example, <code>mcc310</code> is U.S. on any carrier,
299 from the SIM card.</p>
/frameworks/base/docs/html/guide/topics/manifest/
Dactivity-element.jd239 a SIM has been detected and updated the MCC.</td>
243 a SIM has been detected and updated the MNC.</td>
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dhce.jd38 chip in the device, called a <em>secure element</em>. Many SIM cards provided by
/frameworks/base/docs/html/tools/devices/
Demulator.jd132 <li>A GSM modem, including a simulated SIM Card</li>
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt1802 NO DOC BLOCK: android.net.wifi.WifiEnterpriseConfig.Eap Field SIM

12