OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getaction
(Results
1 - 25
of
1054
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
...]
/cts/tests/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
())) {
/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
())) {
/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/Contacts/tests/src/com/android/contacts/detail/
ContactDetailFragmentTests.java
51
assertEquals(Intent.ACTION_SENDTO, entry.intent.
getAction
());
69
assertEquals(Intent.ACTION_SENDTO, entry.intent.
getAction
());
72
assertEquals(Intent.ACTION_SENDTO, entry.secondaryIntent.
getAction
());
89
assertEquals(Intent.ACTION_SENDTO, entry.intent.
getAction
());
92
assertEquals(Intent.ACTION_SENDTO, entry.secondaryIntent.
getAction
());
110
assertEquals(Intent.ACTION_SENDTO, imIntent.
getAction
());
135
assertEquals(Intent.ACTION_SENDTO, entry.intent.
getAction
());
138
assertEquals(Intent.ACTION_SENDTO, entry.secondaryIntent.
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
())) {
/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
());
/developers/samples/android/background/alarms/Scheduler/src/com/example/android/scheduler/
SampleBootReceiver.java
19
if (intent.
getAction
().equals("android.intent.action.BOOT_COMPLETED"))
/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
();
/developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/batchstepsensor/
CardLayout.java
64
switch(event.
getAction
()){
76
switch(event.
getAction
()){
/developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/
CardLayout.java.ftl
62
switch(event.
getAction
()){
74
switch(event.
getAction
()){
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogReceiver.java
36
if (VoicemailContract.ACTION_NEW_VOICEMAIL.equals(intent.
getAction
())) {
42
} else if (Intent.ACTION_BOOT_COMPLETED.equals(intent.
getAction
())) {
/packages/apps/Mms/src/com/android/mms/ui/
SmsStorageMonitor.java
39
if (intent.
getAction
().equals(Intent.ACTION_DEVICE_STORAGE_FULL)) {
41
} else if (intent.
getAction
().equals(Intent.ACTION_DEVICE_STORAGE_NOT_FULL)) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
FeedbackLayout.java
49
if (event.
getAction
() == KeyEvent.ACTION_DOWN
53
} else if (event.
getAction
() == KeyEvent.ACTION_UP
Completed in 2164 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>