Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipScheduler.java51 private static final String BROADCAST_FILTER = PipScheduler.class.getCanonicalName(); field in PipScheduler
108 new IntentFilter(BROADCAST_FILTER), ContextCompat.RECEIVER_EXPORTED); in PipScheduler()