Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DWifiDisplayAdapter.java72 private static final String ACTION_DISCONNECT = "android.server.display.wfd.DISCONNECT"; field in WifiDisplayAdapter
152 new IntentFilter(ACTION_DISCONNECT), null, mHandler, in registerLocked()
448 if (intent.getAction().equals(ACTION_DISCONNECT)) {