Home | History | Annotate | Download | only in provider

Lines Matching defs:move

28     /** The URI for dealing with message move data. */
46 * Projection for a query to get all columns necessary for an actual move.
148 LogUtils.w(LOG_TAG, "existing move's dst not same as this move's src");
168 final MessageMove move = movesMap.valueAt(i);
170 if ((move.mServerId == null || move.mServerId.length() == 0) ||
171 move.mSrcFolderKey == move.mDstFolderKey) {
172 unmovedMessages[unmovedMessagesCount] = move.mMessageKey;
175 moves.add(move);
228 // Check if there's a pending move and get the original mailbox id.