Searched refs:toReturn (Results 1 – 10 of 10) sorted by relevance
55 Object toReturn = isCheckable.invoke(fromView); in isCheckable() local56 return (toReturn instanceof Boolean) && ((Boolean) toReturn); in isCheckable()63 Object toReturn = isCheckable.invoke(fromView); in isCheckable() local64 return (toReturn instanceof Boolean) && ((Boolean) toReturn); in isCheckable()71 Object toReturn = isCheckable.invoke(fromView); in isCheckable() local72 return (toReturn instanceof Boolean) && ((Boolean) toReturn); in isCheckable()
77 Map<String, String> toReturn = new LinkedHashMap<>(); in loadStrings() local82 return toReturn; in loadStrings()120 toReturn.put(name, finalString); in loadStrings()125 return toReturn; in loadStrings()
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()
135 int[] toReturn = ((DataBufferInt) raster.getDataBuffer()).getData(); in getPixels() local136 mMetric.mImageMemoryBytes += toReturn.length * 4; in getPixels()142 return toReturn; in getPixels()
141 Class<?> toReturn = sDefaultCustomViewBuilderAndroid.getClassByName( in buildHierarchy()143 if (toReturn == null) { in buildHierarchy()144 toReturn = CustomHierarchyHelper.getClassByName(className); in buildHierarchy()146 return toReturn; in buildHierarchy()
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()
393 Runnable toReturn = mLastCommand; in getAndResetLastCommand() local395 return toReturn; in getAndResetLastCommand()
306 requestProcessor.toReturn = toBeReturnedByProcessor in <lambda>()474 var toReturn: ScreenshotData? = null in <lambda>() variable in com.android.systemui.screenshot.TakeScreenshotExecutorTest.FakeRequestProcessor480 return toReturn ?: screenshot in <lambda>()
2287 boolean toReturn = isReady(satisfied); in readinessStatusWithConstraint()2307 return toReturn; in readinessStatusWithConstraint()