Home
last modified time | relevance | path

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

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