/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/ |
D | TestEnrollmentActivity.java | 69 Toast.makeText( in onEnrollButtonClicked() 73 Toast.makeText(this, "Failed to enroll!!!" + modelUuid, Toast.LENGTH_SHORT).show(); in onEnrollButtonClicked() 84 Toast.makeText(this, "Sound model not found!!!", Toast.LENGTH_SHORT).show(); in onUnEnrollButtonClicked() 89 Toast.makeText(this, "Successfully un-enrolled, model UUID=" + soundModel.uuid, in onUnEnrollButtonClicked() 93 Toast.makeText(this, "Failed to un-enroll!!!", Toast.LENGTH_SHORT).show(); in onUnEnrollButtonClicked() 104 Toast.makeText(this, "Sound model not found!!!", Toast.LENGTH_SHORT).show(); in onReEnrollButtonClicked() 114 Toast.makeText(this, "Successfully re-enrolled, model UUID=" + updated.uuid, in onReEnrollButtonClicked() 118 Toast.makeText(this, "Failed to re-enroll!!!", Toast.LENGTH_SHORT).show(); in onReEnrollButtonClicked()
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | ToastTest.java | 89 mToast1 = Toast.makeText(ToastTest.this, text, Toast.LENGTH_SHORT); 97 mToast1 = Toast.makeText(ToastTest.this, "hi 1", Toast.LENGTH_SHORT); 121 mToast2 = Toast.makeText(ToastTest.this, "hi 2", Toast.LENGTH_SHORT); 135 Toast toast = Toast.makeText(ToastTest.this, "LEFT", Toast.LENGTH_SHORT); 144 Toast toast = Toast.makeText(ToastTest.this, "FILL_HORIZONTAL",
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SysUIToast.java | 24 public static Toast makeText(Context context, CharSequence text, int duration) { in makeText() method in SysUIToast 25 Toast toast = Toast.makeText(context, text, duration); in makeText()
|
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
D | ObjectViewer.java | 84 Toast.makeText(mContext, R.string.start_activity_failed_message, in onScanCompleted() 178 Toast.makeText(this, R.string.object_saved_message, Toast.LENGTH_SHORT).show(); in importObject() 183 Toast.makeText(this, R.string.save_failed_message, Toast.LENGTH_SHORT).show(); in importObject() 189 Toast.makeText(this, R.string.object_deleted_message, Toast.LENGTH_SHORT).show(); in deleteObject() 192 Toast.makeText(this, R.string.delete_failed_message, Toast.LENGTH_SHORT).show(); in deleteObject()
|
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/ |
D | BackupRestoreConfirmation.java | 91 … Toast.makeText(mContext, R.string.toast_backup_started, Toast.LENGTH_LONG).show(); in handleMessage() 102 Toast.makeText(mContext, R.string.toast_backup_ended, Toast.LENGTH_LONG).show(); in handleMessage() 108 … Toast.makeText(mContext, R.string.toast_restore_started, Toast.LENGTH_LONG).show(); in handleMessage() 119 … Toast.makeText(mContext, R.string.toast_restore_ended, Toast.LENGTH_SHORT).show(); in handleMessage() 125 Toast.makeText(mContext, R.string.toast_timeout, Toast.LENGTH_LONG).show(); in handleMessage()
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
D | RsBench.java | 107 Toast.makeText(getApplicationContext(), in onOptionsItemSelected() 123 Toast.makeText(getApplicationContext(), in onOptionsItemSelected()
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | toasts.jd | 36 object with one of the {@link android.widget.Toast#makeText(Context,int,int) makeText()} methods. 47 Toast toast = Toast.makeText(context, text, duration); 57 <pre>Toast.makeText(context, text, duration).show();</pre> 143 {@link android.widget.Toast#makeText(Context,int,int)} to create the Toast.</p>
|
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
D | ServiceUserTarget.java | 32 Toast.makeText(this, in onCreate()
|
D | SingleUserService.java | 32 Toast.makeText(this, in onCreate()
|
D | ActivityTestMain.java | 112 Toast.makeText(ActivityTestMain.this, in onReceive() 219 Toast.makeText(ActivityTestMain.this, "Failed to bind", in onCreateOptionsMenu() 254 Toast.makeText(ActivityTestMain.this, "Failed to bind", in onCreateOptionsMenu() 278 Toast.makeText(ActivityTestMain.this, in onCreateOptionsMenu() 321 Toast.makeText(ActivityTestMain.this, "Failed to bind", in onCreateOptionsMenu() 345 Toast.makeText(ActivityTestMain.this, "Failed to bind", in onCreateOptionsMenu()
|
/frameworks/base/core/java/android/widget/ |
D | Toast.java | 258 public static Toast makeText(Context context, CharSequence text, @Duration int duration) { in makeText() method in Toast 284 public static Toast makeText(Context context, @StringRes int resId, @Duration int duration) in makeText() method in Toast 286 return makeText(context, context.getResources().getText(resId), duration); in makeText()
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/ |
D | TrackerActivity.java | 187 Toast.makeText(this, "Successfully exported data to " + in exportFile() 191 Toast.makeText(this, "Error exporting file: " + in exportFile()
|
D | TrackerService.java | 111 Toast.makeText(this, "Tracking service started", Toast.LENGTH_SHORT); in onStart() 234 Toast.makeText(this, "Tracking service stopped", Toast.LENGTH_SHORT); in onDestroy()
|
/frameworks/base/tests/AccessibilityEventsLogger/src/com/android/tests/accessibilityeventslogger/ |
D | AELogger.java | 60 final Toast toast = Toast.makeText(this, in onAccessibilityEvent()
|
/frameworks/base/tests/backup/src/com/android/backuptest/ |
D | BackupTestActivity.java | 74 Toast.makeText(BackupTestActivity.this, str, Toast.LENGTH_SHORT).show(); 118 Toast.makeText(BackupTestActivity.this, str, Toast.LENGTH_SHORT).show();
|
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/ |
D | NetworkActivity.java | 304 Toast.makeText(context, R.string.wifi_connected, Toast.LENGTH_SHORT).show(); in onReceive() 317 Toast.makeText(context, R.string.lost_connection, Toast.LENGTH_SHORT).show(); in onReceive()
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
D | ListWithDisappearingItemBug.java | 44 Toast.makeText(this, "Make sure you rotate screen to see bug", Toast.LENGTH_LONG).show(); in onCreate()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | LockTaskNotify.java | 78 Toast toast = Toast.makeText(mContext, text, Toast.LENGTH_LONG); in makeAllUserToastAndShow()
|
/frameworks/base/core/java/android/provider/ |
D | ContactsInternal.java | 76 Toast.makeText(context, com.android.internal.R.string.quick_contacts_not_available, in startQuickContactWithErrorToastForUser()
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SqliteWrapper.java | 49 Toast.makeText(context, com.android.internal.R.string.low_memory, in checkSQLiteException()
|
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/service/ |
D | TestJobService.java | 92 Toast.makeText( in onStartJob()
|
/frameworks/opt/telephony/src/java/com/google/android/mms/util/ |
D | SqliteWrapper.java | 61 Toast.makeText(context, com.android.internal.R.string.low_memory, in checkSQLiteException()
|
/frameworks/ex/framesequence/samples/FrameSequenceSamples/src/com/android/framesequence/samples/ |
D | FrameSequenceTest.java | 104 Toast.makeText(getApplicationContext(), in onResume()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | NetInitiatedActivity.java | 152 … Toast.makeText(this, "NI error" /* com.android.internal.R.string.usb_storage_error_message */, in showNIError()
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
D | BordeauxService.java | 166 Toast.makeText(this, "Task removed: " + rootIntent, Toast.LENGTH_LONG).show(); in onTaskRemoved()
|