Searched defs:makeIntent (Results 1 – 4 of 4) sorted by relevance
335 private Intent makeIntent(int defUser) throws URISyntaxException { in makeIntent() method in ActivityManagerShellCommand
1156 private PendingIntent makeIntent() { in makeIntent() method in NotificationTestList
35 class Demo(val name: String, val makeIntent: (Context) -> Intent) { in <lambda>() constant in com.android.test.silkfx.Demo
1993 protected Intent makeIntent(String action, Class<?> clazz, Object... bundleKeysAndValues) { in makeIntent() method in BaseShortcutManagerTest