OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAction
(Results
1 - 25
of
988
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
IClientAction.java
24
Action
getAction
();
/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
());
/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/experimental/TestBack/src/foo/bar/testback/
IdleMaintenanceReceiver.java
16
Log.i(LOG_TAG, (intent.
getAction
() != null) ? intent.
getAction
() : "null");
/cts/tests/src/android/content/cts/
ResultReceiver.java
35
mReceivedBroadCast = MOCK_ACTION.equals(intent.
getAction
());
/developers/samples/android/background/alarms/Scheduler/src/com/example/android/scheduler/
SampleBootReceiver.java
19
if (intent.
getAction
().equals("android.intent.action.BOOT_COMPLETED"))
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
BootBroadcastReceiver.java
29
if (intent.
getAction
().equals(Intent.ACTION_BOOT_COMPLETED)) {
/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
())) {
MockReceiver.java
35
sAction = 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/Dialer/src/com/android/dialer/calllog/
CallLogNotificationsService.java
77
if (ACTION_MARK_NEW_VOICEMAILS_AS_OLD.equals(intent.
getAction
())) {
79
} else if (ACTION_UPDATE_NOTIFICATIONS.equals(intent.
getAction
())) {
CallLogReceiver.java
36
if (VoicemailContract.ACTION_NEW_VOICEMAIL.equals(intent.
getAction
())) {
42
} else if (Intent.ACTION_BOOT_COMPLETED.equals(intent.
getAction
())) {
/cts/tests/src/android/os/cts/
EmptyService.java
36
if (IEmptyService.class.getName().equals(intent.
getAction
())) {
/development/samples/devbytes/telephony/SmsSampleProject/SmsSample/src/main/java/com/example/android/smssample/service/
RespondService.java
41
TelephonyManager.ACTION_RESPOND_VIA_MESSAGE.equals(intent.
getAction
())) {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowKeyEvent.java
19
public final int
getAction
() {
/packages/apps/Browser/src/com/android/browser/
BookmarkSearch.java
35
String action = intent.
getAction
();
/packages/apps/Mms/src/com/android/mms/transaction/
MessageStatusReceiver.java
30
if (MESSAGE_STATUS_RECEIVED_ACTION.equals(intent.
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
();
/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)
/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
())) {
/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
())) {
Completed in 1084 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>