Searched defs:mBroadcaster (Results 1 – 2 of 2) sorted by relevance
48 private BroadcastNotifier mBroadcaster = new BroadcastNotifier(this); field in RSSPullService189 mBroadcaster); in onHandleIntent() local
25 private LocalBroadcastManager mBroadcaster; field in BroadcastNotifier