File
Doc
Category
Size
Date
Package
SubscriptionManager.java
API Doc
Android 5.1 API
1562
Sat Mar 14 14:09:40 GMT 2015
android.telephony
SubscriptionManager
java.lang.Object
public class SubscriptionManager extends Object
Fields Summary
public static final int
DATA_ROAMING_DISABLE
public static final int
DATA_ROAMING_ENABLE
Constructors Summary
SubscriptionManager
()
throw new RuntimeException("Stub!");
Methods Summary
public void
addOnSubscriptionsChangedListener
(
android.telephony.SubscriptionManager$OnSubscriptionsChangedListener
listener)
throw new RuntimeException("Stub!");
public static
android.telephony.SubscriptionManager
from
(
android.content.Context
context)
throw new RuntimeException("Stub!");
public
android.telephony.SubscriptionInfo
getActiveSubscriptionInfo
(
int
subId)
throw new RuntimeException("Stub!");
public
int
getActiveSubscriptionInfoCount
()
throw new RuntimeException("Stub!");
public
int
getActiveSubscriptionInfoCountMax
()
throw new RuntimeException("Stub!");
public
android.telephony.SubscriptionInfo
getActiveSubscriptionInfoForSimSlotIndex
(
int
slotIdx)
throw new RuntimeException("Stub!");
public
java.util.List
getActiveSubscriptionInfoList
()
throw new RuntimeException("Stub!");
public
boolean
isNetworkRoaming
(
int
subId)
throw new RuntimeException("Stub!");
public void
removeOnSubscriptionsChangedListener
(
android.telephony.SubscriptionManager$OnSubscriptionsChangedListener
listener)
throw new RuntimeException("Stub!");
Java Code Source