/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationTestList.java | 566 .setContentIntent(makeIntent()) 579 .setContentIntent(makeIntent()) 592 .setContentIntent(makeIntent()) 605 .setContentIntent(makeIntent()) 619 .setContentIntent(makeIntent()) 914 .setContentIntent(makeIntent()) 935 .setContentIntent(makeIntent()) 951 .setContentIntent(makeIntent()) 964 .setContentIntent(makeIntent()) 977 .setContentIntent(makeIntent()) [all …]
|
/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/ |
D | Main.kt | 36 class Demo(val name: String, val makeIntent: (Context) -> Intent) { in <lambda>() constant in com.android.test.silkfx.Demo 125 startActivity(demo.makeIntent(this)) in onCreate()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest2.java | 245 .setIntent(makeIntent("action", ShortcutActivity.class)) in testShortcutInfoParcel() 264 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoParcel() 341 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoParcel_resId() 394 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoClone() 542 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoClone_resId() 659 .setIntent(makeIntent("action", ShortcutActivity.class)) in testShortcutInfoClone_minimum() 705 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoCopyNonNullFieldsFrom() 797 .setIntent(makeIntent("action2", ShortcutActivity.class)).build()); in testShortcutInfoCopyNonNullFieldsFrom() 804 .setIntent(makeIntent("action3", ShortcutActivity.class, "key", "x")).build()); in testShortcutInfoCopyNonNullFieldsFrom() 837 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoCopyNonNullFieldsFrom_resId() [all …]
|
D | BaseShortcutManagerTest.java | 1520 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcut() 1530 .setIntent(makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class)) in makeShortcutExcludedFromLauncher() 1541 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTitle() 1547 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithShortLabel() 1556 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTimestamp() 1568 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTimestampWithActivity() 1579 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithIcon() 1588 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makePackageShortcut() 1612 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithActivity() 1625 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithActivityAndTitle() [all …]
|
D | ShortcutManagerTest1.java | 299 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity2.class, in testSetDynamicShortcuts() 308 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity3.class), in testSetDynamicShortcuts() 315 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity3.class), in testSetDynamicShortcuts() 1317 .setIntent(makeIntent(Intent.ACTION_ANSWER, ShortcutActivity.class, in testUpdateShortcuts() 2066 .setIntent(makeIntent("action", ShortcutActivity.class)) in testGetShortcuts_resolveStrings() 2077 .setIntent(makeIntent("action", ShortcutActivity.class)) in testGetShortcuts_resolveStrings() 2111 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testGetShortcuts_personsFlag() 2162 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity2.class, in testGetShortcutInfo() 2171 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity3.class), in testGetShortcutInfo() 2183 makeIntent(Intent.ACTION_ANSWER, ShortcutActivity2.class, in testGetShortcutInfo() [all …]
|
D | ShortcutManagerTest8.java | 265 .setIntent(makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class)); in checkRequestPinShortcut() 419 .setIntent(makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class)); in testRequestPinShortcut_noTargetActivity_noMainActivity() 600 .setIntent(makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class)); in testRequestPinShortcut_dynamicExists_alreadyPinned()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerShellCommand.java | 362 private Intent makeIntent(int defUser) throws URISyntaxException { in makeIntent() method in ActivityManagerShellCommand 484 intent = makeIntent(UserHandle.USER_CURRENT); 707 intent = makeIntent(UserHandle.USER_CURRENT); 739 intent = makeIntent(UserHandle.USER_CURRENT); 797 intent = makeIntent(UserHandle.USER_CURRENT); 1911 intent = makeIntent(UserHandle.USER_CURRENT);
|
/frameworks/base/services/ |
D | art-profile | 6509 PLcom/android/server/am/ActivityManagerShellCommand;->makeIntent(I)Landroid/content/Intent;
|