Home
last modified time | relevance | path

Searched refs:successful (Results 1 – 25 of 86) sorted by relevance

1234

/frameworks/base/core/java/android/database/sqlite/
DSQLiteSession.java410 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/
DDataUsageStatUpdater.java201 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/
DTrustAgentService.java202 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()
DITrustAgentService.aidl26 oneway void onUnlockAttempt(boolean successful); in onUnlockAttempt() argument
/frameworks/base/docs/html/distribute/googleplay/edu/
Dvideos.jd5 page.metaDescription=Watch video resources from Google and successful educational developers.
14 Google and successful educational developers.
/frameworks/base/core/java/android/app/trust/
DTrustManager.java75 public void reportUnlockAttempt(boolean successful, int userId) { in reportUnlockAttempt() argument
77 mService.reportUnlockAttempt(successful, userId); in reportUnlockAttempt()
DITrustManager.aidl27 void reportUnlockAttempt(boolean successful, int userId); in reportUnlockAttempt() argument
/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
DSampleTrustAgent.java105 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() argument
107 logAndShowToast("onUnlockAttempt(successful=" + successful + ")"); in onUnlockAttempt()
/frameworks/base/docs/html/google/play/billing/
Dapi.jd125 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/
DTrustAgentWrapper.java309 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/
Dindex.jd9 is different, but there are some common themes from successful Google Play
Dexperiments.jd26 <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/
Ddots.jd19 Dots</a>, the successful puzzle strategy game from games developer Playdots
83 running successful experiments</a>.
Dglu-tap-baseball.jd70 running successful experiments</a>.
/frameworks/base/docs/html-intl/intl/ru/training/basics/intents/
Dresult.jd92 // Make sure the request was successful
129 // Make sure the request was successful
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/
Dresult.jd92 // Make sure the request was successful
129 // Make sure the request was successful
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/
Dresult.jd92 // Make sure the request was successful
129 // Make sure the request was successful
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/
Dresult.jd92 // Make sure the request was successful
129 // Make sure the request was successful
/frameworks/base/docs/html-intl/intl/ko/training/basics/intents/
Dresult.jd92 // Make sure the request was successful
129 // Make sure the request was successful
/frameworks/base/docs/html/training/basics/intents/
Dresult.jd79 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/
Dpurchase-iab-products.jd52 <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/
Dindex.jd25 lets you easily identify roadblocks and successful features, so that you can
/frameworks/base/docs/html/training/basics/supporting-devices/
Dindex.jd28 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/
DEventLogTags.logtags27 # Data network registration failed after successful voice registration
/frameworks/base/docs/html/training/tv/start/
Dindex.jd27 substantially different from phone and tablet devices. In order to make your app successful on TV

1234