Searched refs:mStopDescription (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DNavigationBarPhone.java44 private String mStopDescription; field in class:NavigationBarPhone
89 mStopDescription = res.getString(R.string.accessibility_button_stop);
103 mStopButton.setContentDescription(mStopDescription);
H A DNavigationBarTablet.java41 private String mStopDescription; field in class:NavigationBarTablet
79 mStopDescription = resources.getString(R.string.accessibility_button_stop);
256 mStopButton.setContentDescription(mStopDescription);

Completed in 26 milliseconds