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

  /frameworks/native/libs/binder/
IAppOpsService.cpp 51 virtual int32_t noteOperation(int32_t code, int32_t uid, const String16& packageName) {
151 int32_t res = noteOperation(code, uid, packageName);
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 490 mAppOps.noteOperation(AppOpsManager.OP_TURN_SCREEN_ON, opUid, opPackageName);
  /frameworks/base/services/core/java/com/android/server/
AppOpsService.java 299 if (noteOperation(AppOpsManager.OP_READ_EXTERNAL_STORAGE, uid,
303 if (noteOperation(AppOpsManager.OP_WRITE_EXTERNAL_STORAGE, uid,
    [all...]

Completed in 485 milliseconds