Searched refs:startIntentSenderForResult (Results 1 – 10 of 10) 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/core/java/android/appwidget/ |
D | AppWidgetHost.java | 226 activity.startIntentSenderForResult(intentSender, requestCode, null, 0, 0, 0, in startAppWidgetConfigureActivityForResult()
|
/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/app/ |
D | Activity.java | 3889 public void startIntentSenderForResult(IntentSender intent, int requestCode, in startIntentSenderForResult() method in Activity 3892 startIntentSenderForResult(intent, requestCode, fillInIntent, flagsMask, in startIntentSenderForResult() 3921 public void startIntentSenderForResult(IntentSender intent, int requestCode, in startIntentSenderForResult() method in Activity 4108 startIntentSenderForResult(intent, -1, fillInIntent, flagsMask, in startIntentSender() 4113 startIntentSenderForResult(intent, -1, fillInIntent, flagsMask, in startIntentSender()
|
/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(), 354 startIntentSenderForResult(pendingIntent, RC_BUY, new Intent(),
|
D | api.jd | 80 …<li>Your application launches the pending intent by calling the {@code startIntentSenderForResult}…
|
/frameworks/base/docs/html/sdk/api_diff/5/ |
D | missingSinces.txt | 280 NO DOC BLOCK: android.app.Activity Method startIntentSenderForResult(android.content.IntentSender, …
|
/frameworks/base/docs/html/sdk/api_diff/16/ |
D | missingSinces.txt | 434 NO DOC BLOCK: android.app.Activity Method startIntentSenderForResult(android.content.IntentSender, …
|
/frameworks/base/api/ |
D | system-current.txt | 3545 …method public void startIntentSenderForResult(android.content.IntentSender, int, android.content.I… 3546 …method public void startIntentSenderForResult(android.content.IntentSender, int, android.content.I…
|
D | current.txt | 3462 …method public void startIntentSenderForResult(android.content.IntentSender, int, android.content.I… 3463 …method public void startIntentSenderForResult(android.content.IntentSender, int, android.content.I…
|