Searched refs:mInfoHandler (Results 1 – 1 of 1) sorted by relevance
123 private InfoHandler mInfoHandler; field in DrmManagerClient187 if (null != instance && null != instance.mInfoHandler) { in notify()188 Message m = instance.mInfoHandler.obtainMessage( in notify()190 instance.mInfoHandler.sendMessage(m); in notify()287 if (mInfoHandler != null) { in close()292 mInfoHandler = null; in close()911 if (mEventHandler == null && mInfoHandler == null) { in createEventThreads()914 mInfoHandler = new InfoHandler(mInfoThread.getLooper()); in createEventThreads()