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

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

Completed in 66 milliseconds