Searched refs:send (Results 1 – 7 of 7) sorted by relevance
147 Button send = (Button)a.findViewById(R.id.send_button); in testSendMessage()148 send.performClick(); in testSendMessage()
216 Intent send = new Intent(Intent.ACTION_SEND); in onCreateContextMenu() local217 send.setType("text/plain"); in onCreateContextMenu()218 ResolveInfo ri = pm.resolveActivity(send, PackageManager.MATCH_DEFAULT_ONLY); in onCreateContextMenu()
111 final Intent send = createShortcutIntent(i.position); in onContextItemSelected() local112 send.setAction(INSTALL_SHORTCUT); in onContextItemSelected()113 sendBroadcast(send); in onContextItemSelected()
1721 Intent send = new Intent(Intent.ACTION_SEND); in onPrepareOptionsMenu()1722 send.setType("text/plain"); in onPrepareOptionsMenu()1723 ResolveInfo ri = pm.resolveActivity(send, PackageManager.MATCH_DEFAULT_ONLY); in onPrepareOptionsMenu()1823 Intent send = new Intent(Intent.ACTION_SEND);1824 send.setType("text/plain");1825 ResolveInfo ri = pm.resolveActivity(send, PackageManager.MATCH_DEFAULT_ONLY);
428 mSendButton = (Button)findViewById(R.id.send); in initViews()802 private void sendOrSaveMessage(final boolean send) { in sendOrSaveMessage() argument839 if (send) { in sendOrSaveMessage()852 if (!send && (getChangingConfigurations() & ActivityInfo.CONFIG_ORIENTATION) == 0) { in sendOrSaveMessage()997 case R.id.send: in onClick()1044 case R.id.send: in onOptionsItemSelected()
893 public void send() { in send() method in WorkingMessage
2129 menu.add(0, MENU_SEND, 0, R.string.send).setIcon(android.R.drawable.ic_menu_send); in onPrepareOptionsMenu()2821 mWorkingMessage.send(); in sendMessage()