Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DConfigurationContainer.java427 final int thisActivityType = getActivityType(); in isCompatible() local
429 final boolean sameActivityType = thisActivityType == activityType; in isCompatible()