Searched refs:sourceName (Results 1 – 5 of 5) sorted by relevance
104 public void connect(String sourceName, in connect() argument108 Filter source = getFilter(sourceName); in connect()112 "Attempting to connect unknown source filter '" + sourceName + "'!"); in connect()
840 String8 sourceName("zip:"); in createZipSourceNameLocked() local841 sourceName.append(zipFileName); in createZipSourceNameLocked()842 sourceName.append(":"); in createZipSourceNameLocked()844 sourceName.appendPath(dirName); in createZipSourceNameLocked()846 sourceName.appendPath(fileName); in createZipSourceNameLocked()847 return sourceName; in createZipSourceNameLocked()1211 String8 sourceName, zipName, dirName; in scanAndMergeZipLocked() local
163 String sourceName = sources.get(i); in calculateNameOverrides() local167 nameOverrides.put(sourceName, previousTarget); in calculateNameOverrides()169 nameOverrides.put(sourceName, targetName); in calculateNameOverrides()861 final String sourceName = outIsPop in setOutEpicenter() local864 final View outEpicenterView = outSharedElements.get(sourceName); in setOutEpicenter()
1042 String sourceName) { in appendSourceDescriptionIfApplicable() argument1045 description.append(sourceName); in appendSourceDescriptionIfApplicable()
1462 final String sourceName = addedFile.getName(); in validateApexInstallLocked() local1463 final String targetName = sourceName.endsWith(APEX_FILE_EXTENSION) in validateApexInstallLocked()1464 ? sourceName in validateApexInstallLocked()1465 : sourceName + APEX_FILE_EXTENSION; in validateApexInstallLocked()