OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:makeIntent
(Results
1 - 11
of
11
) sorted by null
/development/samples/training/testingfun/app/src/com/example/android/testingfun/lesson4/
NextActivity.java
45
public static Intent
makeIntent
(Context context, String payload) {
/development/samples/training/testingfun/app/src/com/example/android/testingfun/lesson5/
ReceiverActivity.java
45
public static Intent
makeIntent
(Context context, CharSequence message) {
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
ShortcutInfoCompat.java
47
public Intent
makeIntent
() {
/frameworks/base/services/core/java/com/android/server/am/
ActivityManagerShellCommand.java
261
private Intent
makeIntent
(int defUser) throws URISyntaxException {
324
intent =
makeIntent
(UserHandle.USER_CURRENT);
514
intent =
makeIntent
(UserHandle.USER_CURRENT);
546
intent =
makeIntent
(UserHandle.USER_CURRENT);
604
intent =
makeIntent
(UserHandle.USER_CURRENT);
[
all
...]
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java
531
.setContentIntent(
makeIntent
())
544
.setContentIntent(
makeIntent
())
557
.setContentIntent(
makeIntent
())
570
.setContentIntent(
makeIntent
())
584
.setContentIntent(
makeIntent
())
[
all
...]
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
ClientTest.java
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ActionServiceImpl.java
51
final Intent intent =
makeIntent
(OP_START_ACTION);
67
final Intent intent = PendingActionReceiver.
makeIntent
(OP_START_ACTION);
82
final Intent intent =
makeIntent
(OP_RECEIVE_BACKGROUND_RESPONSE);
98
final Intent intent =
makeIntent
(OP_RECEIVE_BACKGROUND_FAILURE);
135
private static Intent
makeIntent
(final int opcode) {
151
public static Intent
makeIntent
(final int opcode) {
191
final Intent intent = PendingActionReceiver.
makeIntent
(OP_START_ACTION);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
InteractiveVerifierActivity.java
353
protected PendingIntent
makeIntent
(int code, String tag) {
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerCtsTestsBase.java
353
makeIntent
(Intent.ACTION_VIEW, ShortcutActivity.class), rank);
362
makeIntent
(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0);
368
makeIntent
(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0);
377
makeIntent
(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0);
418
protected Intent
makeIntent
(String action, Class<?> clazz, Object... bundleKeysAndValues) {
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
AndroidFacade.java
87
* An intent can be built using the {@see #
makeIntent
} call, but can also be constructed exterally.
437
description = "Intent in the format as returned from
makeIntent
")
695
public Intent
makeIntent
(
726
description = "Intent in the format as returned from
makeIntent
")
738
description = "Intent in the format as returned from
makeIntent
")
747
description = "Intent in the format as returned from
makeIntent
")
756
description = "Intent in the format as returned from
makeIntent
")
[
all
...]
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
BaseShortcutManagerTest.java
[
all
...]
Completed in 426 milliseconds