Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp2542 std::initializer_list<StatusInternal> rejected = {StatusInternal::PRESENT, in finishCameraOps() local
/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