HomeSort by relevance Sort by last modified time
    Searched refs:showToast (Results 1 - 12 of 12) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/view/
Spinner1.java 35 void showToast(CharSequence msg) {
53 showToast("Spinner1: position=" + position + " id=" + id);
57 showToast("Spinner1: unselected");
70 showToast("Spinner2: position=" + position + " id=" + id);
74 showToast("Spinner2: unselected");
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
Utils.java 80 public static void showToast(Context context, String msg) {
90 public static void showToast(Context context, int resourceId) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsTestActivity.java 67 ItsTestActivity.this.showToast(R.string.its_test_passed);
72 ItsTestActivity.this.showToast(R.string.its_test_failed);
96 showToast(R.string.no_camera_manager);
110 showToast(R.string.all_legacy_devices);
138 private void showToast(int messageId) {
  /external/chromium_org/remoting/android/cast/src/org/chromium/chromoting/
CastExtensionHandler.java 144 showToast(R.string.connection_to_cast_failed, Toast.LENGTH_SHORT);
147 showToast(R.string.connection_to_cast_failed, Toast.LENGTH_SHORT);
219 showToast(R.string.connection_to_cast_failed, Toast.LENGTH_SHORT);
335 showToast(R.string.connection_to_cast_closed, Toast.LENGTH_SHORT);
438 showToast(R.string.connection_to_cast_failed, Toast.LENGTH_SHORT);
440 showToast(R.string.connection_to_cast_failed, Toast.LENGTH_SHORT);
472 private void showToast(int messageId, int duration) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/
UsbAccessoryTestActivity.java 256 showToast(R.string.usb_message_thread_started);
260 showToast(R.string.usb_message_thread_exception);
264 showToast(R.string.usb_message_thread_ended);
268 showToast(R.string.usb_test_passed);
277 private void showToast(int messageId) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodFlowTestActivity.java 286 showToast(R.string.provisioning_byod_disabled);
290 private void queryProfileOwner(boolean showToast) {
298 if (showToast) {
299 showToast(R.string.provisioning_byod_no_activity);
308 showToast(R.string.provisioning_byod_delete_profile);
328 private void showToast(int messageId) {
ByodHelperActivity.java 104 showToast(R.string.provisioning_byod_profile_deleted);
180 private void showToast(int messageId) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
VoiceRecognition.java 189 showToast("Error code:" + getResultCode());
198 showToast("No extra");
226 private void showToast(String text) {
DeviceAdminSample.java     [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
TracingControllerAndroid.java 200 showToast(mContext.getString(R.string.profiler_started_toast) + ": " + categories);
227 showToast(mContext.getString(R.string.profiler_stopped_toast, mFilename));
270 private void showToast(String str) {
  /developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java 336 private void showToast(String text) {
603 showToast("Failed");
716 showToast("Saved: " + mFile);
  /developers/samples/android/media/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java 336 private void showToast(String text) {
603 showToast("Failed");
716 showToast("Saved: " + mFile);

Completed in 1953 milliseconds