Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/
H A Dadb_mdns.cpp35 #define ADB_FULL_MDNS_SERVICE_TYPE(atype) ("_" atype "._tcp") argument
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DWindowManagerProxy.java245 final int atype = ti.getActivityType(); in isHomeOrRecentTask() local
246 return atype == ACTIVITY_TYPE_HOME || atype == ACTIVITY_TYPE_RECENTS; in isHomeOrRecentTask()