Searched refs:pollingFrameIntent (Results 1 – 2 of 2) sorted by relevance
54 Intent pollingFrameIntent = new Intent(POLLING_FRAME_ACTION); in processPollingFrames() local55 pollingFrameIntent.putExtra(EXTRA_COMPONENT, getComponent()); in processPollingFrames()56 pollingFrameIntent.putExtra( in processPollingFrames()58 pollingFrameIntent.putExtra(POLLING_FRAME_EXTRA, new ArrayList<PollingFrame>(frames)); in processPollingFrames()59 pollingFrameIntent.putExtra(SERVICE_NAME_EXTRA, this.getClass().getName()); in processPollingFrames()60 sendBroadcast(pollingFrameIntent); in processPollingFrames()