OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkOperation
(Results
1 - 9
of
9
) sorted by null
/frameworks/native/include/binder/
IAppOpsService.h
33
virtual int32_t
checkOperation
(int32_t code, int32_t uid, const String16& packageName) = 0;
/frameworks/base/core/java/com/android/internal/app/
IAppOpsService.aidl
26
int
checkOperation
(int code, int uid, String packageName);
/frameworks/native/libs/binder/
AppOpsManager.cpp
71
return service != NULL ? service->
checkOperation
(op, uid, callingPackage) : MODE_IGNORED;
IAppOpsService.cpp
39
virtual int32_t
checkOperation
(int32_t code, int32_t uid, const String16& packageName) {
141
int32_t res =
checkOperation
(code, uid, packageName);
/frameworks/base/core/java/android/app/
AppOpsManager.java
[
all
...]
/frameworks/base/services/core/java/com/android/server/
AppOpsService.java
840
public int
checkOperation
(int code, int uid, String packageName) {
[
all
...]
/frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 368 milliseconds