OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppOpsService
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/include/binder/
IAppOpsService.h
31
DECLARE_META_INTERFACE(
AppOpsService
);
/frameworks/native/libs/binder/
IAppOpsService.cpp
17
#define LOG_TAG "
AppOpsService
"
127
IMPLEMENT_META_INTERFACE(
AppOpsService
, "com.android.internal.app.IAppOpsService");
134
//printf("
AppOpsService
received: "); data.print();
/frameworks/base/services/core/java/com/android/server/
AppOpsService.java
77
public class
AppOpsService
extends IAppOpsService.Stub {
92
synchronized (
AppOpsService
.this) {
224
synchronized (
AppOpsService
.this) {
233
public
AppOpsService
(File storagePath, Handler handler) {
[
all
...]
/frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java
94
import com.android.server.
AppOpsService
;
[
all
...]
Completed in 94 milliseconds