Searched refs:AppOpsService (Results 1 – 4 of 4) sorted by relevance
31 DECLARE_META_INTERFACE(AppOpsService);
80 public class AppOpsService extends IAppOpsService.Stub { class95 synchronized (AppOpsService.this) {230 synchronized (AppOpsService.this) { in binderDied()239 public AppOpsService(File storagePath, Handler handler) { in AppOpsService() method in AppOpsService1645 final AppOpsService mInternal;1655 Shell(IAppOpsService iface, AppOpsService internal) { in Shell()2397 synchronized (AppOpsService.this) { in binderDied()
127 IMPLEMENT_META_INTERFACE(AppOpsService, "com.android.internal.app.IAppOpsService");
44 import com.android.server.AppOpsService;1119 final AppOpsService mAppOpsService;2625 mAppOpsService = new AppOpsService(new File(systemDir, "appops.xml"), mHandler); in ActivityManagerService()