HomeSort by relevance Sort by last modified time
    Searched full:toast (Results 176 - 200 of 524) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/services/Telephony/src/com/android/phone/
RejectWithTextMessageManager.java 32 import android.widget.Toast;
112 Toast.makeText(PhoneGlobals.getInstance(), confirmationMsg,
113 Toast.LENGTH_LONG).show();
128 // TODO: If the device is locked, this toast won't actually ever
133 // (1) Is it possible to allow a specific Toast to be visible
136 // seconds to allow the toast to be seen?
137 // (3) Don't use a toast at all; instead use a transient state
  /developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java 37 import android.widget.Toast;
63 Toast.makeText(this, R.string.ble_not_supported, Toast.LENGTH_SHORT).show();
75 Toast.makeText(this, R.string.error_bluetooth_not_supported, Toast.LENGTH_SHORT).show();
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java 37 import android.widget.Toast;
63 Toast.makeText(this, R.string.ble_not_supported, Toast.LENGTH_SHORT).show();
75 Toast.makeText(this, R.string.error_bluetooth_not_supported, Toast.LENGTH_SHORT).show();
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceScanActivity.java 37 import android.widget.Toast;
63 Toast.makeText(this, R.string.ble_not_supported, Toast.LENGTH_SHORT).show();
75 Toast.makeText(this, R.string.error_bluetooth_not_supported, Toast.LENGTH_SHORT).show();
  /packages/apps/Browser/src/com/android/browser/
DownloadHandler.java 35 import android.widget.Toast;
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 34 import android.widget.Toast;
206 Toast.makeText(getActivity(), R.string.wifi_setting_frequency_band_error,
207 Toast.LENGTH_SHORT).show();
219 Toast.makeText(getActivity(), R.string.wifi_setting_sleep_policy_error,
220 Toast.LENGTH_SHORT).show();
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
Chromoting.java 29 import android.widget.Toast;
297 Toast.makeText(mUi, explanation, Toast.LENGTH_LONG).show();
348 Toast.makeText(
349 mUi, getString(R.string.error_cataloging_hosts), Toast.LENGTH_LONG).show();
396 Toast.makeText(getContext(),
398 Toast.LENGTH_LONG).show();
412 Toast.makeText(getContext(),
414 Toast.LENGTH_LONG).show();
  /external/replicaisland/src/com/replica/replicaisland/
Game.java 24 import android.widget.Toast;
350 CustomToastSystem toast = BaseObject.sSystemRegistry.customToastSystem; local
351 if (toast != null) {
353 toast.toast(context.getString(R.string.memory_playback_start), Toast.LENGTH_LONG);
356 toast.toast(context.getString(R.string.memory_playback_complete), Toast.LENGTH_LONG);
  /packages/apps/Settings/src/com/android/settings/
CredentialStorage.java 40 import android.widget.Toast;
322 Toast.makeText(CredentialStorage.this,
323 R.string.credentials_erased, Toast.LENGTH_SHORT).show();
325 Toast.makeText(CredentialStorage.this,
326 R.string.credentials_not_erased, Toast.LENGTH_SHORT).show();
472 Toast.makeText(CredentialStorage.this,
474 Toast.LENGTH_SHORT).show();
480 Toast.makeText(CredentialStorage.this,
482 Toast.LENGTH_SHORT).show();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListView.java 23 import android.widget.Toast;
53 // Max number of times we display the same sync turned off warning message in a toast.
339 // If sync is turned off on this device or account, remind the user with a toast.
345 // TODO: make this an actionable toast, tapping on it goes to Settings
348 Toast.makeText(getContext(), R.string.auto_sync_off, Toast.LENGTH_SHORT)
354 // TODO: make this an actionable toast, tapping on it goes to Settings
357 Toast.makeText(getContext(), R.string.account_sync_off, Toast.LENGTH_SHORT)
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ChangedContacts.java 39 import android.widget.Toast;
62 Toast toast = Toast.makeText(context, "Contacts database created.", Toast.LENGTH_SHORT);
63 toast.show();
  /packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
FillCallLogTestActivity.java 36 import android.widget.Toast;
79 Toast.makeText(FillCallLogTestActivity.this, e.toString(), Toast.LENGTH_LONG)
111 * @param message the message to show in a toast to the user
120 Toast.makeText(this, message, Toast.LENGTH_LONG).show();
  /frameworks/base/docs/html/guide/topics/ui/
binding.jd 66 Toast.makeText(mContext,"You've got an event",Toast.LENGTH_SHORT).show();
  /developers/samples/android/content/LoaderCursor/src/com/example/android/content/loadercursor/
CursorLoaderListFragment.java 37 import android.widget.Toast;
164 * An item has been clicked in the {@link ListView}. Display a toast with
169 Toast.makeText(getActivity(), "Item clicked: " + id, Toast.LENGTH_LONG).show();
  /development/apps/CustomLocale/res/values/
strings.xml 32 <!-- Toast status in CustomLocaleActivity -->
  /development/apps/CustomLocale/res/values-fr/
strings.xml 32 <!-- Toast status in CustomLocaleActivity -->
  /external/chromium/chrome/browser/notifications/
notification.h 55 // The URL of the HTML content of the toast (may be a data: URL for simple
  /external/chromium/chrome/common/extensions/docs/examples/api/notifications/
background.html 24 'Time to make the toast.' // The body.
options.html 65 <img src="64.png" alt="Toast">
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItemView.java 32 import android.widget.Toast;
240 Toast cheatSheet = Toast.makeText(context, mItemData.getTitle(), Toast.LENGTH_SHORT);
  /frameworks/base/packages/DocumentsUI/res/values/
strings.xml 63 <!-- Toast shown when saving a document failed with an error [CHAR LIMIT=48] -->
65 <!-- Toast shown when creating a folder failed with an error [CHAR LIMIT=48] -->
93 <!-- Toast shown when no app can be found to open the selected document [CHAR LIMIT=48] -->
95 <!-- Toast shown when some of the selected documents failed to be deleted [CHAR LIMIT=48] -->
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
TestActivity.java 33 import android.widget.Toast;
  /development/samples/AndroidBeamDemo/src/com/example/android/beam/
Beam.java 37 import android.widget.Toast;
108 Toast.makeText(getApplicationContext(), "Message sent!", Toast.LENGTH_LONG).show();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
MessengerService.java 31 import android.widget.Toast;
133 Toast.makeText(this, R.string.remote_service_stopped, Toast.LENGTH_SHORT).show();
  /development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/ui/
ImageDetailActivity.java 34 import android.widget.Toast;
154 Toast.makeText(
155 this, R.string.clear_cache_complete_toast,Toast.LENGTH_SHORT).show();

Completed in 959 milliseconds

1 2 3 4 5 6 78 91011>>