Searched refs:getSourceInfo (Results 1 – 5 of 5) sorted by relevance
89 final ApplicationInfo sourceInfo = getSourceInfo(callingPackage); in onCreate()233 private ApplicationInfo getSourceInfo(@Nullable String callingPackage) { in getSourceInfo() method in InstallStart
459 DisplayDeviceInfo info = device3.getSourceInfo(); in testMultipleDisplayGroups()940 DisplayDeviceInfo displayDeviceInfo = device.getSourceInfo(); in createDisplayDevice()1028 public DisplayDeviceInfo getSourceInfo() { in getSourceInfo() method in LogicalDisplayMapperTest.TestDisplayDevice
2418 public @Nullable SourceInfo getSourceInfo() { in getSourceInfo() method in ActivityOptions
3427 if (opts == null || opts.getSourceInfo() == null3428 || opts.getSourceInfo().type != ActivityOptions.SourceInfo.TYPE_LOCKSCREEN) {
372 final SourceInfo sourceInfo = options.getSourceInfo(); in TransitionInfo()