Searched refs:IS_REMOVABLE (Results 1 – 3 of 3) sorted by relevance
911 values.put(SubscriptionManager.IS_REMOVABLE, isRemovable); in updateEmbeddedSubscriptionsCache()
1182 whereClause.append(" AND ").append(SubscriptionManager.IS_REMOVABLE).append("=1"); in getSubscriptionInfoListForEmbeddedSubscriptionUpdate()
677 public static final String IS_REMOVABLE = SimInfo.COLUMN_IS_REMOVABLE; field in SubscriptionManager