Searched refs:toAppend (Results 1 – 3 of 3) sorted by relevance
201 String toAppend = in onCreate()204 if (toAppend.isEmpty()) { in onCreate()208 mCallList.getCall(0).getRttCall().write(toAppend); in onCreate()210 Log.w(LOG_TAG, "Exception sending text %s: %s", toAppend, e); in onCreate()214 mTextDisplayHandler.obtainMessage(UPDATE_SENT_TEXT, toAppend).sendToTarget(); in onCreate()
76 String toAppend = (String) msg.obj; in handleMessage() local78 mInputSoFar = new StringBuilder(toAppend); in handleMessage()80 mInputSoFar.append(toAppend); in handleMessage()83 toAppend, mInputSoFar.toString()); in handleMessage()
8384 String toAppend = "(" + RawContacts.ACCOUNT_NAME + "=" in appendAccountFromParameter() local8389 toAppend += " AND " + RawContacts.DATA_SET + " IS NULL"; in appendAccountFromParameter()8391 toAppend += " AND " + RawContacts.DATA_SET + "=" + in appendAccountFromParameter()8394 toAppend += ")"; in appendAccountFromParameter()8395 qb.appendWhere(toAppend); in appendAccountFromParameter()