HomeSort by relevance Sort by last modified time
    Searched defs:noteOp (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/binder/
AppOpsManager.cpp 62 int32_t AppOpsManager::noteOp(int32_t op, int32_t uid, const String16& callingPackage) {
  /frameworks/base/core/java/android/app/
AppOpsManager.java 483 public int noteOp(int op, int uid, String packageName) {
503 public int noteOp(int op) {
504 return noteOp(op, Process.myUid(), mContext.getBasePackageName());

Completed in 277 milliseconds