Searched refs:mLibraryName (Results 1 – 1 of 1) sorted by relevance
27 private final String mLibraryName; field in License67 dest.writeString(mLibraryName); in writeToParcel()75 return mLibraryName.compareToIgnoreCase(o.getLibraryName()); in compareTo()84 this.mLibraryName = libraryName; in License()91 mLibraryName = in.readString(); in License()98 return mLibraryName; in getLibraryName()