Home
last modified time | relevance | path

Searched refs:rejected (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/view/contentcapture/
DIDataShareWriteAdapter.aidl27 void rejected(); in rejected() method
DContentCaptureManager.java790 public void rejected() throws RemoteException { in rejected() method in ContentCaptureManager.DataShareAdapterDelegate
/frameworks/base/core/proto/android/server/
Dface.proto55 // Number of rejected faces.
Dfingerprint.proto56 // Number of rejected fingerprints.
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java964 Region rejected = Region.obtain();
966 rejected.set(systemGestureExclusionUnrestricted);
967 rejected.op(exclusion, Region.Op.DIFFERENCE);
973 mSystemGestureExclusionRejected.set(rejected);
/frameworks/base/core/proto/android/server/location/
Denums.proto90 // Request rejected because framework has not given permission for this use case.
/frameworks/base/core/proto/android/telecomm/
Denums.proto167 * Disconnected because the user rejected an incoming call.
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java855 public void rejected(@AppOpsManager.UidState int uidState, @OpFlags int flags) { in rejected() method in AppOpsService.AttributedOp
856 rejected(System.currentTimeMillis(), uidState, flags); in rejected()
869 public void rejected(long noteTime, @AppOpsManager.UidState int uidState, in rejected() method in AppOpsService.AttributedOp
3069 attributedOp.rejected(uidState.state, flags); in noteOperationUnchecked()
3081 attributedOp.rejected(uidState.state, flags); in noteOperationUnchecked()
3430 attributedOp.rejected(uidState.state, AppOpsManager.OP_FLAG_SELF); in startOperation()
3443 attributedOp.rejected(uidState.state, AppOpsManager.OP_FLAG_SELF); in startOperation()
4244 attributedOp.rejected(rejectTime, uidState, opFlags); in readAttributionOp()
/frameworks/opt/net/wifi/service/proto/src/
Dmetrics.proto2043 // Request rejected. Applies to 2-sided RTT only
2593 // Provision discovery failure, e.g. no pin code, timeout, rejected by the peer.
2596 // Invitation failure, e.g. rejected by the peer.
2599 // Incoming request is rejected by the user.
2775 // Easy Connect R2 Failure event: Enrollee rejected the configuration.
2924 // Number of requests via this API surface that was rejected by the user.
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java1087 mClientAdapter.rejected(); in reject()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp2972 std::initializer_list<StatusInternal> rejected = {StatusInternal::PRESENT, in finishCameraOps() local
2977 mCameraIdStr, rejected); in finishCameraOps()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto622 // Request is rejected by network
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken458 // One rejected call
/frameworks/base/cmds/statsd/src/
Datoms.proto3022 COMPLETED_REJECTED = 2; // successful because coming from rejected area
8715 // The number of times the op was rejected while the app was in the
8719 // The number of times the op was rejected while the app was in the
8761 // The number of times the op was rejected while the app was in the
8765 // The number of times the op was rejected while the app was in the
/frameworks/base/services/
Dart-profile8101 HSPLcom/android/server/appop/AppOpsService$AttributedOp;->rejected(II)V
8102 HSPLcom/android/server/appop/AppOpsService$AttributedOp;->rejected(JII)V