Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureContext.java372 private boolean fromServer() { in fromServer() method in ContentCaptureContext
380 if (fromServer()) { in toString()
412 if (fromServer()) { in writeToParcel()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenWindowCreator.java325 private void onAppSplashScreenViewRemoved(int taskId, boolean fromServer) { in onAppSplashScreenViewRemoved() argument
334 fromServer ? "Server cleaned up" : "App removed", taskId); in onAppSplashScreenViewRemoved()