Searched defs:startAsCaller (Results 1 – 6 of 6) sorted by relevance
/packages/modules/IntentResolver/java/src/com/android/intentresolver/chooser/ |
D | MultiDisplayResolveInfo.java | 122 public boolean startAsCaller(Activity activity, Bundle options, int userId) { in startAsCaller() method in MultiDisplayResolveInfo
|
D | SelectableTargetInfo.java | 55 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
|
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
|
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
|
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/chooser/ |
D | ImmutableTargetInfoTest.kt | 452 override fun startAsCaller( in testActivityStarter_correctNumberOfInvocations_startAsUser() method 502 override fun startAsCaller( in startAsCaller() method in com.android.intentresolver.chooser.TestActivityStarter
|