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

  /frameworks/native/libs/binder/
IAppOpsService.cpp 52 virtual int32_t noteOperation(int32_t code, int32_t uid, const String16& packageName) {
141 int32_t res = noteOperation(code, uid, packageName);
  /frameworks/base/services/java/com/android/server/
AppOpsService.java 567 public int noteOperation(int code, int uid, String packageName) {
573 if (DEBUG) Log.d(TAG, "noteOperation: no op for code " + code + " uid " + uid
586 if (DEBUG) Log.d(TAG, "noteOperation: reject #" + op.mode + " for code "
591 if (DEBUG) Log.d(TAG, "noteOperation: allowing code " + code + " uid " + uid
    [all...]

Completed in 71 milliseconds