OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_KILL
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
TileLifecycleManagerTests.java
189
getContext().sendBroadcast(new Intent(FakeTileService.
ACTION_KILL
));
254
public static final String
ACTION_KILL
= "com.android.systemui.test.KILL";
294
registerReceiver(mReceiver, new IntentFilter(
ACTION_KILL
));
314
if (
ACTION_KILL
.equals(intent.getAction())) {
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalManager.java
165
public static final String
ACTION_KILL
= "kill";
Completed in 46 milliseconds