Loading core/java/android/companion/virtual/VirtualDeviceManager.java +5 −1 Original line number Diff line number Diff line Loading @@ -1290,7 +1290,11 @@ public final class VirtualDeviceManager { @NonNull UserHandle user) {} /** * Called when a window with a secure surface is no longer shown on the device. * Called when there is no longer any window with a secure surface shown on the device. * * <p>This is only called once there are no more secure windows shown on the device. If * there are multiple secure windows shown on the device, this callback will be called only * once all of them are hidden.</p> * * @param displayId The display ID on which the window was shown before. * Loading Loading
core/java/android/companion/virtual/VirtualDeviceManager.java +5 −1 Original line number Diff line number Diff line Loading @@ -1290,7 +1290,11 @@ public final class VirtualDeviceManager { @NonNull UserHandle user) {} /** * Called when a window with a secure surface is no longer shown on the device. * Called when there is no longer any window with a secure surface shown on the device. * * <p>This is only called once there are no more secure windows shown on the device. If * there are multiple secure windows shown on the device, this callback will be called only * once all of them are hidden.</p> * * @param displayId The display ID on which the window was shown before. * Loading