OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finishOperation
(Results
1 - 9
of
9
) sorted by null
/frameworks/native/include/binder/
IAppOpsService.h
37
virtual void
finishOperation
(const sp<IBinder>& token, int32_t code, int32_t uid,
/frameworks/base/core/java/com/android/internal/app/
IAppOpsService.aidl
29
void
finishOperation
(IBinder token, int code, int uid, String packageName);
/frameworks/native/libs/binder/
AppOpsManager.cpp
88
service->
finishOperation
(getToken(service), op, uid, callingPackage);
IAppOpsService.cpp
77
virtual void
finishOperation
(const sp<IBinder>& token, int32_t code, int32_t uid,
173
finishOperation
(token, code, uid, packageName);
/frameworks/base/services/core/java/com/android/server/
VibratorService.java
482
mAppOpsService.
finishOperation
(AppOpsManager.getToken(mAppOpsService),
AppOpsService.java
[
all
...]
/frameworks/base/services/core/java/com/android/server/power/
Notifier.java
250
mAppOps.
finishOperation
(AppOpsManager.getToken(mAppOps),
/frameworks/base/core/java/android/app/
AppOpsManager.java
[
all
...]
/frameworks/base/services/core/java/com/android/server/location/
GpsLocationProvider.java
[
all
...]
Completed in 170 milliseconds