HomeSort by relevance Sort by last modified time
    Searched refs:startOperation (Results 1 - 11 of 11) sorted by null

  /frameworks/native/libs/binder/include/binder/
IAppOpsService.h 35 virtual int32_t startOperation(const sp<IBinder>& token, int32_t code, int32_t uid,
  /frameworks/base/core/java/com/android/internal/app/
IAppOpsService.aidl 28 int startOperation(IBinder token, int code, int uid, String packageName);
  /frameworks/base/tools/preload/
Root.java 93 process.startOperation(record.tid, loadedClass, record.time,
98 process.startOperation(record.tid, loadedClass, record.time,
Proc.java 90 void startOperation(int threadId, LoadedClass loadedClass, long time,
  /frameworks/native/libs/binder/
IAppOpsService.cpp 63 virtual int32_t startOperation(const sp<IBinder>& token, int32_t code, int32_t uid,
162 int32_t res = startOperation(token, code, uid, packageName);
AppOpsManager.cpp 106 ? service->startOperation(getToken(service), op, uid, callingPackage)
  /frameworks/base/core/java/android/app/
AppOpsManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 189 mAppOps.startOperation(AppOpsManager.getToken(mAppOps),
  /frameworks/base/services/core/java/com/android/server/
VibratorService.java 575 mode = mAppOpsService.startOperation(AppOpsManager.getToken(mAppOpsService),
    [all...]
AppOpsService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java     [all...]

Completed in 136 milliseconds