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

  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NonsenseGenerator.java 89 public String makeText(int numSentences) {
  /packages/apps/Camera/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 232 public static Toast makeText(Context context, CharSequence text, int duration) {
258 public static Toast makeText(Context context, int resId, int duration)
260 return makeText(context, context.getResources().getText(resId), duration);
264 * Update the text in a Toast that was previously created using one of the makeText() methods.
272 * Update the text in a Toast that was previously created using one of the makeText() methods.
277 throw new RuntimeException("This Toast was not created with Toast.makeText()");
281 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);
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 217 milliseconds