HomeSort by relevance Sort by last modified time
    Searched refs:getAction (Results 151 - 175 of 894) sorted by null

1 2 3 4 5 67 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
PostActivityCreationAction.java 43 public static IPostTypeCreationAction getAction() {
PostReceiverCreationAction.java 42 public static IPostTypeCreationAction getAction() {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowApplication.java 198 if (unbindableActions.contains(intent.getAction())) {
328 if (wrapper.intentFilter.matchAction(intent.getAction())) {
340 stickyIntents.put(intent.getAction(), intent);
366 action = filter.getAction(i);
367 if (stickyIntent.getAction().equals(action)) {
432 if (wrapper.intentFilter.matchAction(intent.getAction())) {
442 if (wrapper.intentFilter.matchAction(intent.getAction())) {
ShadowIntent.java 83 public String getAction() {
471 if (getAction() != other.getAction()) {
472 if (getAction() != null) {
473 if (!getAction().equals(other.getAction())) {
477 if (!other.getAction().equals(getAction())) {
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiStatusTest.java 90 if (intent.getAction().equals(WifiManager.WIFI_STATE_CHANGED_ACTION)) {
93 } else if (intent.getAction().equals(WifiManager.NETWORK_STATE_CHANGED_ACTION)) {
96 } else if (intent.getAction().equals(WifiManager.SCAN_RESULTS_AVAILABLE_ACTION)) {
98 } else if (intent.getAction().equals(WifiManager.SUPPLICANT_CONNECTION_CHANGE_ACTION)) {
100 } else if (intent.getAction().equals(WifiManager.SUPPLICANT_STATE_CHANGED_ACTION)) {
105 } else if (intent.getAction().equals(WifiManager.RSSI_CHANGED_ACTION)) {
107 } else if (intent.getAction().equals(WifiManager.NETWORK_IDS_CHANGED_ACTION)) {
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipWakeupTimer.java 57 IntentFilter filter = new IntentFilter(getAction());
215 Intent intent = new Intent(getAction());
227 String action = intent.getAction();
228 if (getAction().equals(action)
275 private String getAction() {
  /packages/apps/Dialer/tests/src/com/android/dialer/interactions/
PhoneNumberInteractionTest.java 105 assertEquals(Intent.ACTION_SENDTO, intent.getAction());
124 assertEquals(Intent.ACTION_SENDTO, intent.getAction());
145 assertEquals(Intent.ACTION_SENDTO, intent.getAction());
186 assertEquals(Intent.ACTION_CALL_PRIVILEGED, intent.getAction());
204 assertEquals(Intent.ACTION_CALL_PRIVILEGED, intent.getAction());
  /frameworks/base/core/java/android/view/
InputEventConsistencyVerifier.java 201 final int action = event.getAction();
263 final int action = event.getAction();
323 final int action = event.getAction();
467 final int action = event.getAction();
562 + MotionEvent.actionToString(event.getAction()));
570 + MotionEvent.actionToString(event.getAction()));
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test5DetailFragment.java 84 if (event.getAction() == MotionEvent.ACTION_DOWN) {
87 } else if (event.getAction() == MotionEvent.ACTION_UP) {
TestGenericDetailFragment.java 65 switch(event.getAction() & MotionEvent.ACTION_MASK) {
173 return ((event.getAction() & MotionEvent.ACTION_POINTER_INDEX_MASK)
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
SearchableDictionary.java 70 if (Intent.ACTION_VIEW.equals(intent.getAction())) {
75 } else if (Intent.ACTION_SEARCH.equals(intent.getAction())) {
  /external/quake/src/com/android/quake/
QuakeView.java 178 ev.getAction(),
191 ev.getAction(),
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuDialogHelper.java 94 if (event.getAction() == KeyEvent.ACTION_DOWN
107 } else if (event.getAction() == KeyEvent.ACTION_UP && !event.isCanceled()) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DeadZone.java 109 Slog.v(TAG, this + " onTouch: " + MotionEvent.actionToString(event.getAction()));
112 final int action = event.getAction();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
ShirtPocket.java 100 switch (event.getAction()) {
159 final int action = ev.getAction();
202 final int action = ev.getAction();
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardViewBase.java 164 if (event.getAction() == KeyEvent.ACTION_DOWN) {
215 } else if (event.getAction() == KeyEvent.ACTION_UP) {
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SimpleModelView.java 114 final int action = ev.getAction();
143 final int pointerIndex = (ev.getAction() & MotionEvent.ACTION_POINTER_INDEX_MASK)
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppView.java 96 final int action = ev.getAction();
125 final int pointerIndex = (ev.getAction() & MotionEvent.ACTION_POINTER_INDEX_MASK)
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java 224 if (intent.getAction().equals(WifiManager.NETWORK_STATE_CHANGED_ACTION)) {
249 } else if (intent.getAction().equals(WifiManager.LINK_CONFIGURATION_CHANGED_ACTION)) {
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuDialogHelper.java 97 if (event.getAction() == KeyEvent.ACTION_DOWN
110 } else if (event.getAction() == KeyEvent.ACTION_UP && !event.isCanceled()) {
  /packages/apps/Contacts/src/com/android/contacts/activities/
GroupEditorActivity.java 52 String action = getIntent().getAction();
123 String action = intent.getAction();
  /packages/apps/Phone/src/com/android/phone/
EmergencyCallbackModeService.java 117 if (intent.getAction().equals(
124 else if (intent.getAction().equals(
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
PixelPerfectLoupeView.java 97 mm.add(PixelPerfectAutoRefreshAction.getAction());
102 tm.add(PixelPerfectAutoRefreshAction.getAction());
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Hover.java 78 switch (event.getAction()) {
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
FileTransferService.java 47 if (intent.getAction().equals(ACTION_SEND_FILE)) {

Completed in 494 milliseconds

1 2 3 4 5 67 8 91011>>