Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DInstallStart.java89 final ApplicationInfo sourceInfo = getSourceInfo(callingPackage); in onCreate()
233 private ApplicationInfo getSourceInfo(@Nullable String callingPackage) { in getSourceInfo() method in InstallStart
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DLogicalDisplayMapperTest.java459 DisplayDeviceInfo info = device3.getSourceInfo(); in testMultipleDisplayGroups()
940 DisplayDeviceInfo displayDeviceInfo = device.getSourceInfo(); in createDisplayDevice()
1028 public DisplayDeviceInfo getSourceInfo() { in getSourceInfo() method in LogicalDisplayMapperTest.TestDisplayDevice
/aosp14/frameworks/base/core/java/android/app/
H A DActivityOptions.java2418 public @Nullable SourceInfo getSourceInfo() { in getSourceInfo() method in ActivityOptions
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRootWindowContainer.java3427 if (opts == null || opts.getSourceInfo() == null
3428 || opts.getSourceInfo().type != ActivityOptions.SourceInfo.TYPE_LOCKSCREEN) {
H A DActivityMetricsLogger.java372 final SourceInfo sourceInfo = options.getSourceInfo(); in TransitionInfo()