Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/app/role/
DRoleControllerService.java169 boolean successful = onGrantDefaultRoles();
170 callback.sendResult(successful ? Bundle.EMPTY : null);
175 boolean successful = onAddRoleHolder(roleName, packageName, flags);
176 callback.sendResult(successful ? Bundle.EMPTY : null);
181 boolean successful = onRemoveRoleHolder(roleName, packageName, flags);
182 callback.sendResult(successful ? Bundle.EMPTY : null);
187 boolean successful = onClearRoleHolders(roleName, flags);
188 callback.sendResult(successful ? Bundle.EMPTY : null);
DRoleManager.java414 boolean successful = result != null; in createRemoteCallback()
417 callback.accept(successful); in createRemoteCallback()
DRoleControllerManager.java257 boolean successful = result != null; in GrantDefaultRolesRequest()
258 mCallback.accept(successful); in GrantDefaultRolesRequest()
/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/
DRoleManagerService.java237 successful -> { in performInitialGrantsIfNecessaryAsync()
238 if (successful) { in performInitialGrantsIfNecessaryAsync()
712 boolean successful = result != null; in setDefaultBrowser()
713 if (successful) { in setDefaultBrowser()
738 boolean successful = result != null; in setDefaultBrowserAsync()
739 if (!successful) { in setDefaultBrowserAsync()
776 boolean successful = result != null; in setDefaultHomeAsync()
777 if (!successful) { in setDefaultHomeAsync()
780 callback.accept(successful); in setDefaultHomeAsync()
DRoleManagerShellCommand.java46 boolean successful = result != null; in createCallback()
47 if (successful) { in createCallback()
/frameworks/av/media/libstagefright/codecs/mp3dec/fuzzer/
DREADME.md19 * If the decode operation was successful, the input is advanced by the number
21 * If the decode operation was un-successful, the input is advanced by 1 byte
/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/opt/car/setupwizard/library/utils/src/com/android/car/setupwizardlib/
DInitialLockListener.java31 void onConnectionAttemptFinished(boolean successful); in onConnectionAttemptFinished() argument
/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/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/m4v_h263/fuzzer/
DREADME.md14 * If the decode operation was successful, the input is advanced by the number of bytes consumed
16 * If the decode operation was un-successful, the input is advanced by 1 byte so that the fuzzer
/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/ml/nn/tools/api/
DNeuralNetworks.t760 * @return ANEURALNETWORKS_NO_ERROR if successful.
819 * @return ANEURALNETWORKS_NO_ERROR if successful.
865 * @return ANEURALNETWORKS_NO_ERROR if successful.
892 * @return ANEURALNETWORKS_NO_ERROR if successful.
909 * @return ANEURALNETWORKS_NO_ERROR if successful.
920 * is used as an output in a successful execution, or used as the destination memory in a successful
962 * @return ANEURALNETWORKS_NO_ERROR if successful; ANEURALNETWORKS_OP_FAILED if the memory is
992 * have been used as an output in a successful execution, or used as the destination memory in a
993 * successful {@link ANeuralNetworksMemory_copy}.
1003 * @return ANEURALNETWORKS_NO_ERROR if successful.
[all …]
/frameworks/base/telecomm/java/android/telecom/
DDefaultDialerManager.java80 Consumer<Boolean> callback = successful -> { in setDefaultDialerApplication()
81 if (successful) { in setDefaultDialerApplication()
/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.java309 final boolean successful = dev.removeBond(); in unpair()
310 if (successful) { in unpair()

12