Searched refs:mReference (Results 1 – 1 of 1) sorted by relevance
157 private final WeakReference<MessagingService> mReference; field in MessagingService.IncomingHandler160 mReference = new WeakReference<>(service); in IncomingHandler()165 MessagingService service = mReference.get(); in handleMessage()