Searched refs:deletedTypes (Results 1 – 2 of 2) sorted by relevance
87 @Param(id = 1) @NonNull List<String> deletedTypes, in SetSchemaResponse()90 mDeletedTypes = deletedTypes; in SetSchemaResponse()97 @NonNull List<String> deletedTypes, in SetSchemaResponse()101 mDeletedTypes = deletedTypes; in SetSchemaResponse()222 public @NonNull Builder addDeletedTypes(@NonNull Collection<String> deletedTypes) { in addDeletedTypes() argument223 Preconditions.checkNotNull(deletedTypes); in addDeletedTypes()225 mDeletedTypes.addAll(deletedTypes); in addDeletedTypes()
848 int deletedTypes = setSchemaResultProto.getDeletedSchemaTypesCount(); in doSetSchemaNoChangeNotificationLocked()850 boolean isIncompatible = deletedTypes > 0 || incompatibleTypes > 0; in doSetSchemaNoChangeNotificationLocked()