Searched refs:ACTION_KILL (Results 1 – 1 of 1) sorted by relevance
189 getContext().sendBroadcast(new Intent(FakeTileService.ACTION_KILL)); in testKillProcess()254 public static final String ACTION_KILL = "com.android.systemui.test.KILL"; field in TileLifecycleManagerTests.FakeTileService294 registerReceiver(mReceiver, new IntentFilter(ACTION_KILL)); in onCreate()314 if (ACTION_KILL.equals(intent.getAction())) {