Searched refs:SERVICE (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/binder/
H A DBinderService.h33 template<typename SERVICE>
40 String16(SERVICE::getServiceName()),
41 new SERVICE(), allowIsolated);
/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java136 static final String SERVICE = "devicestoragemonitor"; field in class:DeviceStorageMonitorService
373 publishBinderService(SERVICE, mRemoteService);
401 pw.println("Permission Denial: can't dump " + SERVICE + " from from pid="

Completed in 221 milliseconds