HomeSort by relevance Sort by last modified time
    Searched refs:makeText (Results 176 - 200 of 307) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 305 Toast.makeText(activity,
320 Toast.makeText(activity,
335 Toast.makeText(activity,
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsEdit.java 373 Toast.makeText(getApplicationContext(),
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadReceiver.java 171 Toast.makeText(context, R.string.download_no_application_title, Toast.LENGTH_LONG)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
AutoLockTest.java 840 Toast.makeText(mActivity.getApplicationContext(), "Turn on light!", 4).show();
875 Toast.makeText(mActivity.getApplicationContext(), "Turn off light!", 4).show();
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
PhotoCaptureActivity.java 288 Toast.makeText(this, "Could not save picture file: " + e.getMessage(),
410 Toast.makeText(this, t.getMessage(), Toast.LENGTH_LONG).show();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferActivity.java 379 Toast.makeText(
403 Toast.makeText(this, msg, Toast.LENGTH_SHORT).show();
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 522 Toast.makeText(QuickContactActivity.this, R.string.invalidContactMessage,
662 Toast.makeText(QuickContactActivity.this, R.string.quickcontact_missing_app,
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiverService.java 341 Toast.makeText(SmsReceiverService.this, getString(R.string.message_queued),
348 Toast.makeText(SmsReceiverService.this, getString(R.string.fdn_check_failure),
  /packages/apps/Phone/src/com/android/phone/sip/
SipEditor.java 278 Toast.makeText(this, R.string.removing_account, Toast.LENGTH_SHORT)
364 Toast.makeText(this, R.string.saving_account, Toast.LENGTH_SHORT)
  /packages/apps/Settings/src/com/android/settings/
KeyguardAppWidgetPickActivity.java 625 Toast.makeText(this, R.string.activity_not_found, Toast.LENGTH_SHORT).show();
627 Toast.makeText(this, R.string.activity_not_found, Toast.LENGTH_SHORT).show();
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java 381 Toast.makeText(getActivity(), R.string.vpn_no_network, Toast.LENGTH_LONG).show();
530 Toast.makeText(context, R.string.vpn_lockdown_config_error,
  /packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pSettings.java 207 Toast.makeText(getActivity(),
386 Toast.makeText(getActivity(),
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
MessageTestActivity.java 319 Toast.makeText(this, toast, Toast.LENGTH_LONG).show();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/
UsbAccessoryTestActivity.java 278 Toast.makeText(UsbAccessoryTestActivity.this, messageId, Toast.LENGTH_SHORT).show();
  /cts/tests/tests/holo/src/android/holo/cts/
LayoutTestActivity.java 152 Toast.makeText(getApplicationContext(), message, Toast.LENGTH_SHORT).show();
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ChangedContacts.java 62 Toast toast = Toast.makeText(context, "Contacts database created.", Toast.LENGTH_SHORT);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SystemUIModes.java 272 Toast.makeText(this, "Searching for: " + query + "...", Toast.LENGTH_SHORT).show();
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java 133 Toast.makeText(this, R.string.bluetooth_not_available, Toast.LENGTH_LONG);
  /development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
WeatherWidgetProvider.java 146 Toast.makeText(ctx, String.format(formatStr, day), Toast.LENGTH_SHORT).show();
  /development/samples/training/location-aware/src/com/example/android/location/
LocationActivity.java 220 Toast.makeText(this, errorResId, Toast.LENGTH_LONG).show();
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
AutomaticActivity.java 241 Toast.makeText(getApplicationContext(), "done!", Toast.LENGTH_SHORT).show();
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/
DirListActivity.java 362 Toast.makeText(DirListActivity.this, NO_RESPONSE_MESSAGE,
  /packages/apps/Calendar/src/com/android/calendar/event/
CreateEventDialogFragment.java 216 Toast.makeText(getActivity(), R.string.creating_event, Toast.LENGTH_SHORT).show();
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactDetailActivity.java 302 Toast.makeText(ContactDetailActivity.this, R.string.toast_making_personal_copy,
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
NotificationImportExportListener.java 61 Toast.makeText(mContext, text, Toast.LENGTH_LONG).show();

Completed in 835 milliseconds

1 2 3 4 5 6 78 91011>>