Searched refs:toSend (Results 1 – 3 of 3) sorted by relevance
127 int toSend = Float.floatToIntBits(mBrightness); in setBrightness() local128 Message msg = mHandler.obtainMessage(MSG_BRIGHTNESS_CHANGED, toSend, 0); in setBrightness()
193 final ArrayList<Alarm> toSend = new ArrayList<>(); in removePendingAlarms() local203 toSend.add(pendingAlarm); in removePendingAlarms()207 return toSend; in removePendingAlarms()
735 ArrayList<QueueItem> toSend; in pushQueueUpdate() local740 toSend = mQueue == null ? null : new ArrayList<>(mQueue); in pushQueueUpdate()745 if (toSend != null) { in pushQueueUpdate()746 parcelableQueue = new ParceledListSlice<>(toSend); in pushQueueUpdate()