HomeSort by relevance Sort by last modified time
    Searched defs:selectMessage (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverDataParser.java 262 NdefMessage selectMessage = null;
274 selectMessage = (createBluetoothHandoverSelectMessage(bluetoothActivating));
279 return selectMessage;
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFragment.java 403 selectMessage(null);
428 selectMessage((ConversationMessageView) view);
672 private void selectMessage(final ConversationMessageView messageView) {
673 selectMessage(messageView, null /* attachment */);
676 private void selectMessage(final ConversationMessageView messageView,
    [all...]

Completed in 763 milliseconds