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.java868 public void rejected(@AppOpsManager.UidState int uidState, @OpFlags int flags) { in rejected() method in AppOpsService.AttributedOp
869 rejected(System.currentTimeMillis(), uidState, flags); in rejected()
882 public void rejected(long noteTime, @AppOpsManager.UidState int uidState, in rejected() method in AppOpsService.AttributedOp
3128 attributedOp.rejected(uidState.state, flags); in noteOperationUnchecked()
3140 attributedOp.rejected(uidState.state, flags); in noteOperationUnchecked()
3501 attributedOp.rejected(uidState.state, AppOpsManager.OP_FLAG_SELF); in startOperation()
3514 attributedOp.rejected(uidState.state, AppOpsManager.OP_FLAG_SELF); in startOperation()
4315 attributedOp.rejected(rejectTime, uidState, opFlags); in readAttributionOp()
/frameworks/opt/net/wifi/service/proto/src/
Dmetrics.proto2046 // Request rejected. Applies to 2-sided RTT only
2596 // Provision discovery failure, e.g. no pin code, timeout, rejected by the peer.
2599 // Invitation failure, e.g. rejected by the peer.
2602 // Incoming request is rejected by the user.
2778 // Easy Connect R2 Failure event: Enrollee rejected the configuration.
2927 // 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.cpp2997 std::initializer_list<StatusInternal> rejected = {StatusInternal::PRESENT, in finishCameraOps() local
3002 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.proto3024 COMPLETED_REJECTED = 2; // successful because coming from rejected area
8809 // The number of times the op was rejected while the app was in the
8813 // The number of times the op was rejected while the app was in the
8855 // The number of times the op was rejected while the app was in the
8859 // 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