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

  /frameworks/base/core/java/com/android/internal/app/
IAppOpsService.aidl 28 int startOperation(IBinder token, int code, int uid, String packageName);
  /frameworks/native/include/binder/
IAppOpsService.h 35 virtual int32_t startOperation(const sp<IBinder>& token, int32_t code, int32_t uid,
  /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/
AppOpsManager.cpp 81 return service != NULL ? service->startOperation(getToken(service), op, uid, callingPackage)
IAppOpsService.cpp 63 virtual int32_t startOperation(const sp<IBinder>& token, int32_t code, int32_t uid,
151 int32_t res = startOperation(token, code, uid, packageName);
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 161 mAppOps.startOperation(AppOpsManager.getToken(mAppOps),
  /frameworks/base/core/java/android/app/
AppOpsManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
VibratorService.java 396 mode = mAppOpsService.startOperation(AppOpsManager.getToken(mAppOpsService),
AppOpsService.java 689 public int startOperation(IBinder token, int code, int uid, String packageName) {
696 if (DEBUG) Log.d(TAG, "startOperation: no op for code " + code + " uid " + uid
707 if (DEBUG) Log.d(TAG, "startOperation: reject #" + op.mode + " for code "
712 if (DEBUG) Log.d(TAG, "startOperation: allowing code " + code + " uid " + uid
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
GpsLocationProvider.java     [all...]

Completed in 667 milliseconds