/packages/modules/IntentResolver/java/src/com/android/intentresolver/chooser/ |
D | SelectableTargetInfo.java | 55 boolean startAsCaller(Activity activity, Bundle options, int userId); in startAsCaller() method 224 public boolean startAsCaller(Activity activity, Bundle options, int userId) { in SelectableTargetInfo() 335 public boolean startAsCaller(Activity activity, Bundle options, int userId) { in startAsCaller() method in SelectableTargetInfo 336 return mActivityStarter.startAsCaller(activity, options, userId); in startAsCaller()
|
D | MultiDisplayResolveInfo.java | 122 public boolean startAsCaller(Activity activity, Bundle options, int userId) { in startAsCaller() method in MultiDisplayResolveInfo 123 return mTargetInfos.get(mSelected).startAsCaller(activity, options, userId); in startAsCaller()
|
D | ImmutableTargetInfo.java | 62 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 466 return mActivityStarter.startAsCaller(this, activity, options, userId); in startAsCaller()
|
D | NotSelectableTargetInfo.java | 83 public boolean startAsCaller(
|
D | TargetInfo.java | 140 boolean startAsCaller(Activity activity, Bundle options, int userId); in startAsCaller() method
|
D | DisplayResolveInfo.java | 206 public boolean startAsCaller(Activity activity, Bundle options, int userId) { in startAsCaller() method in DisplayResolveInfo
|
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/chooser/ |
D | ImmutableTargetInfoTest.kt | 438 info.startAsCaller(activity, options, 42) in testActivityStarter_correctNumberOfInvocations_startAsCaller() 452 override fun startAsCaller( in testActivityStarter_correctNumberOfInvocations_startAsUser() method 483 info1.startAsCaller(mock(), Bundle(), 42) in testActivityStarter_invokedWithRespectiveTargetInfoAfterCopy() 485 info2.startAsCaller(mock(), Bundle(), 42) in testActivityStarter_invokedWithRespectiveTargetInfoAfterCopy() 502 override fun startAsCaller( in startAsCaller() method in com.android.intentresolver.chooser.TestActivityStarter
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/ |
D | ResolverActivity.java | 1421 if (cti.startAsCaller(this, options, user.getIdentifier())) {
|
D | ChooserActivity.java | 1088 if (cti.startAsCaller(this, options, user.getIdentifier())) { in safelyStartActivityInternal()
|