Searched refs:toReturn (Results 1 – 9 of 9) sorted by relevance
28 Class toReturn = AccessibilityHierarchyAndroid in getClassByName() local30 if (toReturn == null && sLayoutlibCallback != null) { in getClassByName()37 return toReturn; in getClassByName()
77 Map<String, String> toReturn = new LinkedHashMap<>(); in loadStrings() local82 return toReturn; in loadStrings()117 toReturn.put(name, finalString); in loadStrings()119 return toReturn; in loadStrings()
94 int[] toReturn = ((DataBufferInt) raster.getDataBuffer()).getData(); in getPixels() local95 mMetric.mImageMemoryBytes += toReturn.length * 4; in getPixels()96 return toReturn; in getPixels()
421 Object toReturn; in getOption() local426 toReturn = (int) timeval.toMillis(); in getOption()432 toReturn = Os.getsockoptInt(fd, OsConstants.SOL_SOCKET, osOpt); in getOption()438 toReturn = -1; in getOption()440 toReturn = linger.l_linger; in getOption()444 toReturn = Os.getsockoptInt(fd, OsConstants.IPPROTO_TCP, in getOption()450 return toReturn; in getOption()
45 T toReturn = parcel.readTypedObject(creator); in roundTripParcelable() local47 return toReturn; in roundTripParcelable()
266 List<TimeZoneMapping> toReturn = new ArrayList<>(delegateList.size()); in getEffectiveTimeZoneMappingsAt() local269 toReturn.add(new TimeZoneMapping(delegateMapping)); in getEffectiveTimeZoneMappingsAt()271 return Collections.unmodifiableList(toReturn); in getEffectiveTimeZoneMappingsAt()
1470 CheckToken toReturn = mLastToken; in captureAndResetLastToken() local1471 assertNotNull("No update triggered", toReturn); in captureAndResetLastToken()1473 return toReturn; in captureAndResetLastToken()
1051 Runnable toReturn = mLastCommand; in getAndResetLastCommand() local1053 return toReturn; in getAndResetLastCommand()
1472 boolean toReturn = isReady(satisfied); in readinessStatusWithConstraint()1495 return toReturn; in readinessStatusWithConstraint()