Searched refs:newSpecialFormat (Results 1 – 2 of 2) sorted by relevance
186 int oldSpecialFormat, int newSpecialFormat) { in onFileUpdated() argument211 return (oldIsFavorite != newIsFavorite) || (oldSpecialFormat != newSpecialFormat); in onFileUpdated()
434 final int newSpecialFormat = Integer.parseInt(split[14]); in onConfigure()463 .setSpecialFormat(newSpecialFormat) in onConfigure()