/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ExpandableList1.java | 72 Toast.LENGTH_SHORT).show(); 76 Toast.makeText(this, title + ": Group " + groupPos + " clicked", Toast.LENGTH_SHORT).show();
|
Spinner1.java | 36 Toast.makeText(this, msg, Toast.LENGTH_SHORT).show();
|
SplitTouchView.java | 62 Toast toast = Toast.makeText(getApplicationContext(), message, Toast.LENGTH_SHORT);
|
/development/samples/browseable/DelayedConfirmation/Application/src/com.example.android.wearable.delayedconfirmation/ |
MainActivity.java | 90 Toast.LENGTH_SHORT).show(); 93 Toast.LENGTH_SHORT).show();
|
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/ |
GeofenceTransitionsIntentService.java | 101 Toast.LENGTH_SHORT).show(); 121 Toast.makeText(context, context.getString(resourceId), Toast.LENGTH_SHORT).show();
|
/packages/apps/Dialer/src/com/android/dialer/util/ |
DialerUtils.java | 95 Toast.LENGTH_SHORT); 101 Toast.makeText(context, msgId, Toast.LENGTH_SHORT).show();
|
/packages/apps/Nfc/src/com/android/nfc/ |
ConfirmConnectToWifiNetworkActivity.java | 96 R.string.status_wifi_connected, Toast.LENGTH_SHORT).show(); 110 R.string.status_unable_to_connect, Toast.LENGTH_SHORT).show();
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
OrganizationInfoTestActivity.java | 76 Toast.makeText(this, "Not a valid Color value", Toast.LENGTH_SHORT).show();
|
/developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/ |
BasicManagedProfileFragment.java | 234 Toast.LENGTH_SHORT).show(); 286 Toast.LENGTH_SHORT).show(); 307 Toast.makeText(activity, R.string.cleared, Toast.LENGTH_SHORT).show(); 365 Toast.makeText(activity, R.string.activity_not_found, Toast.LENGTH_SHORT).show();
|
/developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/ |
MainActivity.java | 102 Toast.LENGTH_SHORT).show();
|
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/ |
BluetoothChatFragment.java | 210 Toast.makeText(getActivity(), R.string.not_connected, Toast.LENGTH_SHORT).show(); 315 + mConnectedDeviceName, Toast.LENGTH_SHORT).show(); 321 Toast.LENGTH_SHORT).show(); 351 Toast.LENGTH_SHORT).show();
|
/developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/camera/ |
CameraPreviewFragment.java | 74 Toast.makeText(getActivity(), "Camera is not available.", Toast.LENGTH_SHORT).show();
|
/developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/ |
BasicManagedProfileFragment.java | 234 Toast.LENGTH_SHORT).show(); 286 Toast.LENGTH_SHORT).show(); 307 Toast.makeText(activity, R.string.cleared, Toast.LENGTH_SHORT).show(); 365 Toast.makeText(activity, R.string.activity_not_found, Toast.LENGTH_SHORT).show();
|
/developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/ |
MainActivity.java | 102 Toast.LENGTH_SHORT).show();
|
/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/ |
BluetoothChatFragment.java | 210 Toast.makeText(getActivity(), R.string.not_connected, Toast.LENGTH_SHORT).show(); 315 + mConnectedDeviceName, Toast.LENGTH_SHORT).show(); 321 Toast.LENGTH_SHORT).show(); 351 Toast.LENGTH_SHORT).show();
|
/developers/samples/android/system/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/camera/ |
CameraPreviewFragment.java | 74 Toast.makeText(getActivity(), "Camera is not available.", Toast.LENGTH_SHORT).show();
|
/development/apps/WidgetPreview/src/com/android/widgetpreview/ |
WidgetPreviewActivity.java | 160 getBaseContext(), R.string.configure_error, Toast.LENGTH_SHORT); 292 Toast preToast = Toast.makeText(getBaseContext(), textId, Toast.LENGTH_SHORT); 302 Toast postToast = Toast.makeText(getBaseContext(), textId, Toast.LENGTH_SHORT); 317 getBaseContext(), R.string.no_preview, Toast.LENGTH_SHORT);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlarmService_Service.java | 65 Toast.makeText(this, R.string.alarm_service_finished, Toast.LENGTH_SHORT).show();
|
LocalService.java | 84 Toast.makeText(this, R.string.local_service_stopped, Toast.LENGTH_SHORT).show();
|
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
BluetoothChat.java | 203 Toast.makeText(this, R.string.not_connected, Toast.LENGTH_SHORT).show(); 280 + mConnectedDeviceName, Toast.LENGTH_SHORT).show(); 284 Toast.LENGTH_SHORT).show(); 313 Toast.makeText(this, R.string.bt_not_enabled_leaving, Toast.LENGTH_SHORT).show();
|
/development/samples/Support7Demos/src/com/example/android/supportv7/app/ |
DialogUsage.java | 99 Toast.LENGTH_SHORT).show();
|
/development/samples/SupportDesignDemos/src/com/example/android/support/design/widget/ |
NavigationViewUsageBase.java | 81 Toast.LENGTH_SHORT).show();
|
/development/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/settings/ |
SettingsExampleFragment.java | 82 Toast.makeText(getActivity(), "Implement your own action handler.", Toast.LENGTH_SHORT).show();
|
/development/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/wizard/ |
WizardExample4thStepFragment.java | 73 Toast.LENGTH_SHORT).show();
|
/development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/ |
BasicManagedProfileFragment.java | 234 Toast.LENGTH_SHORT).show(); 286 Toast.LENGTH_SHORT).show(); 307 Toast.makeText(activity, R.string.cleared, Toast.LENGTH_SHORT).show(); 365 Toast.makeText(activity, R.string.activity_not_found, Toast.LENGTH_SHORT).show();
|