/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationTestList.java | 531 .setContentIntent(makeIntent()) 544 .setContentIntent(makeIntent()) 557 .setContentIntent(makeIntent()) 570 .setContentIntent(makeIntent()) 584 .setContentIntent(makeIntent()) 879 .setContentIntent(makeIntent()) 900 .setContentIntent(makeIntent()) 916 .setContentIntent(makeIntent()) 929 .setContentIntent(makeIntent()) 942 .setContentIntent(makeIntent()) [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest2.java | 231 .setIntent(makeIntent("action", ShortcutActivity.class)) in testShortcutInfoParcel() 250 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoParcel() 300 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoParcel_resId() 348 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoClone() 455 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoClone_resId() 567 .setIntent(makeIntent("action", ShortcutActivity.class)) in testShortcutInfoClone_minimum() 613 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoCopyNonNullFieldsFrom() 697 .setIntent(makeIntent("action2", ShortcutActivity.class)).build()); in testShortcutInfoCopyNonNullFieldsFrom() 704 .setIntent(makeIntent("action3", ShortcutActivity.class, "key", "x")).build()); in testShortcutInfoCopyNonNullFieldsFrom() 737 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoCopyNonNullFieldsFrom_resId() [all …]
|
D | BaseShortcutManagerTest.java | 1353 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcut() 1360 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTitle() 1366 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithShortLabel() 1375 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTimestamp() 1387 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTimestampWithActivity() 1398 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithIcon() 1407 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makePackageShortcut() 1431 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithActivity() 1444 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithActivityAndTitle() 1451 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), rank); in makeShortcutWithActivityAndRank() [all …]
|
D | ShortcutManagerTest1.java | 260 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity2.class, in testSetDynamicShortcuts() 269 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity3.class), in testSetDynamicShortcuts() 276 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity3.class), in testSetDynamicShortcuts() 1048 .setIntent(makeIntent(Intent.ACTION_ANSWER, ShortcutActivity.class, in testUpdateShortcuts() 1439 .setIntent(makeIntent("action", ShortcutActivity.class)) in testGetShortcuts_resolveStrings() 1450 .setIntent(makeIntent("action", ShortcutActivity.class)) in testGetShortcuts_resolveStrings() 1488 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity2.class, in testGetShortcutInfo() 1497 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity3.class), in testGetShortcutInfo() 1509 makeIntent(Intent.ACTION_ANSWER, ShortcutActivity2.class, in testGetShortcutInfo() 2671 new Intent[] {makeIntent(Intent.ACTION_ASSIST, ShortcutActivity2.class, in testStartShortcut() [all …]
|
D | ShortcutManagerTest8.java | 262 .setIntent(makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class)); in checkRequestPinShortcut() 416 .setIntent(makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class)); in testRequestPinShortcut_noTargetActivity_noMainActivity() 597 .setIntent(makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class)); in testRequestPinShortcut_dynamicExists_alreadyPinned()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerShellCommand.java | 261 private Intent makeIntent(int defUser) throws URISyntaxException { in makeIntent() method in ActivityManagerShellCommand 324 intent = makeIntent(UserHandle.USER_CURRENT); 514 intent = makeIntent(UserHandle.USER_CURRENT); 546 intent = makeIntent(UserHandle.USER_CURRENT); 604 intent = makeIntent(UserHandle.USER_CURRENT); 1361 intent = makeIntent(UserHandle.USER_CURRENT); 1805 intent = makeIntent(UserHandle.USER_CURRENT);
|