/packages/apps/Email/src/com/android/email/activity/setup/ |
GeneralPreferences.java | 94 Toast.makeText(
|
/packages/apps/Settings/src/com/android/settings/ |
CredentialStorage.java | 289 Toast.makeText(CredentialStorage.this, 292 Toast.makeText(CredentialStorage.this, 439 Toast.makeText(CredentialStorage.this, 447 Toast.makeText(CredentialStorage.this,
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothEnabler.java | 112 Toast.makeText(mContext, R.string.wifi_in_airplane_mode, Toast.LENGTH_SHORT).show();
|
Utils.java | 102 Toast.makeText(context, message, Toast.LENGTH_SHORT).show();
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/ |
FeedbackFragment.java | 97 Toast.makeText(getActivity(),
|
/packages/inputmethods/LatinIME/tools/maketext/src/com/android/inputmethod/latin/maketext/ |
StringResourceMap.java | 17 package com.android.inputmethod.latin.maketext;
|
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGatt/src/main/java/com/example/bluetooth/le/ |
DeviceScanActivity.java | 64 Toast.makeText(this, R.string.ble_not_supported, Toast.LENGTH_SHORT).show(); 76 Toast.makeText(this, R.string.error_bluetooth_not_supported, Toast.LENGTH_SHORT).show();
|
/development/samples/Support7Demos/src/com/example/android/supportv7/media/ |
SampleMediaRouteProvider.java | 226 Toast.makeText(getContext(), "Route rejected play request: uri=" + uri 232 Toast.makeText(getContext(), "Route received play request: uri=" + uri,
|
/packages/apps/Browser/src/com/android/browser/ |
AutoFillSettingsFragment.java | 125 Toast.makeText(c, R.string.autofill_profile_successful_save, 133 Toast.makeText(c, R.string.autofill_profile_successful_delete,
|
Bookmarks.java | 86 Toast.makeText(context, R.string.added_to_bookmarks, 123 Toast.makeText(context, R.string.removed_from_bookmarks,
|
DownloadHandler.java | 192 Toast.makeText(activity, R.string.cannot_download, Toast.LENGTH_SHORT).show(); 228 Toast.makeText(activity, R.string.download_pending, Toast.LENGTH_SHORT)
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
AdvancedWifiSettings.java | 206 Toast.makeText(getActivity(), R.string.wifi_setting_frequency_band_error, 219 Toast.makeText(getActivity(), R.string.wifi_setting_sleep_policy_error,
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
AllIntentsActivity.java | 499 Toast.makeText(this, "Call log is empty", Toast.LENGTH_LONG).show(); 510 Toast.makeText(this, "Call log is empty", Toast.LENGTH_LONG).show(); 526 Toast.makeText(this, "Sorry, we forgot to write this...", Toast.LENGTH_LONG).show();
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/ |
TagVerifierActivity.java | 224 Toast.makeText(TagVerifierActivity.this, R.string.nfc_writing_tag_error, 277 Toast.makeText(TagVerifierActivity.this, R.string.nfc_reading_tag_error,
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ServiceStartArguments.java | 106 Toast.makeText(this, R.string.service_created, 164 Toast.makeText(ServiceStartArguments.this, R.string.service_destroyed,
|
DeviceAdminSample.java | 477 Toast.makeText(mActivity, warning, Toast.LENGTH_SHORT).show(); 579 Toast.makeText(mActivity, warning, Toast.LENGTH_SHORT).show(); 714 Toast.makeText(mActivity, warning, Toast.LENGTH_SHORT).show(); [all...] |
MessengerService.java | 133 Toast.makeText(this, R.string.remote_service_stopped, Toast.LENGTH_SHORT).show();
|
/development/samples/training/network-usage/src/com/example/android/networkusage/ |
NetworkActivity.java | 304 Toast.makeText(context, R.string.wifi_connected, Toast.LENGTH_SHORT).show(); 317 Toast.makeText(context, R.string.lost_connection, Toast.LENGTH_SHORT).show();
|
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/ |
NetworkActivity.java | 304 Toast.makeText(context, R.string.wifi_connected, Toast.LENGTH_SHORT).show(); 317 Toast.makeText(context, R.string.lost_connection, Toast.LENGTH_SHORT).show();
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/ |
TrackerService.java | 111 Toast.makeText(this, "Tracking service started", Toast.LENGTH_SHORT); 234 Toast.makeText(this, "Tracking service stopped", Toast.LENGTH_SHORT);
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/ |
StreamItemPopulatorActivity.java | 190 Toast.makeText(this, 251 Toast.makeText(this, "Added " + itemsToAdd + " stream item(s) and "
|
/packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/ |
FillCallLogTestActivity.java | 79 Toast.makeText(FillCallLogTestActivity.this, e.toString(), Toast.LENGTH_LONG) 120 Toast.makeText(this, message, Toast.LENGTH_LONG).show();
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
ManageCachePage.java | 350 Toast.makeText(activity, activity.getResources().getQuantityString( 359 Toast.makeText(activity, activity.getResources().getString(
|
/packages/apps/Music/src/com/android/music/ |
AudioPreview.java | 118 Toast.makeText(this, R.string.playback_failed, Toast.LENGTH_SHORT).show(); 348 Toast.makeText(this, R.string.playback_failed, Toast.LENGTH_SHORT).show();
|
/development/samples/AndroidBeamDemo/src/com/example/android/beam/ |
Beam.java | 108 Toast.makeText(getApplicationContext(), "Message sent!", Toast.LENGTH_LONG).show();
|