Home
last modified time | relevance | path

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

/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.java467 public void rejected(long time, int proxyUid, @Nullable String proxyPackageName, in rejected() method in AppOpsService.Op
2089 op.rejected(System.currentTimeMillis(), proxyUid, proxyPackageName, in noteOperationUnchecked()
2103 op.rejected(System.currentTimeMillis(), proxyUid, proxyPackageName, in noteOperationUnchecked()
2258 op.rejected(System.currentTimeMillis(), -1 /*proxyUid*/, in startOperation()
2273 op.rejected(System.currentTimeMillis(), -1 /*proxyUid*/, in startOperation()
3063 op.rejected(rejectTime, proxyUid, proxyPkg, state, flags); in readOp()
/frameworks/base/proto/src/
Dwifi.proto1777 // Request rejected. Applies to 2-sided RTT only
2295 // Provision discovery failure, e.g. no pin code, timeout, rejected by the peer.
2298 // Invitation failure, e.g. rejected by the peer.
2301 // Incoming request is rejected by the user.
2605 // Number of requests via this API surface that was rejected by the user.
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp2542 std::initializer_list<StatusInternal> rejected = {StatusInternal::PRESENT, in finishCameraOps() local
2547 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.proto2754 COMPLETED_REJECTED = 2; // successful because coming from rejected area
7291 // The number of times the op was rejected while the app was in the
7295 // The number of times the op was rejected while the app was in the
/frameworks/base/services/
Dart-profile3828 HSPLcom/android/server/appop/AppOpsService$Op;->rejected(JILjava/lang/String;II)V