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

  /frameworks/base/tools/preload/
Proc.java 90 void startOperation(int threadId, LoadedClass loadedClass, long time,
Root.java 93 process.startOperation(record.tid, loadedClass, record.time,
98 process.startOperation(record.tid, loadedClass, record.time,
  /frameworks/native/libs/binder/
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/
AppOpsService.java 679 public int startOperation(IBinder token, int code, int uid, String packageName) {
686 if (DEBUG) Log.d(TAG, "startOperation: no op for code " + code + " uid " + uid
697 if (DEBUG) Log.d(TAG, "startOperation: reject #" + op.mode + " for code "
702 if (DEBUG) Log.d(TAG, "startOperation: allowing code " + code + " uid " + uid
    [all...]

Completed in 87 milliseconds