/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlarmController.java | 108 mToast = Toast.makeText(AlarmController.this, R.string.one_shot_scheduled, 140 mToast = Toast.makeText(AlarmController.this, R.string.repeating_scheduled, 162 mToast = Toast.makeText(AlarmController.this, R.string.repeating_unscheduled,
|
MenuInflateFromXml.java | 145 Toast.makeText(this, "Jump up in the air!", Toast.LENGTH_SHORT).show(); 150 Toast.makeText(this, "Dive into the water!", Toast.LENGTH_SHORT).show(); 171 Toast.makeText(this, item.getTitle(), Toast.LENGTH_SHORT).show();
|
LocalServiceActivities.java | 106 Toast.makeText(Binding.this, R.string.local_service_connected, 116 Toast.makeText(Binding.this, R.string.local_service_disconnected,
|
RemoteService.java | 88 Toast.makeText(this, R.string.remote_service_stopped, Toast.LENGTH_SHORT).show(); 140 Toast.makeText(this, "Task removed: " + rootIntent, Toast.LENGTH_LONG).show(); 323 Toast.makeText(Binding.this, R.string.remote_service_connected, 335 Toast.makeText(Binding.this, R.string.remote_service_disconnected, 419 Toast.makeText(Binding.this, 492 Toast.makeText(BindingOptions.this, R.string.remote_service_connected, 501 Toast.makeText(BindingOptions.this, R.string.remote_service_disconnected, 506 Toast.makeText(BindingOptions.this, R.string.remote_service_unbind_disconn,
|
ActionBarSettingsActionProviderActivity.java | 59 Toast.makeText(this, R.string.action_bar_settings_action_provider_no_handling,
|
LocalService.java | 85 Toast.makeText(this, R.string.local_service_stopped, Toast.LENGTH_SHORT).show();
|
/development/samples/Support7Demos/src/com/example/android/supportv7/app/ |
ToolbarFragmentPagerMenu.java | 123 Toast.makeText(getActivity(), "Selected Menu 1a.", Toast.LENGTH_SHORT).show(); 127 Toast.makeText(getActivity(), "Selected Menu 1b.", Toast.LENGTH_SHORT).show(); 165 Toast.makeText(getActivity(), "Selected Menu 2.", Toast.LENGTH_SHORT).show();
|
ActionBarSettingsActionProviderActivity.java | 51 Toast.makeText(this, R.string.action_bar_settings_action_provider_no_handling,
|
/packages/services/Telephony/tests/src/com/android/phone/tests/ |
CallDialTest.java | 140 Toast.makeText(this, "Starting activity...", Toast.LENGTH_SHORT).show(); 143 Toast.makeText(this, e.toString(), Toast.LENGTH_LONG).show(); 146 Toast.makeText(this, e.toString(), Toast.LENGTH_LONG).show();
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
TestListActivity.java | 79 Toast.makeText(this, R.string.test_results_cleared, Toast.LENGTH_SHORT).show(); 89 Toast.makeText(this, R.string.test_results_error, Toast.LENGTH_SHORT).show();
|
/developers/build/prebuilts/gradle/BorderlessButtons/Application/src/main/java/com/example/android/borderlessbuttons/ |
MainActivity.java | 92 Toast.makeText(MainActivity.this, 102 Toast.makeText(MainActivity.this,
|
/developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/ |
GeofenceTransitionsIntentService.java | 96 Toast.makeText(this, getString(R.string.entering_geofence), 103 Toast.makeText(this, getString(R.string.exiting_geofence),
|
/developers/samples/android/ui/holo/BorderlessButtons/Application/src/main/java/com/example/android/borderlessbuttons/ |
MainActivity.java | 92 Toast.makeText(MainActivity.this, 102 Toast.makeText(MainActivity.this,
|
/developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/ |
GeofenceTransitionsIntentService.java | 96 Toast.makeText(this, getString(R.string.entering_geofence), 103 Toast.makeText(this, getString(R.string.exiting_geofence),
|
/development/samples/browseable/BorderlessButtons/src/com.example.android.borderlessbuttons/ |
MainActivity.java | 92 Toast.makeText(MainActivity.this, 102 Toast.makeText(MainActivity.this,
|
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/ |
GeofenceTransitionsIntentService.java | 96 Toast.makeText(this, getString(R.string.entering_geofence), 103 Toast.makeText(this, getString(R.string.exiting_geofence),
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
MuteVideo.java | 66 Toast.makeText(mActivity, mActivity.getString(R.string.video_mute_err), 73 Toast.makeText(mActivity.getApplicationContext(),
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BluetoothTestActivity.java | 41 Toast.makeText(this, "bluetooth not supported", Toast.LENGTH_SHORT);
|
/developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/ |
NotificationIntentReceiver.java | 52 Toast.makeText(context, message, Toast.LENGTH_SHORT).show();
|
/developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/ |
NotificationIntentReceiver.java | 52 Toast.makeText(context, message, Toast.LENGTH_SHORT).show();
|
/development/ndk/platforms/android-18/samples/MoreTeapots/src/com/sample/moreteapots/ |
MoreTeapotsApplication.java | 50 Toast.makeText(this, applicationName, Toast.LENGTH_SHORT).show();
|
/development/samples/ApiDemos/src/com/example/android/apis/media/ |
MediaPlayerDemo_Audio.java | 62 .makeText(
|
/development/samples/ApiDemos/src/com/example/android/apis/preference/ |
AdvancedPreferences.java | 89 Toast.makeText(this, "Thanks! You increased my count to "
|
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
MusicIntentReceiver.java | 36 Toast.makeText(context, "Headphones disconnected.", Toast.LENGTH_SHORT).show();
|
/development/samples/Support4Demos/src/com/example/android/supportv4/content/ |
SimpleWakefulController.java | 70 mToast = Toast.makeText(SimpleWakefulController.this, R.string.simple_wakeful_scheduled,
|