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"
103 IMPLEMENT_META_INTERFACE(AppOpsService, "com.android.internal.app.IAppOpsService");
110 //printf("AppOpsService received: "); data.print();
  /frameworks/base/services/java/com/android/server/
AppOpsService.java 61 public class AppOpsService extends IAppOpsService.Stub {
75 synchronized (AppOpsService.this) {
143 public AppOpsService(File storagePath) {
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 26 import com.android.server.AppOpsService;
659 final AppOpsService mAppOpsService;
    [all...]

Completed in 54 milliseconds