Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DTileLifecycleManagerTests.java189 getContext().sendBroadcast(new Intent(FakeTileService.ACTION_KILL)); in testKillProcess()
254 public static final String ACTION_KILL = "com.android.systemui.test.KILL"; field in TileLifecycleManagerTests.FakeTileService
294 registerReceiver(mReceiver, new IntentFilter(ACTION_KILL)); in onCreate()
314 if (ACTION_KILL.equals(intent.getAction())) {