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.java30 public static final String ACTION_CLEAR = "com.android.systemui.action.CLEAR_TUNER"; field in TunerService
67 if (ACTION_CLEAR.equals(intent.getAction())) { in onReceive()
DTunerServiceImpl.java316 mContext.sendBroadcast(new Intent(TunerService.ACTION_CLEAR)); in showResetRequest()
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DPipActivity.java86 private static final String ACTION_CLEAR = "com.android.wm.shell.flicker.testapp.CLEAR"; field in PipActivity
113 case ACTION_CLEAR:
189 final RemoteAction clearAllAction = buildRemoteAction(icon, PIP_ACTION_CLEAR, ACTION_CLEAR); in onCreate()
197 filter.addAction(ACTION_CLEAR); in onCreate()