Searched refs:mShowToasts (Results 1 – 1 of 1) sorted by relevance
63 private boolean mShowToasts = true; field in TracingControllerAndroid124 mShowToasts = showToasts; in startTracing()163 mShowToasts = showToasts; in startTracing()223 if (mShowToasts) Toast.makeText(mContext, str, Toast.LENGTH_SHORT).show(); in logAndToastError()228 if (mShowToasts) Toast.makeText(mContext, str, Toast.LENGTH_SHORT).show(); in logAndToastInfo()