OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setaction
(Results
1 - 25
of
304
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/tests/coretests/src/android/app/activity/
SubActivityScreen.java
52
res.
setAction
("test");
85
setResult(RESULT_CANCELED, (new Intent()).
setAction
("Interrupted!"));
97
res.
setAction
("test");
122
setResult(RESULT_CANCELED, (new Intent()).
setAction
(
129
setResult(RESULT_CANCELED, (new Intent()).
setAction
(
132
setResult(RESULT_CANCELED, (new Intent()).
setAction
(
135
setResult(RESULT_CANCELED, (new Intent()).
setAction
(
138
setResult(RESULT_CANCELED, (new Intent()).
setAction
(
144
setResult(RESULT_CANCELED, (new Intent()).
setAction
(
ClearTop.java
34
Intent intent = new Intent(getIntent()).
setAction
(LocalScreen.CLEAR_TASK)
45
setResult(RESULT_CANCELED, new Intent().
setAction
(
ActivityTestsBase.java
109
finishWithResult(Activity.RESULT_CANCELED, (new Intent()).
setAction
(error));
133
mIntent.
setAction
(action);
209
finishWithResult(Activity.RESULT_CANCELED, (new Intent()).
setAction
(msg));
RemoteReceiver.java
36
newIntent.
setAction
(LaunchpadActivity.BROADCAST_REMOTE);
/packages/apps/Mms/tests/src/com/android/mms/
MmsLaunchPerformance.java
15
mIntent.
setAction
(Intent.ACTION_MAIN);
/cts/tests/src/android/app/cts/
ClearTop.java
33
final Intent intent = new Intent(getIntent()).
setAction
(LocalScreen.CLEAR_TASK).setClass(
44
setResult(RESULT_CANCELED, new Intent().
setAction
("New intent received " + intent
ActivityTestsBase.java
110
finishWithResult(Activity.RESULT_CANCELED, new Intent().
setAction
(error));
138
mIntent.
setAction
(action);
209
finishWithResult(Activity.RESULT_CANCELED, new Intent().
setAction
(msg));
TestedScreen.java
42
intent.
setAction
(DELIVER_RESULT);
47
setResult(RESULT_OK, new Intent().
setAction
(LaunchpadActivity.RETURNED_RESULT));
/development/samples/training/notify-user/src/com/example/android/pingme/
ResultActivity.java
40
intent.
setAction
(CommonConstants.ACTION_SNOOZE);
46
intent.
setAction
(CommonConstants.ACTION_DISMISS);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
StartedMatcher.java
33
expectedIntent.
setAction
(expectedAction);
75
intent.
setAction
(action);
StartedServiceMatcher.java
36
expectedIntent.
setAction
(expectedAction);
95
intent.
setAction
(action);
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogReceiver.java
38
serviceIntent.
setAction
(CallLogNotificationsService.ACTION_UPDATE_NOTIFICATIONS);
44
serviceIntent.
setAction
(CallLogNotificationsService.ACTION_UPDATE_NOTIFICATIONS);
/packages/apps/Gallery2/src/com/android/photos/
SelectionManager.java
113
mShareIntent.
setAction
(null).setType(null);
117
mShareIntent.
setAction
(null).setType(null);
127
mShareIntent.
setAction
(Intent.ACTION_SEND);
130
mShareIntent.
setAction
(Intent.ACTION_SEND_MULTIPLE);
182
mShareIntent.
setAction
(null).setType(null);
/development/samples/ApiDemos/src/com/example/android/apis/app/
SendResult.java
65
setResult(RESULT_OK, (new Intent()).
setAction
("Corky!"));
76
setResult(RESULT_OK, (new Intent()).
setAction
("Violet!"));
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
SendResult.java
65
setResult(RESULT_OK, (new Intent()).
setAction
("Corky!"));
76
setResult(RESULT_OK, (new Intent()).
setAction
("Violet!"));
/development/samples/training/threadsample/src/com/example/android/threadsample/
BroadcastNotifier.java
53
localIntent.
setAction
(Constants.BROADCAST_ACTION);
75
localIntent.
setAction
(Constants.BROADCAST_ACTION);
/external/chromium/chrome/browser/ui/cocoa/translate/
before_translate_infobar_controller.mm
44
[neverTranslateButton_
setAction
:@selector(neverTranslate:)];
50
[alwaysTranslateButton_
setAction
:@selector(alwaysTranslate:)];
/cts/tests/tests/app/src/android/app/cts/
SearchManagerTest.java
25
intent.
setAction
(action);
ActivityManagerRecentTaskInfoTest.java
59
baseIntent.
setAction
(Intent.ACTION_CALL);
93
baseIntent.
setAction
(Intent.ACTION_CALL);
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_tree_browser_cell_unittest.mm
32
[cell
setAction
:@selector(mockAction:)];
/external/chromium/chrome/browser/ui/cocoa/
encoding_menu_controller_delegate_mac.mm
28
[item
setAction
:@selector(commandDispatch:)];
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SchedulerService.java
35
.
setAction
(Intent.ACTION_MAIN)
/packages/apps/Contacts/tests/src/com/android/contacts/
ContactsLaunchPerformance.java
32
mIntent.
setAction
(Intent.ACTION_MAIN);
/packages/apps/Dialer/tests/src/com/android/dialer/
DialerLaunchPerformance.java
32
mIntent.
setAction
(Intent.ACTION_MAIN);
/packages/apps/Phone/src/com/android/phone/
SipUtil.java
31
intent.
setAction
(SipManager.ACTION_SIP_INCOMING_CALL);
Completed in 2645 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>