Searched defs:startOperation (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/preload/
H A DProc.java90 void startOperation(int threadId, LoadedClass loadedClass, long time, method in class:Proc
/frameworks/native/libs/binder/
H A DIAppOpsService.cpp64 virtual int32_t startOperation(const sp<IBinder>& token, int32_t code, int32_t uid, function in class:android::BpAppOpsService
152 int32_t res = startOperation(token, code, uid, packageName);
/frameworks/base/services/java/com/android/server/
H A DAppOpsService.java600 public int startOperation(IBinder token, int code, int uid, String packageName) { method in class:AppOpsService
607 if (DEBUG) Log.d(TAG, "startOperation: no op for code " + code + " uid " + uid
615 if (DEBUG) Log.d(TAG, "startOperation: reject #" + op.mode + " for code "
620 if (DEBUG) Log.d(TAG, "startOperation: allowing code " + code + " uid " + uid

Completed in 4496 milliseconds