Searched refs:successful (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/service/trust/
H A DITrustAgentService.aidl27 oneway void onUnlockAttempt(boolean successful);
36 oneway void onEscrowTokenRemoved(long handle, boolean successful);
H A DTrustAgentService.java262 * @param successful true if the user successfully completed the challenge.
264 public void onUnlockAttempt(boolean successful) { argument
332 * @param successful whether the removing operaiton is achieved.
335 public void onEscrowTokenRemoved(long handle, boolean successful) { argument
574 public void onUnlockAttempt(boolean successful) { argument
575 mHandler.obtainMessage(MSG_UNLOCK_ATTEMPT, successful ? 1 : 0, 0).sendToTarget();
640 public void onEscrowTokenRemoved(long handle, boolean successful) { argument
643 msg.getData().putBoolean(EXTRA_TOKEN_REMOVED_RESULT, successful);
/frameworks/base/core/java/android/app/trust/
H A DITrustManager.aidl27 void reportUnlockAttempt(boolean successful, int userId);
H A DTrustManager.java72 * @param successful if true, the unlock attempt was successful.
76 public void reportUnlockAttempt(boolean successful, int userId) { argument
78 mService.reportUnlockAttempt(successful, userId);
/frameworks/ex/common/java/com/android/common/contacts/
H A DDataUsageStatUpdater.java201 boolean successful = false;
216 successful = true;
250 successful = true;
259 return successful;
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteSession.java70 * is ended. If the database operation was successful, then its changes are committed.
76 * transaction was successful, then call {@link #end}. If the transaction was
77 * marked successful, its changes will be committed, otherwise they will be rolled back.
80 * started with {@link #beginTransaction}, marked successful with
82 * If any nested transaction is not marked successful, then the entire transaction
104 * // As the very last step before ending the transaction, mark it successful.
108 * // This statement will commit the transaction if it was marked successful or
270 * to {@link #endTransaction}. To mark a transaction as successful,
272 * If the transaction is not successful, or if any of its nested
273 * transactions were not successful, the
[all...]
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java433 public void onUnlockAttempt(boolean successful) { argument
436 mTrustAgentService.onUnlockAttempt(successful);
438 mPendingSuccessfulUnlock = successful;
H A DTrustManagerService.java661 private void dispatchUnlockAttempt(boolean successful, int userId) { argument
662 if (successful) {
669 info.agent.onUnlockAttempt(successful);
1175 * changes again. Must only be called when we know about a successful unlock already
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java321 final boolean successful = dev.removeBond();
322 if (successful) {
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java754 boolean successful = (preferredStackId == stackId);
755 if (successful && stackId == DOCKED_STACK_ID) {
759 return successful;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 261 milliseconds