HomeSort by relevance Sort by last modified time
    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"
116 IMPLEMENT_META_INTERFACE(AppOpsService, "com.android.internal.app.IAppOpsService");
123 //printf("AppOpsService received: "); data.print();
  /frameworks/base/services/core/java/com/android/server/
AppOpsService.java 69 public class AppOpsService extends IAppOpsService.Stub {
84 synchronized (AppOpsService.this) {
195 synchronized (AppOpsService.this) {
204 public AppOpsService(File storagePath, Handler handler) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 76 import com.android.server.AppOpsService;
    [all...]

Completed in 242 milliseconds