HomeSort by relevance Sort by last modified time
    Searched full:getaction (Results 1 - 25 of 1323) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
TreeViewView.java 72 mm.add(SaveTreeViewAction.getAction(getSite().getShell()));
73 mm.add(CapturePSDAction.getAction(getSite().getShell()));
75 mm.add(RefreshViewAction.getAction());
76 mm.add(DisplayViewAction.getAction(getSite().getShell()));
78 mm.add(InvalidateAction.getAction());
79 mm.add(RequestLayoutAction.getAction());
80 mm.add(DumpDisplayListAction.getAction());
81 mm.add(ProfileNodesAction.getAction());
85 tm.add(SaveTreeViewAction.getAction(getSite().getShell()));
86 tm.add(CapturePSDAction.getAction(getSite().getShell()))
    [all...]
PixelPerfectView.java 51 mm.add(SavePixelPerfectAction.getAction(getSite().getShell()));
52 mm.add(RefreshPixelPerfectAction.getAction());
53 mm.add(LoadOverlayAction.getAction(getSite().getShell()));
57 tm.add(SavePixelPerfectAction.getAction(getSite().getShell()));
58 tm.add(RefreshPixelPerfectAction.getAction());
59 tm.add(LoadOverlayAction.getAction(getSite().getShell()));
DeviceSelectorView.java 74 mm.add(RefreshWindowsAction.getAction());
78 tm.add(RefreshWindowsAction.getAction());
81 mm.add(LoadViewHierarchyAction.getAction());
82 tm.add(LoadViewHierarchyAction.getAction());
85 mm.add(InspectScreenshotAction.getAction());
86 tm.add(InspectScreenshotAction.getAction());
  /packages/experimental/TestBack/src/foo/bar/testback/
IdleMaintenanceReceiver.java 16 Log.i(LOG_TAG, (intent.getAction() != null) ? intent.getAction() : "null");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditorContributor.java 56 protected IAction getAction(ITextEditor editor, String actionID) {
57 return (editor == null ? null : editor.getAction(actionID));
79 getAction(editor, ITextEditorActionConstants.DELETE));
81 getAction(editor, ITextEditorActionConstants.UNDO));
83 getAction(editor, ITextEditorActionConstants.REDO));
85 getAction(editor, ITextEditorActionConstants.CUT));
87 getAction(editor, ITextEditorActionConstants.COPY));
89 getAction(editor, ITextEditorActionConstants.PASTE));
91 getAction(editor, ITextEditorActionConstants.SELECT_ALL));
93 getAction(editor, ITextEditorActionConstants.FIND))
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/linux_java/samples/plugins/testcommitplugin/src/
plugin_dll_test_commit.cc 39 if ( (aVector[index]->GetAction() & SYNCML_DM_EVENT_ADD) == SYNCML_DM_EVENT_ADD )
46 if ( (aVector[index]->GetAction() & SYNCML_DM_EVENT_REPLACE) == SYNCML_DM_EVENT_REPLACE )
53 if ( (aVector[index]->GetAction() & SYNCML_DM_EVENT_DELETE) == SYNCML_DM_EVENT_DELETE )
60 if ( (aVector[index]->GetAction() & SYNCML_DM_EVENT_RENAME) == SYNCML_DM_EVENT_RENAME )
67 if ( (aVector[index]->GetAction() & SYNCML_DM_EVENT_INDIRECT) == SYNCML_DM_EVENT_INDIRECT )
  /cts/tests/app/src/android/app/cts/
