Searched defs:createForSubscriptionId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java92 * To call an API for a specific subscription, use {@link #createForSubscriptionId(int)}. e.g.
94 * telephonyManager = defaultSubTelephonyManager.createForSubscriptionId(subId);
300 public TelephonyManager createForSubscriptionId(int subId) { method in class:TelephonyManager
1824 * @see #createForSubscriptionId(int)
1843 * @see #createForSubscriptionId(int)
2046 * If this object has been created with {@link #createForSubscriptionId}, applies to the given
3421 * @see #createForSubscriptionId(int)
4877 * If this object has been created with {@link #createForSubscriptionId}, then the provided
4890 * If this object has been created with {@link #createForSubscriptionId}, then the provided
4907 * If this object has been created with {@link #createForSubscriptionId}, the
[all...]

Completed in 272 milliseconds