Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java479 iccid1Values.getValue().getAsInteger(SubscriptionManager.IS_EMBEDDED).intValue()); in testUpdateEmbeddedSubscriptions_listSuccess()
484 iccid3Values.getValue().getAsInteger(SubscriptionManager.IS_EMBEDDED).intValue()); in testUpdateEmbeddedSubscriptions_listSuccess()
492 iccid2Values.getValue().getAsInteger(SubscriptionManager.IS_EMBEDDED).intValue()); in testUpdateEmbeddedSubscriptions_listSuccess()
534 iccid2Values.getValue().getAsInteger(SubscriptionManager.IS_EMBEDDED).intValue()); in testUpdateEmbeddedSubscriptions_listFailure()
DSubscriptionControllerTest.java75 SubscriptionManager.SIM_PROVISIONING_STATUS, SubscriptionManager.IS_EMBEDDED,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java737 values.put(SubscriptionManager.IS_EMBEDDED, 1); in updateEmbeddedSubscriptions()
772 values.put(SubscriptionManager.IS_EMBEDDED, 0); in updateEmbeddedSubscriptions()
DSubscriptionController.java302 SubscriptionManager.IS_EMBEDDED)) == 1; in getSubInfoRecord()
760 + SubscriptionManager.IS_EMBEDDED + "=1", null);
795 subList = getSubInfo(SubscriptionManager.IS_EMBEDDED + "=1", null);
839 whereClause.append("(").append(SubscriptionManager.IS_EMBEDDED).append("=1");
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java282 public static final String IS_EMBEDDED = "is_embedded"; field in SubscriptionManager