/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteSession.java | 410 boolean successful = (top.mMarkedSuccessful || yielding) && !top.mChildFailed; in endTransactionUnchecked() 416 if (successful) { in endTransactionUnchecked() 423 successful = false; in endTransactionUnchecked() 431 if (!successful) { in endTransactionUnchecked() 436 if (successful) { in endTransactionUnchecked()
|
/frameworks/ex/common/java/com/android/common/contacts/ |
D | DataUsageStatUpdater.java | 201 boolean successful = false; in update() 216 successful = true; in update() 250 successful = true; in update() 259 return successful; in update()
|
/frameworks/base/core/java/android/service/trust/ |
D | TrustAgentService.java | 202 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() argument 365 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() argument 366 mHandler.obtainMessage(MSG_UNLOCK_ATTEMPT, successful ? 1 : 0, 0).sendToTarget(); in onUnlockAttempt()
|
D | ITrustAgentService.aidl | 26 oneway void onUnlockAttempt(boolean successful); in onUnlockAttempt() argument
|
/frameworks/base/docs/html/distribute/googleplay/edu/ |
D | videos.jd | 5 page.metaDescription=Watch video resources from Google and successful educational developers. 14 Google and successful educational developers.
|
/frameworks/base/core/java/android/app/trust/ |
D | TrustManager.java | 75 public void reportUnlockAttempt(boolean successful, int userId) { in reportUnlockAttempt() argument 77 mService.reportUnlockAttempt(successful, userId); in reportUnlockAttempt()
|
D | ITrustManager.aidl | 27 void reportUnlockAttempt(boolean successful, int userId); in reportUnlockAttempt() argument
|
/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/ |
D | SampleTrustAgent.java | 105 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() argument 107 logAndShowToast("onUnlockAttempt(successful=" + successful + ")"); in onUnlockAttempt()
|
/frameworks/base/docs/html/google/play/billing/ |
D | api.jd | 125 is successful, Google Play returns a {@code Bundle} containing a list of 134 request is successful, Google Play returns a {@code Bundle} containing 158 the purchase was successful or canceled. The response {@code Intent} 247 Google Play and receive a successful response indicating that the 264 <li>If the purchase was successful, consume the purchase by making a {@code 272 <li>If the consumption was successful, provision the product in your 301 <li>If the consumption was successful, provision the product in your
|
/frameworks/base/services/core/java/com/android/server/trust/ |
D | TrustAgentWrapper.java | 309 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() argument 312 mTrustAgentService.onUnlockAttempt(successful); in onUnlockAttempt() 314 mPendingSuccessfulUnlock = successful; in onUnlockAttempt()
|
/frameworks/base/docs/html/distribute/users/ |
D | index.jd | 9 is different, but there are some common themes from successful Google Play
|
D | experiments.jd | 26 <h3 id="planning">Tips for planning a successful experiment</h3> 68 <h3 id="success">Tips for running successful experiments</h3>
|
/frameworks/base/docs/html/distribute/stories/games/ |
D | dots.jd | 19 Dots</a>, the successful puzzle strategy game from games developer Playdots 83 running successful experiments</a>.
|
D | glu-tap-baseball.jd | 70 running successful experiments</a>.
|
/frameworks/base/docs/html-intl/intl/ru/training/basics/intents/ |
D | result.jd | 92 // Make sure the request was successful 129 // Make sure the request was successful
|
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/ |
D | result.jd | 92 // Make sure the request was successful 129 // Make sure the request was successful
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/ |
D | result.jd | 92 // Make sure the request was successful 129 // Make sure the request was successful
|
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/ |
D | result.jd | 92 // Make sure the request was successful 129 // Make sure the request was successful
|
/frameworks/base/docs/html-intl/intl/ko/training/basics/intents/ |
D | result.jd | 92 // Make sure the request was successful 129 // Make sure the request was successful
|
/frameworks/base/docs/html/training/basics/intents/ |
D | result.jd | 79 android.app.Activity#RESULT_OK} if the operation was successful or {@link 92 // Make sure the request was successful 129 // Make sure the request was successful
|
/frameworks/base/docs/html/training/in-app-billing/ |
D | purchase-iab-products.jd | 52 <p>If the purchase order is successful, the response data from Google Play is stored in an {@code P… 78 <p>Upon a successful purchase, the user’s purchase data is cached locally by Google Play’s In-app B… 86 <p>If the query is successful, the query results are stored in an {@code Inventory} object that is … 109 …umable in-app purchase to the user. Make sure that you have received a successful consumption resp…
|
/frameworks/base/docs/html/distribute/analyze/ |
D | index.jd | 25 lets you easily identify roadblocks and successful features, so that you can
|
/frameworks/base/docs/html/training/basics/supporting-devices/ |
D | index.jd | 28 types, you have an opportunity to reach a huge audience with your app. In order to be as successful
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | EventLogTags.logtags | 27 # Data network registration failed after successful voice registration
|
/frameworks/base/docs/html/training/tv/start/ |
D | index.jd | 27 substantially different from phone and tablet devices. In order to make your app successful on TV
|