/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiSettings.java | 75 import android.widget.Toast; 301 Toast.makeText(activity, 303 Toast.LENGTH_SHORT).show(); 316 Toast.makeText(activity, 318 Toast.LENGTH_SHORT).show(); 331 Toast.makeText(activity, 333 Toast.LENGTH_SHORT).show(); [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/ |
PolicySerializationTestActivity.java | 36 import android.widget.Toast; 133 Toast.makeText(this, R.string.da_random_policy, Toast.LENGTH_SHORT).show();
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/ |
BackupTestActivity.java | 42 import android.widget.Toast; 226 Toast.makeText(BackupTestActivity.this, R.string.bu_generate_error, 227 Toast.LENGTH_LONG).show();
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleClientService.java | 37 import android.widget.Toast; 308 Toast.makeText(BleClientService.this, msg, Toast.LENGTH_SHORT).show();
|
BluetoothChatService.java | 50 public static final String TOAST = "toast"; 251 bundle.putString(TOAST, "Unable to connect device"); 263 bundle.putString(TOAST, "Device connection was lost");
|
/development/apps/GestureBuilder/src/com/android/gesture/builder/ |
GestureBuilderActivity.java | 36 import android.widget.Toast; 315 Toast.makeText(this, R.string.gestures_delete_success, Toast.LENGTH_SHORT).show();
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
SystemUIModes.java | 42 import android.widget.Toast; 315 Toast.makeText(this, "Searching for: " + query + "...", Toast.LENGTH_SHORT).show();
|
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/ |
BluetoothHDPActivity.java | 44 import android.widget.Toast; 133 Toast.makeText(this, R.string.bluetooth_not_available, Toast.LENGTH_LONG);
|
BluetoothHDPService.java | 34 import android.widget.Toast; 156 Toast.makeText(this, R.string.bluetooth_health_profile_not_available, 157 Toast.LENGTH_LONG);
|
/development/samples/ToyVpn/src/com/example/android/toyvpn/ |
ToyVpnService.java | 27 import android.widget.Toast; 83 Toast.makeText(this, message.what, Toast.LENGTH_SHORT).show();
|
/development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/ui/ |
ImageGridFragment.java | 40 import android.widget.Toast; 193 Toast.makeText(getActivity(), R.string.clear_cache_complete_toast, 194 Toast.LENGTH_SHORT).show();
|
/packages/apps/Calendar/src/com/android/calendar/ |
GoogleCalendarUriIntentFilter.java | 37 import android.widget.Toast; 279 Toast.makeText(GoogleCalendarUriIntentFilter.this, 280 toastId, Toast.LENGTH_LONG).show();
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
CreateEventDialogFragment.java | 40 import android.widget.Toast; 216 Toast.makeText(getActivity(), R.string.creating_event, Toast.LENGTH_SHORT).show();
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/ |
StreamItemPopulatorActivity.java | 33 import android.widget.Toast; 190 Toast.makeText(this, 251 Toast.makeText(this, "Added " + itemsToAdd + " stream item(s) and "
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocationClustering.java | 23 import android.widget.Toast; 144 Toast.makeText(mContext, R.string.no_connectivity, 145 Toast.LENGTH_LONG).show();
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
InstallShortcutReceiver.java | 30 import android.widget.Toast; 300 Toast.makeText(context, context.getString(R.string.shortcut_duplicate, 301 duplicateName), Toast.LENGTH_SHORT).show();
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideshowEditActivity.java | 39 import android.widget.Toast; 318 Toast.makeText(this, R.string.cannot_add_slide_anymore, 319 Toast.LENGTH_SHORT).show();
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
UserDictionaryToolsEdit.java | 34 import android.widget.Toast; 373 Toast.makeText(getApplicationContext(), 375 Toast.LENGTH_LONG).show();
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/ |
ResearchLogger.java | 46 import android.widget.Toast; 410 Toast.makeText(latinIME, R.string.research_please_exit_feedback_form, 411 Toast.LENGTH_LONG).show(); 453 Toast.makeText(mLatinIME, 455 Toast.LENGTH_LONG).show(); 493 Toast.makeText(mLatinIME, res.getString(R.string.research_feedback_recording_failure), 494 Toast.LENGTH_LONG).show(); 531 Toast.makeText(latinIME, 533 Toast.LENGTH_LONG).show(); 535 Toast toast = Toast.makeText(latinIME [all...] |
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/ |
WeatherWidgetService.java | 89 // Set the click intent so that we can handle it and show a toast message
|
/development/samples/training/location-aware/src/com/example/android/location/ |
LocationActivity.java | 41 import android.widget.Toast; 205 * provider is not available on the device, the app displays a Toast with a message referenced 220 Toast.makeText(this, errorResId, Toast.LENGTH_LONG).show();
|
/external/chromium_org/content/public/android/java/strings/ |
android_content_strings.grd | 98 <message name="IDS_PROFILER_STARTED_TOAST" desc="Toast notifying the user that profiler started"> 101 <message name="IDS_PROFILER_STOPPED_TOAST" desc="Toast notifying the user that profiler results were written to a file"> 104 <message name="IDS_PROFILER_NO_STORAGE_TOAST" desc="Toast notifying the user that we can't start profiler because there's no external storage"> 107 <message name="IDS_PROFILER_ERROR_TOAST" desc="Toast notifying the user that we failed to start profiler">
|
/external/libgsm/man/ |
gsm.3 | 105 toast(1), gsm_print(3), gsm_explode(3), gsm_option(3)
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowApplication.java | 16 import android.widget.Toast; 85 private ArrayList<Toast> shownToasts = new ArrayList<Toast>(); 115 public List<Toast> getShownToasts() {
|
/frameworks/base/core/java/com/android/internal/widget/ |
ScrollingTabContainerView.java | 45 import android.widget.Toast; 502 Toast cheatSheet = Toast.makeText(context, mTab.getContentDescription(), 503 Toast.LENGTH_SHORT);
|