Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/service/trust/
DITrustAgentService.aidl27 oneway void onUnlockAttempt(boolean successful); in onUnlockAttempt() argument
36 oneway void onEscrowTokenRemoved(long handle, boolean successful); in onEscrowTokenRemoved() argument
DTrustAgentService.java264 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() argument
335 public void onEscrowTokenRemoved(long handle, boolean successful) { in onEscrowTokenRemoved() argument
599 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() argument
600 mHandler.obtainMessage(MSG_UNLOCK_ATTEMPT, successful ? 1 : 0, 0).sendToTarget(); in onUnlockAttempt()
665 public void onEscrowTokenRemoved(long handle, boolean successful) { in onEscrowTokenRemoved() argument
668 msg.getData().putBoolean(EXTRA_TOKEN_REMOVED_RESULT, successful); in onEscrowTokenRemoved()
/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/hardware/interfaces/sensorservice/1.0/
DIEventQueue.hal35 * @return result OK if successful, or
49 * @return result OK if successful,
DISensorManager.hal77 * @return result OK if successful;
98 * @return result OK if successful;
115 * @return result OK if successful, BAD_VALUE if callback is null,
/frameworks/base/core/java/android/app/trust/
DITrustManager.aidl27 void reportUnlockAttempt(boolean successful, int userId); in reportUnlockAttempt() argument
DTrustManager.java76 public void reportUnlockAttempt(boolean successful, int userId) { in reportUnlockAttempt() argument
78 mService.reportUnlockAttempt(successful, userId); in reportUnlockAttempt()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java451 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() argument
454 mTrustAgentService.onUnlockAttempt(successful); in onUnlockAttempt()
456 mPendingSuccessfulUnlock = successful; in onUnlockAttempt()
DTrustManagerService.java698 private void dispatchUnlockAttempt(boolean successful, int userId) { in dispatchUnlockAttempt() argument
699 if (successful) { in dispatchUnlockAttempt()
706 info.agent.onUnlockAttempt(successful); in dispatchUnlockAttempt()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DEventLogTags.logtags27 # Data network registration failed after successful voice registration
/frameworks/base/core/proto/android/service/
Ddiskstats.proto42 // 512B write latency in milliseconds, if the test was successful
/frameworks/base/proto/src/
Dipconnectivity.proto188 // The time it took for successful DNS lookups to complete.
280 // The time it took for successful blocking connect() operations to complete
285 // The time it took for successful connect() operation to complete in
380 // The total number of successful APF program updates triggered by any state
Dwifi.proto78 // Scan was successful.
712 // Has a successful connection ever been established using this WifiConfiguration
Dmetrics_constants.proto60 // The action was successful
3708 // successful connection
3709 // VALUE: true if the connection was successful, false if the connection failed
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java348 final boolean successful = dev.removeBond(); in unpair()
349 if (successful) { in unpair()
/frameworks/base/core/proto/android/telecomm/
Denums.proto38 * Common transitions are to {@link #DIALING} state for a successful call or
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt131 generated. If a successful eglSetBlobCacheFuncsANDROID call was already
/frameworks/opt/telephony/proto/src/
Dtelephony.proto855 // Whether the download was successful or not.
/frameworks/wilhelm/doc/
DDoxyfile1047 # when you change the font size after a successful doxygen run you need
/frameworks/native/docs/
DDoxyfile1220 # when you change the font size after a successful doxygen run you need
/frameworks/support/work/integration-tests/testapp/src/main/assets/
Dretn.txt406 successful conclusion, will in itself justify a man's life on this
5503 was a most daring and successful seal and whale fisher. In 1883 he
5505 several successful voyages in succession, and in the following year,
5808 successful one. Once only he paused in his patient investigation.
5999 successful issue without you; but none the less I am very grateful.
9790 and I congratulate you on having brought your case to a successful
11189 successful conclusion. Come, Watson, I fancy that we may employ
12421 bring it to a successful conclusion it will certainly represent the
Dadvs.txt1124 successful conclusion."
1127 more successful. I know that her word is inviolate. The photograph is
1182 helper in many of my most successful cases, and I have no doubt that
4161 "It is true that I have been generally successful."
8955 sunset, however, their efforts were at last successful, and they
9756 more successful." He opened the door and ushered in a lady and
10085 "It is, of course, well known to you that in a successful banking
/frameworks/av/media/libaaudio/
DDoxyfile1391 # the HTML documentation. When you change the font size after a successful
DDoxyfile.orig1382 # the HTML documentation. When you change the font size after a successful

12