HomeSort by relevance Sort by last modified time
    Searched refs:getAction (Results 26 - 50 of 1589) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
MyReceiver.java 29 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) {
  /development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/service/
RespondService.java 41 TelephonyManager.ACTION_RESPOND_VIA_MESSAGE.equals(intent.getAction())) {
MessagingService.java 44 String intentAction = intent.getAction();
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/
RemoveAction.java 32 public Action getAction () {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowKeyEvent.java 19 public final int getAction() {
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodDialogReceiver.java 27 if (Settings.ACTION_SHOW_INPUT_METHOD_PICKER.equals(intent.getAction())) {
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
EmlTempFileDeletionService.java 39 final String action = intent.getAction();
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationIntentReceiver.java 41 if (intent.getAction().equals(ACTION_EXAMPLE)) {
54 } else if (intent.getAction().equals(ACTION_ENABLE_MESSAGES)) {
56 } else if (intent.getAction().equals(ACTION_DISABLE_MESSAGES)) {
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationIntentReceiver.java 41 if (intent.getAction().equals(ACTION_EXAMPLE)) {
54 } else if (intent.getAction().equals(ACTION_ENABLE_MESSAGES)) {
56 } else if (intent.getAction().equals(ACTION_DISABLE_MESSAGES)) {
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicIntentReceiver.java 35 if (intent.getAction().equals(android.media.AudioManager.ACTION_AUDIO_BECOMING_NOISY)) {
41 } else if (intent.getAction().equals(Intent.ACTION_MEDIA_BUTTON)) {
43 if (keyEvent.getAction() != KeyEvent.ACTION_DOWN)
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationIntentReceiver.java 41 if (intent.getAction().equals(ACTION_EXAMPLE)) {
54 } else if (intent.getAction().equals(ACTION_ENABLE_MESSAGES)) {
56 } else if (intent.getAction().equals(ACTION_DISABLE_MESSAGES)) {
  /frameworks/base/core/tests/coretests/src/android/app/activity/
TestedScreen.java 42 if (LaunchpadActivity.FORWARD_RESULT.equals(getIntent().getAction())) {
50 } else if (DELIVER_RESULT.equals(getIntent().getAction())) {
56 } else if (CLEAR_TASK.equals(getIntent().getAction())) {
71 if (CLEAR_TASK.equals(getIntent().getAction())) {
99 if (CLEAR_TASK.equals(getIntent().getAction())) {
112 if (WAIT_BEFORE_FINISH.equals(getIntent().getAction())) {
115 } else if (CLEAR_TASK.equals(getIntent().getAction())) {
LocalReceiver.java 36 if (BroadcastTest.BROADCAST_FAIL_REGISTER.equals(intent.getAction())) {
45 } else if (BroadcastTest.BROADCAST_FAIL_BIND.equals(intent.getAction())) {
61 } else if (LaunchpadActivity.BROADCAST_REPEAT.equals(intent.getAction())) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockEventReceiver.java 56 Log.d(TAG, "Action: " + intent.getAction() + " State:" + state + " Device: "
60 if (Intent.ACTION_DOCK_EVENT.equals(intent.getAction())
61 || ACTION_DOCK_SHOW_UI.endsWith(intent.getAction())) {
62 if ((device == null) && (ACTION_DOCK_SHOW_UI.endsWith(intent.getAction()) ||
84 } else if (BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED.equals(intent.getAction()) ||
85 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED.equals(intent.getAction())) {
110 } else if (BluetoothAdapter.ACTION_STATE_CHANGED.equals(intent.getAction())) {
  /frameworks/support/compat/java/android/support/v4/view/accessibility/
AccessibilityEventCompat.java 37 public int getAction(AccessibilityEvent event);
81 public int getAction(AccessibilityEvent event) {
121 public int getAction(AccessibilityEvent event) {
122 return AccessibilityEventCompatJellyBean.getAction(event);
423 public int getAction(AccessibilityEvent event) {
424 return IMPL.getAction(event);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
InLineSettingKnob.java 64 if (event.getAction() == MotionEvent.ACTION_DOWN) {
70 } else if (event.getAction() == MotionEvent.ACTION_UP
71 || event.getAction() == MotionEvent.ACTION_CANCEL) {
81 if (event.getAction() == MotionEvent.ACTION_DOWN) {
87 } else if (event.getAction() == MotionEvent.ACTION_UP
88 || event.getAction() == MotionEvent.ACTION_CANCEL) {
  /frameworks/support/v13/java/android/support/v13/view/
DragStartHelper.java 130 if (event.getAction() == MotionEvent.ACTION_DOWN ||
131 event.getAction() == MotionEvent.ACTION_MOVE) {
135 if (event.getAction() == MotionEvent.ACTION_MOVE &&
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidedActionAdapterGroup.java 102 if (vh.getAction().hasTextEditable()) {
127 adapter.getGuidedActionsStylist().setEditingMode(avh, avh.getAction(), true);
158 mEditListener.onGuidedActionEditCanceled(avh.getAction());
159 adapter.getGuidedActionsStylist().setEditingMode(avh, avh.getAction(), false);
169 long nextActionId = mEditListener.onGuidedActionEditedAndProceed(avh.getAction());
170 adapter.getGuidedActionsStylist().setEditingMode(avh, avh.getAction(), false);
172 && nextActionId != avh.getAction().getId()) {
173 handled = focusToNextAction(adapter, avh.getAction(), nextActionId);
184 GuidedAction action = avh.getAction();
  /cts/tests/app/app/src/android/app/stubs/
MockAlarmReceiver.java 41 final String action = intent.getAction();
StubRemoteService.java 48 if (ISecondary.class.getName().equals(intent.getAction())) {
  /cts/tests/tests/os/src/android/os/cts/
CtsRemoteService.java 48 if (ISecondary.class.getName().equals(intent.getAction())) {
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
SampleMediaButtonReceiver.java 41 if (mActivity != null && Intent.ACTION_MEDIA_BUTTON.equals(intent.getAction())) {
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
SampleMediaButtonReceiver.java 41 if (mActivity != null && Intent.ACTION_MEDIA_BUTTON.equals(intent.getAction())) {
  /development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
ShortcutPublishingService.java 44 if (intent.getAction().endsWith(".ADD")) {
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
SampleMediaButtonReceiver.java 41 if (mActivity != null && Intent.ACTION_MEDIA_BUTTON.equals(intent.getAction())) {

Completed in 1439 milliseconds

12 3 4 5 6 7 8 91011>>