Home
last modified time | relevance | path

Searched refs:mShowToasts (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DTracingControllerAndroid.java63 private boolean mShowToasts = true; field in TracingControllerAndroid
124 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()