Home
last modified time | relevance | path

Searched defs:startAsCaller (Results 1 – 6 of 6) sorted by relevance

/packages/modules/IntentResolver/java/src/com/android/intentresolver/chooser/
DMultiDisplayResolveInfo.java122 public boolean startAsCaller(Activity activity, Bundle options, int userId) { in startAsCaller() method in MultiDisplayResolveInfo
DSelectableTargetInfo.java55 boolean startAsCaller(Activity activity, Bundle options, int userId); in startAsCaller() method
335 public boolean startAsCaller(Activity activity, Bundle options, int userId) { in startAsCaller() method in SelectableTargetInfo
DTargetInfo.java140 boolean startAsCaller(Activity activity, Bundle options, int userId); in startAsCaller() method
DDisplayResolveInfo.java206 public boolean startAsCaller(Activity activity, Bundle options, int userId) { in startAsCaller() method in DisplayResolveInfo
DImmutableTargetInfo.java62 boolean startAsCaller(TargetInfo target, Activity activity, Bundle options, int userId); in startAsCaller() method
464 public boolean startAsCaller(Activity activity, Bundle options, int userId) { in startAsCaller() method in ImmutableTargetInfo
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/chooser/
DImmutableTargetInfoTest.kt452 override fun startAsCaller( in testActivityStarter_correctNumberOfInvocations_startAsUser() method
502 override fun startAsCaller( in startAsCaller() method in com.android.intentresolver.chooser.TestActivityStarter