Home
last modified time | relevance | path

Searched refs:getAction (Results 1 – 25 of 70) sorted by relevance

123

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptingLayerService.java164 } else if (intent.getAction().equals(Constants.ACTION_KILL_ALL)) { in startAction()
167 } else if (intent.getAction().equals(Constants.ACTION_KILL_PROCESS)) { in startAction()
172 } else if (intent.getAction().equals(Constants.ACTION_SHOW_RUNNING_SCRIPTS)) { in startAction()
175 if (intent.getAction().equals(Constants.ACTION_LAUNCH_SERVER)) { in startAction()
182 else if (intent.getAction().equals(Constants.ACTION_LAUNCH_FOREGROUND_SCRIPT)) { in startAction()
193 } else if (intent.getAction().equals(Constants.ACTION_LAUNCH_BACKGROUND_SCRIPT)) { in startAction()
196 } else if (intent.getAction().equals(Constants.ACTION_LAUNCH_INTERPRETER)) { in startAction()
202 errmsg = "Action not implemented: " + intent.getAction(); in startAction()
DScriptsLiveFolder.java39 final String action = intent.getAction(); in onCreate()
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DPersistService.java85 if(RcsPresence.ACTION_PRESENCE_CHANGED.equals(intent.getAction())) { in onStartCommand()
91 } else if(RcsPresence.ACTION_PUBLISH_STATE_CHANGED.equals(intent.getAction())) { in onStartCommand()
138 if (RcsPresence.ACTION_PRESENCE_CHANGED.equals(intent.getAction())) { in handleMessage()
150 if (RcsPresence.ACTION_PUBLISH_STATE_CHANGED.equals(intent.getAction())) { in handleMessage()
DAlarmBroadcastReceiver.java54 String action = intent.getAction(); in onReceive()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowApplication.java198 if (unbindableActions.contains(intent.getAction())) { in bindService()
328 if (wrapper.intentFilter.matchAction(intent.getAction())) { in sendBroadcast()
340 stickyIntents.put(intent.getAction(), intent); in sendStickyBroadcast()
366 action = filter.getAction(i); in getStickyIntent()
367 if (stickyIntent.getAction().equals(action)) { in getStickyIntent()
432 if (wrapper.intentFilter.matchAction(intent.getAction())) { in hasReceiverForIntent()
442 if (wrapper.intentFilter.matchAction(intent.getAction())) { in getReceiversForIntent()
DShadowIntent.java83 public String getAction() { in getAction() method in ShadowIntent
466 if (getAction() != other.getAction()) { in filterEquals()
467 if (getAction() != null) { in filterEquals()
468 if (!getAction().equals(other.getAction())) { in filterEquals()
472 if (!other.getAction().equals(getAction())) { in filterEquals()
DShadowMotionEvent.java49 …return obtain(motionEvent.getDownTime(), motionEvent.getEventTime(), motionEvent.getAction(), moti… in obtain()
53 public int getAction() { in getAction() method in ShadowMotionEvent
DShadowKeyEvent.java19 public final int getAction() { in getAction() method in ShadowKeyEvent
DShadowIntentFilter.java31 public String getAction(int index) { in getAction() method in ShadowIntentFilter
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
DNumberPickerButton.java71 if ((event.getAction() == MotionEvent.ACTION_CANCEL) in cancelLongpressIfRequired()
72 || (event.getAction() == MotionEvent.ACTION_UP)) { in cancelLongpressIfRequired()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
DMediaButtonCallback.java60 String action = mediaButtonIntent.getAction(); in onMediaButtonEvent()
65 int keyAction = event.getAction(); in onMediaButtonEvent()
DMediaScannerFacade.java58 String action = intent.getAction(); in onReceive()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
DNGramParser.java61 public int getAction() in getAction() method in NGramParser.StateEntry
145 switch (entry.getAction()) in parse()
/external/ims/rcs/rcsservice/src/com/android/service/ims/
DRcsService.java125 intent.getAction())){ in onCreate()
128 intent.getAction())){ in onCreate()
131 intent.getAction())) { in onCreate()
/external/replicaisland/src/com/replica/replicaisland/
DSingleTouchFilter.java9 if (event.getAction() == MotionEvent.ACTION_UP) { in updateTouch()
DMultiTouchFilter.java16 final int action = event.getAction(); in updateTouch()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DThaiStateTransition.java33 public final char getAction() in getAction() method in ThaiStateTransition
/external/svox/pico/src/com/svox/pico/
DVoiceDataInstallerReceiver.java35 if (Intent.ACTION_PACKAGE_ADDED.equals(intent.getAction()) in onReceive()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothFacade.java88 String action = intent.getAction(); in onReceive()
120 String action = intent.getAction(); in onReceive()
142 String action = intent.getAction(); in onReceive()
DBluetoothDiscoveryHelper.java53 final String action = intent.getAction(); in onReceive()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DContextWrapperTest.java181 assertEquals("foo", shadowOf(Robolectric.application).getNextStartedService().getAction()); in bindServiceDelegatesToShadowApplication()
187 transcript.add(name + " notified of " + intent.getAction()); in broadcastReceiver()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DCatchEventsEditText.java70 && event.getAction() == KeyEvent.ACTION_UP) { in onKeyPreIme()
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
DAlarmBroadcastReceiver.java52 String action = intent.getAction(); in onReceive()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DSmsFacade.java455 String action = intent.getAction(); in onReceive()
516 String action = intent.getAction(); in onReceive()
550 String action = intent.getAction(); in onReceive()
572 String action = intent.getAction(); in onReceive()
618 if (EMERGENCY_CB_MESSAGE_RECEIVED_ACTION.equals(intent.getAction())) { in onReceive()
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DInactivityTimer.java98 if (Intent.ACTION_BATTERY_CHANGED.equals(intent.getAction())) { in onReceive()

123