Searched refs:startIntentSenderForResult (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | HeavyWeightSwitcherActivity.java | 140 startIntentSenderForResult(mStartIntent, -1, null, 144 startIntentSenderForResult(mStartIntent, -1, null, 0, 0, 0);
|
/frameworks/base/docs/html-intl/intl/zh-cn/google/play/billing/ |
D | api.jd | 70 <li>您的应用通过调用 <code>startIntentSenderForResult</code> 方法来启动 PendingIntent。</li>
|
/frameworks/base/core/java/android/appwidget/ |
D | AppWidgetHost.java | 254 activity.startIntentSenderForResult(intentSender, requestCode, null, 0, 0, 0, in startAppWidgetConfigureActivityForResult()
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_integrate.jd | 229 …transaction, call the {@link android.app.Activity#startIntentSenderForResult startIntentSenderForR… 231 startIntentSenderForResult(pendingIntent.getIntentSender(), 362 startIntentSenderForResult(pendingIntent, RC_BUY, new Intent(),
|
D | api.jd | 80 …<li>Your application launches the pending intent by calling the {@code startIntentSenderForResult}…
|
/frameworks/base/core/java/android/app/ |
D | Activity.java | 4073 public void startIntentSenderForResult(IntentSender intent, int requestCode, in startIntentSenderForResult() method in Activity 4076 startIntentSenderForResult(intent, requestCode, fillInIntent, flagsMask, in startIntentSenderForResult() 4105 public void startIntentSenderForResult(IntentSender intent, int requestCode, in startIntentSenderForResult() method in Activity 4292 startIntentSenderForResult(intent, -1, fillInIntent, flagsMask, in startIntentSender() 4297 startIntentSenderForResult(intent, -1, fillInIntent, flagsMask, in startIntentSender()
|
/frameworks/base/api/ |
D | current.txt | 3488 …method public void startIntentSenderForResult(android.content.IntentSender, int, android.content.I… 3489 …method public void startIntentSenderForResult(android.content.IntentSender, int, android.content.I…
|
D | system-current.txt | 3591 …method public void startIntentSenderForResult(android.content.IntentSender, int, android.content.I… 3592 …method public void startIntentSenderForResult(android.content.IntentSender, int, android.content.I…
|