Searched refs:toAppend (Results 1 – 4 of 4) sorted by relevance
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()
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()
8397 String toAppend = "(" + RawContacts.ACCOUNT_NAME + "=" in appendAccountFromParameter() local8402 toAppend += " AND " + RawContacts.DATA_SET + " IS NULL"; in appendAccountFromParameter()8404 toAppend += " AND " + RawContacts.DATA_SET + "=" + in appendAccountFromParameter()8407 toAppend += ")"; in appendAccountFromParameter()8408 qb.appendWhere(toAppend); in appendAccountFromParameter()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...