Home
last modified time | relevance | path

Searched refs:fromServer (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureContext.java363 private boolean fromServer() { in fromServer() method in ContentCaptureContext
371 if (fromServer()) { in toString()
403 if (fromServer()) { in writeToParcel()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawer.java527 private void onAppSplashScreenViewRemoved(int taskId, boolean fromServer) { in onAppSplashScreenViewRemoved() argument
535 String reason = fromServer ? "Server cleaned up" : "App removed"; in onAppSplashScreenViewRemoved()