Searched refs:IS_REMOVABLE (Results 1 – 3 of 3) sorted by relevance
746 values.put(SubscriptionManager.IS_REMOVABLE, isRemovable); in updateEmbeddedSubscriptions()
844 whereClause.append(" AND ").append(SubscriptionManager.IS_REMOVABLE).append("=1");
308 public static final String IS_REMOVABLE = "is_removable"; field in SubscriptionManager