HomeSort by relevance Sort by last modified time
    Searched defs:makeText (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SysUIToast.java 24 public static Toast makeText(Context context, CharSequence text, int duration) {
25 Toast toast = Toast.makeText(context, text, duration);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothTestActivity.java 41 Toast.makeText(this, "bluetooth not supported", Toast.LENGTH_SHORT);
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NonsenseGenerator.java 89 public String makeText(int numSentences) {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowToast.java 30 public static Toast makeText(Context context, int resId, int duration) {
31 return makeText(context, context.getResources().getString(resId), duration);
35 public static Toast makeText(Context context, CharSequence text, int duration) {
  /packages/apps/Camera2/src/com/android/camera/
OnScreenHint.java 105 public static OnScreenHint makeText(Activity activity, CharSequence text) {
121 * of the makeText() methods.
127 + "created with OnScreenHint.makeText()");
132 + "created with OnScreenHint.makeText()");
  /packages/apps/Dialer/src/com/android/dialer/util/
DialerUtils.java 94 Toast.makeText(context, "Cannot place call without Phone permission",
101 Toast.makeText(context, msgId, Toast.LENGTH_SHORT).show();
  /packages/apps/LegacyCamera/src/com/android/camera/
OnScreenHint.java 106 public static OnScreenHint makeText(Context context, CharSequence text) {
123 * of the makeText() methods.
129 + "created with OnScreenHint.makeText()");
134 + "created with OnScreenHint.makeText()");
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java 133 Toast.makeText(this, R.string.bluetooth_not_available, Toast.LENGTH_LONG);
BluetoothHDPService.java 156 Toast.makeText(this, R.string.bluetooth_health_profile_not_available,
  /frameworks/base/core/java/android/widget/
Toast.java 259 public static Toast makeText(Context context, CharSequence text, @Duration int duration) {
285 public static Toast makeText(Context context, @StringRes int resId, @Duration int duration)
287 return makeText(context, context.getResources().getText(resId), duration);
291 * Update the text in a Toast that was previously created using one of the makeText() methods.
299 * Update the text in a Toast that was previously created using one of the makeText() methods.
304 throw new RuntimeException("This Toast was not created with Toast.makeText()");
308 throw new RuntimeException("This Toast was not created with Toast.makeText()");
  /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/Settings/src/com/android/settings/fingerprint/
FingerprintSettings.java 202 Toast.makeText(activity, errString, Toast.LENGTH_SHORT);
261 Toast.makeText(activity, msg , Toast.LENGTH_SHORT);
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/bind/external/rngom/2.2.11/
rngom-2.2.11.jar 
  /prebuilts/tools/common/m2/repository/xom/xom/1.0/
xom-1.0.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 397 milliseconds

1 2