Home
last modified time | relevance | path

Searched refs:IS_EMBEDDED (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionControllerTest.java268 values.put(SubscriptionManager.IS_EMBEDDED, isEmbedded ? 1 : 0); in setSimEmbedded()
969 values.put(SubscriptionManager.IS_EMBEDDED, 1); in testCreateSubscriptionGroupWithCarrierPrivilegePermission()
1030 values.put(SubscriptionManager.IS_EMBEDDED, 1); in testAddSubscriptionIntoGroupWithCarrierPrivilegePermission()
1081 values.put(SubscriptionManager.IS_EMBEDDED, 1); in testUpdateSubscriptionGroupWithCarrierPrivilegePermission()
1152 values.put(SubscriptionManager.IS_EMBEDDED, 1); in testDisabledSubscriptionGroup()
1201 values.put(SubscriptionManager.IS_EMBEDDED, 1); in testSetSubscriptionGroup()
DSubscriptionInfoUpdaterTest.java629 iccid1Values.getValue().getAsInteger(SubscriptionManager.IS_EMBEDDED).intValue()); in testUpdateEmbeddedSubscriptions_listSuccess()
634 iccid3Values.getValue().getAsInteger(SubscriptionManager.IS_EMBEDDED).intValue()); in testUpdateEmbeddedSubscriptions_listSuccess()
642 iccid2Values.getValue().getAsInteger(SubscriptionManager.IS_EMBEDDED).intValue()); in testUpdateEmbeddedSubscriptions_listSuccess()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java924 values.put(SubscriptionManager.IS_EMBEDDED, 1); in updateEmbeddedSubscriptionsCache()
995 values.put(SubscriptionManager.IS_EMBEDDED, 0); in updateEmbeddedSubscriptionsCache()
DSubscriptionController.java572 SubscriptionManager.IS_EMBEDDED)) == 1; in getSubInfoRecord()
1114 selection += " OR " + SubscriptionManager.IS_EMBEDDED + "=1"; in getAvailableSubscriptionInfoList()
1180 subList = getSubInfo(SubscriptionManager.IS_EMBEDDED + "=1", null); in getAccessibleSubscriptionInfoList()
1224 whereClause.append("(").append(SubscriptionManager.IS_EMBEDDED).append("=1"); in getSubscriptionInfoListForEmbeddedSubscriptionUpdate()
4393 + SubscriptionManager.IS_EMBEDDED + "=1)", null); in refreshCachedOpportunisticSubscriptionInfoList()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java742 public static final String IS_EMBEDDED = SimInfo.COLUMN_IS_EMBEDDED; field in SubscriptionManager
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt58729 Landroid/telephony/SubscriptionManager;->IS_EMBEDDED:Ljava/lang/String;