TestedScreen.java 40 if (LaunchpadActivity.FORWARD_RESULT.equals(getIntent().getAction())) {
46 } else if (DELIVER_RESULT.equals(getIntent().getAction())) {
49 } else if (CLEAR_TASK.equals(getIntent().getAction())) {
64 if (CLEAR_TASK.equals(getIntent().getAction())) {
94 if (CLEAR_TASK.equals(getIntent().getAction())) {
106 if (WAIT_BEFORE_FINISH.equals(getIntent().getAction())) {
109 } else if (CLEAR_TASK.equals(getIntent().getAction())) {
  /cts/tests/tests/os/src/android/os/cts/
TestedScreen.java 40 if (LaunchpadActivity.FORWARD_RESULT.equals(getIntent().getAction())) {
46 } else if (DELIVER_RESULT.equals(getIntent().getAction())) {
49 } else if (CLEAR_TASK.equals(getIntent().getAction())) {
64 if (CLEAR_TASK.equals(getIntent().getAction())) {
94 if (CLEAR_TASK.equals(getIntent().getAction())) {
106 if (WAIT_BEFORE_FINISH.equals(getIntent().getAction())) {
109 } else if (CLEAR_TASK.equals(getIntent().getAction())) {
  /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())) {
  /developers/demos/MusicDemo/src/main/java/com/example/android/musicservicedemo/
CarConnectionReceiver.java 36 if (CONNECTED_ACTION.equals(intent.getAction())) {
38 } else if (DISCONNECTED_ACTION.equals(intent.getAction())) {
42 intent.getAction());
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/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/wearable/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)) {
  /external/replicaisland/src/com/replica/replicaisland/
SingleTouchFilter.java 9 if (event.getAction() == MotionEvent.ACTION_UP) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowKeyEvent.java 19 public final int getAction() {
  /packages/apps/Settings/src/com/android/settings/
TestingSettingsBroadcastReceiver.java 20 if (intent.getAction().equals(SECRET_CODE_ACTION)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPreloadReceiver.java 26 if (RecentsActivity.PRELOAD_INTENT.equals(intent.getAction())) {
28 } else if (RecentsActivity.CANCEL_PRELOAD_INTENT.equals(intent.getAction())){
  /packages/apps/Browser/src/com/android/browser/widget/
BookmarkWidgetProxy.java 32 if (BookmarkThumbnailWidgetService.ACTION_CHANGE_FOLDER.equals(intent.getAction())) {
34 } else if (BrowserActivity.ACTION_SHOW_BROWSER.equals(intent.getAction())) {
  /packages/apps/OMA-DM/DMService/src/com/android/omadm/service/
DMInjectPackageReceiver.java 33 if ("com.android.omadm.service.InjectPackage0".equals(intent.getAction())) {
34 if (DBG) Log.d(TAG, intent.getAction());
  /packages/apps/DeskClock/src/com/android/deskclock/
ScreensaverActivity.java 62 Log.v(TAG, "ScreensaverActivity onReceive, action: " + intent.getAction());
65 boolean changed = intent.getAction().equals(Intent.ACTION_TIME_CHANGED)
66 || intent.getAction().equals(Intent.ACTION_TIMEZONE_CHANGED);
67 if (intent.getAction().equals(Intent.ACTION_POWER_CONNECTED)) {
70 } else if (intent.getAction().equals(Intent.ACTION_POWER_DISCONNECTED)) {
73 } else if (intent.getAction().equals(Intent.ACTION_USER_PRESENT)) {
83 if (intent.getAction().equals(AlarmManager.ACTION_NEXT_ALARM_CLOCK_CHANGED)) {
  /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())) {
  /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)
  /external/chromium_org/sandbox/win/src/
policy_engine_unittest.cc 81 EXPECT_EQ(ASK_BROKER, pol_ev.GetAction());
86 EXPECT_EQ(ASK_BROKER, pol_ev.GetAction());
97 EXPECT_EQ(FAKE_ACCESS_DENIED, pol_ev.GetAction());
  /external/eigen/Eigen/src/Core/products/
Parallelizer.h 27 else if(action==GetAction)
51 internal::manage_multi_threading(GetAction, &nbt);
53 internal::manage_caching_sizes(GetAction, &l1, &l2);
61 internal::manage_multi_threading(GetAction, &ret);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
IClientAction.java 24 Action getAction();

Completed in 634 milliseconds

1 2 3 4 5 6 7 8 91011>>