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 51 virtual int32_t noteOperation(int32_t code, int32_t uid, const String16& packageName) {
140 int32_t res = noteOperation(code, uid, packageName);
  /frameworks/base/services/core/java/com/android/server/
AppOpsService.java 643 public int noteOperation(int code, int uid, String packageName) {
649 if (DEBUG) Log.d(TAG, "noteOperation: no op for code " + code + " uid " + uid
665 if (DEBUG) Log.d(TAG, "noteOperation: reject #" + op.mode + " for code "
670 if (DEBUG) Log.d(TAG, "noteOperation: allowing code " + code + " uid " + uid
    [all...]

Completed in 1482 milliseconds