Searched defs:mControllerService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java187 private final ControllerService mControllerService = new ControllerService(); field in class:AudioService
764 mControllerService.init();
5936 pw.print(" mControllerService="); pw.println(mControllerService);
5962 if (mControllerService.mUid != 0 && Binder.getCallingUid() == mControllerService.mUid) {
6186 return mControllerService.mUid;

Completed in 88 milliseconds