Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/
DConstants.java97 ComponentName TRIGGER_SERVICE_COMPONENT_NAME = new ComponentName( field
DIntentBuilders.java39 intent.setComponent(Constants.TRIGGER_SERVICE_COMPONENT_NAME); in buildTriggerServiceIntent()