Searched defs:newClassName (Results 1 – 6 of 6) sorted by relevance
43 String newClassName = STUB_CLASS_NAME + '_'; in testStubbedClass() local
44 String newClassName = originalClassName + "Refactored"; in testRefactorWithLambdas() local
61 String newClassName = STUB_CLASS_NAME + '_'; in testBoolean() local
38 public FileServiceInfo(Map<Locale, String> newNames, String newClassName, in FileServiceInfo()
52 public ServiceInfo(Map<Locale, String> newNames, String newClassName, List<Locale> newLocales, in ServiceInfo()
885 String newClassName = getClassName(controller); in updatePrimaryMediaSourceWithCurrentlyPlaying() local911 @NonNull String newClassName, @CarMediaManager.MediaSourceMode int mode) { in matchPrimaryMediaSource()