Home
last modified time | relevance | path

Searched refs:checkActivityStartOnDisplay (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/appSecondUid/src/android/server/wm/second/
DEmbeddingActivity.java67 ActivityLauncher.checkActivityStartOnDisplay(EmbeddingActivity.this, displayId, in onReceive()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DLaunchBroadcastReceiver.java56 ActivityLauncher.checkActivityStartOnDisplay(context, displayId, componentName); in onReceive()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityLauncher.java232 public static void checkActivityStartOnDisplay(Context context, int displayId, in checkActivityStartOnDisplay() method in ActivityLauncher