Searched refs:IS_REMOVABLE (Results 1 – 4 of 4) sorted by relevance
83 + SubscriptionManager.IS_REMOVABLE + " INTEGER DEFAULT 0," in getStringForSimInfoTableCreation()
829 values.put(SubscriptionManager.IS_REMOVABLE, isRemovable); in updateEmbeddedSubscriptionsCache()
916 whereClause.append(" AND ").append(SubscriptionManager.IS_REMOVABLE).append("=1"); in getSubscriptionInfoListForEmbeddedSubscriptionUpdate()
581 public static final String IS_REMOVABLE = "is_removable"; field in SubscriptionManager