Home
last modified time | relevance | path

Searched defs:rejected (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/contentcapture/
DIDataShareWriteAdapter.aidl27 void rejected(); in rejected() method
DContentCaptureManager.java864 public void rejected() throws RemoteException { in rejected() method in ContentCaptureManager.DataShareAdapterDelegate
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java978 public void rejected(@AppOpsManager.UidState int uidState, @OpFlags int flags) { in rejected() method in AppOpsService.AttributedOp
992 public void rejected(long noteTime, @AppOpsManager.UidState int uidState, in rejected() method in AppOpsService.AttributedOp
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp3282 std::initializer_list<StatusInternal> rejected = {StatusInternal::PRESENT, in finishCameraOps() local