Searched defs:getToken (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DKeySet.java31 Binder getToken() { method in class:KeySet
/frameworks/native/opengl/libagl/
H A DTokenManager.cpp35 status_t TokenManager::getToken(GLsizei n, GLuint *tokens) function in class:android::TokenManager
/frameworks/native/libs/binder/
H A DAppOpsManager.cpp29 static const sp<IBinder>& getToken(const sp<IAppOpsService>& service) { function in namespace:android
32 gToken = service->getToken(new BBinder());
81 return service != NULL ? service->startOperation(getToken(service), op, uid, callingPackage)
88 service->finishOperation(getToken(service), op, uid, callingPackage);
H A DIAppOpsService.cpp106 virtual sp<IBinder> getToken(const sp<IBinder>& clientToken) { function in class:android::BpAppOpsService
186 sp<IBinder> token = getToken(clientToken);
/frameworks/base/services/java/com/android/server/
H A DAppOpsService.java531 public IBinder getToken(IBinder clientToken) { method in class:AppOpsService
/frameworks/base/core/java/android/app/
H A DAppOpsManager.java1057 public static IBinder getToken(IAppOpsService service) { method in class:AppOpsManager
1063 sToken = service.getToken(new Binder());
1090 int mode = mService.startOperation(getToken(mService), op, uid, packageName);
1107 return mService.startOperation(getToken(mService), op, uid, packageName);
1127 mService.finishOperation(getToken(mService), op, uid, packageName);

Completed in 184 milliseconds