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/core/java/android/app/trust/
DTrustManager.java54 public void reportUnlockAttempt(boolean successful, int userId) { in reportUnlockAttempt() argument
56 mService.reportUnlockAttempt(successful, userId); in reportUnlockAttempt()
DITrustManager.aidl27 void reportUnlockAttempt(boolean successful, int userId); in reportUnlockAttempt() 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/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.jd74 …-app purchases, send a {@code getPurchases} request. If the request is successful, Google Play ret…
75 … specify a list of product IDs in the query request. If the request is successful, Google Play ret…
81 …ivityResult} has a result code that indicates whether the purchase was successful or canceled. The…
115 …tion, you must send a consumption request to Google Play and receive a successful response indicat…
123 <li>If the purchase was successful, consume the purchase by making a {@code consumePurchase} call.<…
125 <li>If the consumption was successful, provision the product in your application.</li>
132 <li>If the consumption was successful, provision the product in your application.</li>
/frameworks/base/docs/html/distribute/users/
Dindex.jd9 is different, but there are some common themes from successful Google Play
/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/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-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/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/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/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java303 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() argument
305 if (mTrustAgentService != null) mTrustAgentService.onUnlockAttempt(successful); in onUnlockAttempt()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DEventLogTags.logtags27 # Data network registration failed after successful voice registration
/frameworks/base/docs/html/tools/help/uiautomator/
DUiDevice.jd1926 <ul class="nolist"><li>true if successful, else return false</li></ul>
1956 <ul class="nolist"><li>true if successful, else return false</li></ul>
1992 <ul class="nolist"><li>true if successful, else return false</li></ul>
2025 <ul class="nolist"><li>true if successful, else return false</li></ul>
2058 <ul class="nolist"><li>true if successful, else return false</li></ul>
2091 <ul class="nolist"><li>true if successful, else return false</li></ul>
2124 <ul class="nolist"><li>true if successful, else return false</li></ul>
2157 <ul class="nolist"><li>true if successful, else return false</li></ul>
2190 <ul class="nolist"><li>true if successful, else return false</li></ul>
2223 <ul class="nolist"><li>true if successful, else return false</li></ul>
[all …]
/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
/frameworks/base/docs/html/training/wearables/data-layer/
Dindex.jd35 returns a successful result code. If the devices are not connected, an error is returned. A
36 successful result code does not indicate that the message was delivered successfully as the
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/intents/
Dresult.jd92 // Make sure the request was successful
129 // Make sure the request was successful

1234