Searched defs:newClassName (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/telephony/java/android/telephony/mbms/
H A DFileServiceInfo.java39 public FileServiceInfo(Map<Locale, String> newNames, String newClassName, argument
42 super(newNames, newClassName, newLocales, newServiceId, start, end);
H A DServiceInfo.java53 public ServiceInfo(Map<Locale, String> newNames, String newClassName, List<Locale> newLocales, argument
55 if (newNames == null || newNames.isEmpty() || TextUtils.isEmpty(newClassName)
69 className = newClassName;

Completed in 157 milliseconds