Searched refs:mGlobalCallbackObserver (Results 1 – 1 of 1) sorted by relevance
53 private GlobalCallbackObserver mGlobalCallbackObserver; field in SoundTriggerInstrumentationObserver63 mGlobalCallbackObserver = new GlobalCallbackObserver(); in attachInstrumentation()64 mGlobalCallbackObserver.attach(); in attachInstrumentation()356 assertThat(mGlobalCallbackObserver).isNotNull(); in getGlobalCallbackObserver()357 return mGlobalCallbackObserver; in getGlobalCallbackObserver()370 if (mGlobalCallbackObserver != null) { in close()371 mGlobalCallbackObserver.close(); in close()372 mGlobalCallbackObserver = null; in close()