Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DTunerService.java25 public static final String ACTION_CLEAR = "com.android.systemui.action.CLEAR_TUNER"; field in TunerService
62 if (ACTION_CLEAR.equals(intent.getAction())) { in onReceive()
DTunerServiceImpl.java305 mContext.sendBroadcast(new Intent(TunerService.ACTION_CLEAR)); in showResetRequest()
/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/
DPipActivity.java83 private static final String ACTION_CLEAR = "com.android.wm.shell.flicker.testapp.CLEAR"; field in PipActivity
108 case ACTION_CLEAR:
182 final RemoteAction clearAllAction = buildRemoteAction(icon, PIP_ACTION_CLEAR, ACTION_CLEAR); in onCreate()
190 filter.addAction(ACTION_CLEAR); in onCreate()