Searched refs:toAppend (Results 1 – 5 of 5) 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()
464 List<AtomReportState> toAppend = new ArrayList<>(); in getReportSetBasedOnRankRecursive() local466 toAppend.add(new AtomReportState(triggerTypeIndex, winVal - 1)); in getReportSetBasedOnRankRecursive()477 toAppend.addAll(otherReports); in getReportSetBasedOnRankRecursive()478 return toAppend; in getReportSetBasedOnRankRecursive()
8896 String toAppend = "(" + RawContacts.ACCOUNT_NAME + "=" in appendAccountFromParameter() local8901 toAppend += " AND " + RawContacts.DATA_SET + " IS NULL"; in appendAccountFromParameter()8903 toAppend += " AND " + RawContacts.DATA_SET + "=" + in appendAccountFromParameter()8906 toAppend += ")"; in appendAccountFromParameter()8907 qb.appendWhere(toAppend); in appendAccountFromParameter()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...