Home
last modified time | relevance | path

Searched refs:getSourceInfo (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/test/712-varhandle-invocations/src/
H A DVarHandleUnitTest.java128 .append(getSourceInfo()) in failNotEquals()
133 errorLog().append(message).append(" in ").append(getSourceInfo()).append('\n'); in fail()
142 .append(getSourceInfo()) in fail()
152 .append(getSourceInfo(e)) in fail()
156 private String getSourceInfo(Exception e) { in getSourceInfo() method in VarHandleUnitTest
170 private String getSourceInfo() { in getSourceInfo() method in VarHandleUnitTest
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DLogicalDisplayMapperTest.java229 DisplayDeviceInfo info = device3.getSourceInfo(); in testMultipleDisplayGroups()
250 DisplayDeviceInfo displayDeviceInfo = device.getSourceInfo(); in createDisplayDevice()
338 public DisplayDeviceInfo getSourceInfo() { in getSourceInfo() method in LogicalDisplayMapperTest.TestDisplayDevice
/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DInstallStart.java78 final ApplicationInfo sourceInfo = getSourceInfo(callingPackage); in onCreate()
173 private ApplicationInfo getSourceInfo(@Nullable String callingPackage) { in getSourceInfo() method in InstallStart
/aosp12/frameworks/base/core/java/android/app/
H A DActivityOptions.java2025 public @Nullable SourceInfo getSourceInfo() { in getSourceInfo() method in ActivityOptions
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityMetricsLogger.java294 final SourceInfo sourceInfo = options.getSourceInfo(); in TransitionInfo()
H A DRootWindowContainer.java3594 if (opts == null || opts.getSourceInfo() == null
3595 || opts.getSourceInfo().type != ActivityOptions.SourceInfo.TYPE_LOCKSCREEN) {