Home
last modified time | relevance | path

Searched refs:toReturn (Results 1 – 9 of 9) sorted by relevance

/frameworks/layoutlib/validator/src/com/google/android/apps/common/testing/accessibility/framework/uielement/
DAccessibilityHierarchyAndroid_ViewElementClassNamesAndroid_Delegate.java28 Class toReturn = AccessibilityHierarchyAndroid in getClassByName() local
30 if (toReturn == null && sLayoutlibCallback != null) { in getClassByName()
37 return toReturn; in getClassByName()
/frameworks/layoutlib/validator/src/
DResourceConverter.java77 Map<String, String> toReturn = new LinkedHashMap<>(); in loadStrings() local
82 return toReturn; in loadStrings()
117 toReturn.put(name, finalString); in loadStrings()
119 return toReturn; in loadStrings()
/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/accessibility/
DAtfBufferedImage.java94 int[] toReturn = ((DataBufferInt) raster.getDataBuffer()).getData(); in getPixels() local
95 mMetric.mImageMemoryBytes += toReturn.length * 4; in getPixels()
96 return toReturn; in getPixels()
/frameworks/base/core/java/android/net/
DLocalSocketImpl.java421 Object toReturn; in getOption() local
426 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()
/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/
DParcelableTestSupport.java45 T toReturn = parcel.readTypedObject(creator); in roundTripParcelable() local
47 return toReturn; in roundTripParcelable()
/frameworks/base/core/java/android/timezone/
DCountryTimeZones.java266 List<TimeZoneMapping> toReturn = new ArrayList<>(delegateList.size()); in getEffectiveTimeZoneMappingsAt() local
269 toReturn.add(new TimeZoneMapping(delegateMapping)); in getEffectiveTimeZoneMappingsAt()
271 return Collections.unmodifiableList(toReturn); in getEffectiveTimeZoneMappingsAt()
/frameworks/base/services/tests/servicestests/src/com/android/server/timezone/
DPackageTrackerTest.java1470 CheckToken toReturn = mLastToken; in captureAndResetLastToken() local
1471 assertNotNull("No update triggered", toReturn); in captureAndResetLastToken()
1473 return toReturn; in captureAndResetLastToken()
DRulesManagerServiceTest.java1051 Runnable toReturn = mLastCommand; in getAndResetLastCommand() local
1053 return toReturn; in getAndResetLastCommand()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DJobStatus.java1472 boolean toReturn = isReady(satisfied); in readinessStatusWithConstraint()
1495 return toReturn; in readinessStatusWithConstraint()