Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/app/role/
DRoleControllerService.java184 boolean successful = onGrantDefaultRoles();
185 callback.sendResult(successful ? Bundle.EMPTY : null);
190 boolean successful = onAddRoleHolder(roleName, packageName, flags);
191 callback.sendResult(successful ? Bundle.EMPTY : null);
196 boolean successful = onRemoveRoleHolder(roleName, packageName, flags);
197 callback.sendResult(successful ? Bundle.EMPTY : null);
202 boolean successful = onClearRoleHolders(roleName, flags);
203 callback.sendResult(successful ? Bundle.EMPTY : null);
DRoleManager.java415 boolean successful = result != null; in createRemoteCallback()
418 callback.accept(successful); in createRemoteCallback()
/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.java412 boolean successful = (top.mMarkedSuccessful || yielding) && !top.mChildFailed; in endTransactionUnchecked()
418 if (successful) { in endTransactionUnchecked()
425 successful = false; in endTransactionUnchecked()
433 if (!successful) { in endTransactionUnchecked()
438 if (successful) { in endTransactionUnchecked()
/frameworks/base/services/core/java/com/android/server/role/
DRoleManagerShellCommand.java46 boolean successful = result != null; in createCallback()
47 if (successful) { in createCallback()
DRoleManagerService.java276 successful -> { in maybeGrantDefaultRolesInternal()
277 if (successful) { in maybeGrantDefaultRolesInternal()
739 boolean successful = result != null; in setDefaultBrowser()
740 if (successful) { in setDefaultBrowser()
765 boolean successful = result != null; in setDefaultBrowserAsync()
766 if (!successful) { in setDefaultBrowserAsync()
805 boolean successful = result != null; in setDefaultHomeAsync()
806 if (!successful) { in setDefaultHomeAsync()
809 callback.accept(successful); in setDefaultHomeAsync()
/frameworks/opt/car/setupwizard/library/utils/src/com/android/car/setupwizardlib/
DInitialLockListener.java31 void onConnectionAttemptFinished(boolean successful); in onConnectionAttemptFinished() argument
/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.aidl28 void reportUnlockAttempt(boolean successful, int userId); in reportUnlockAttempt() argument
DTrustManager.java79 public void reportUnlockAttempt(boolean successful, int userId) { in reportUnlockAttempt() argument
81 mService.reportUnlockAttempt(successful, userId); in reportUnlockAttempt()
/frameworks/av/media/libstagefright/codecs/amrnb/fuzzer/
DREADME.md25 If the decode operation was successful, the input is advanced by the frame size
27 If the decode operation was un-successful, the input is still advanced by frame size so
/frameworks/av/media/libstagefright/codecs/amrwb/fuzzer/
DREADME.md24 If the decode operation was successful, the input is advanced by the frame size
26 If the decode operation was un-successful, the input is still advanced by frame size so
/frameworks/base/telecomm/java/android/telecom/
DDefaultDialerManager.java80 Consumer<Boolean> callback = successful -> { in setDefaultDialerApplication()
81 if (successful) { in setDefaultDialerApplication()
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t759 * @return ANEURALNETWORKS_NO_ERROR if successful.
818 * @return ANEURALNETWORKS_NO_ERROR if successful.
864 * @return ANEURALNETWORKS_NO_ERROR if successful.
891 * @return ANEURALNETWORKS_NO_ERROR if successful.
908 * @return ANEURALNETWORKS_NO_ERROR if successful.
919 * is used as an output in a successful execution, or used as the destination memory in a successful
961 * @return ANEURALNETWORKS_NO_ERROR if successful; ANEURALNETWORKS_OP_FAILED if the memory is
991 * have been used as an output in a successful execution, or used as the destination memory in a
992 * successful {@link ANeuralNetworksMemory_copy}.
1002 * @return ANEURALNETWORKS_NO_ERROR if successful.
[all …]
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java449 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() argument
452 mTrustAgentService.onUnlockAttempt(successful); in onUnlockAttempt()
454 mPendingSuccessfulUnlock = successful; in onUnlockAttempt()
DTrustManagerService.java944 private void dispatchUnlockAttempt(boolean successful, int userId) { in dispatchUnlockAttempt() argument
945 if (successful) { in dispatchUnlockAttempt()
954 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
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java385 final boolean successful = dev.removeBond(); in unpair()
386 if (successful) { in unpair()
/frameworks/base/services/core/java/com/android/server/policy/
DPermissionPolicyService.java405 FgThread.getExecutor(), successful -> { in grantOrUpgradeDefaultRuntimePermissionsIfNeeded()
406 if (successful) { in grantOrUpgradeDefaultRuntimePermissionsIfNeeded()
/frameworks/base/telephony/common/com/android/internal/telephony/
DSmsApplication.java650 Consumer<Boolean> callback = successful -> { in setDefaultApplicationInternal()
651 if (successful) { in setDefaultApplicationInternal()
/frameworks/base/core/proto/android/telecomm/
Denums.proto38 * Common transitions are to {@link #DIALING} state for a successful call or

12