/external/chromium_org/chrome/installer/util/ |
user_experiment.cc | 39 // The following strings are the possible outcomes of the toast experiment 104 // If system_level_toast is true, appends --system-level-toast. 115 // Re-add the system level toast flag. 120 // Re-add the toast result key. We need to do this because Setup running as 129 // Use handle inheritance to make sure the duplicated toast results key 250 // If a specific Toast Results key handle (presumably to our HKLM key) was 291 // Inactive user toast experiment: 378 // Currently we only have one experiment: the inactive user toast. Which only 446 VLOG(1) << "Toast experiment is disabled."; 469 VLOG(1) << "User drafted for toast experiment " << flavor [all...] |
util_constants.cc | 175 // Perform the inactive user toast experiment. 176 const char kInactiveUserToast[] = "inactive-user-toast"; 178 // User toast experiment switch from system context to user context. 179 const char kSystemLevelToast[] = "system-level-toast"; 184 // A handle value of the key to write the results of the toast experiment 186 const char kToastResultsKey[] = "toast-results-key";
|
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/jni/ |
JniInterface.java | 21 import android.widget.Toast; 181 Toast.makeText(sContext, sContext.getResources(). 182 getStringArray(R.array.protoc_states)[state], Toast.LENGTH_SHORT).show(); 187 Toast.makeText(sContext, sContext.getResources().getStringArray( 190 Toast.LENGTH_LONG).show(); 229 Toast.makeText(sContext, 231 Toast.LENGTH_LONG).show();
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
AllIntentsActivity.java | 46 import android.widget.Toast; 499 Toast.makeText(this, "Call log is empty", Toast.LENGTH_LONG).show(); 510 Toast.makeText(this, "Call log is empty", Toast.LENGTH_LONG).show(); 526 Toast.makeText(this, "Sorry, we forgot to write this...", Toast.LENGTH_LONG).show();
|
/packages/apps/InCallUI/src/com/android/incallui/ |
InCallActivity.java | 36 import android.widget.Toast; 383 private void toast(String text) { method in class:InCallActivity 384 final Toast toast = Toast.makeText(this, text, Toast.LENGTH_SHORT); local 386 toast.show();
|
/packages/apps/Stk/src/com/android/stk/ |
StkAppService.java | 44 import android.widget.Toast; 474 * Display indication in the form of a toast to the user if required. 682 Toast toast = new Toast(mContext.getApplicationContext()); local 699 toast.setView(v); 700 toast.setDuration(Toast.LENGTH_LONG); 701 toast.setGravity(Gravity.BOTTOM, 0, 0); 702 toast.show() [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
GameControllerInput.java | 40 import android.widget.Toast; 369 Toast toast = Toast.makeText( local 370 mContext, mState.getDevice().toString(), Toast.LENGTH_LONG); 371 toast.show();
|
ContentBrowserActivity.java | 42 import android.widget.Toast; 249 Toast.makeText(this, "Searching for: " + query + "...", Toast.LENGTH_SHORT).show();
|
ContentBrowserNavActivity.java | 42 import android.widget.Toast; 251 Toast.makeText(this, "Searching for: " + query + "...", Toast.LENGTH_SHORT).show();
|
VideoPlayerActivity.java | 41 import android.widget.Toast; 266 Toast.makeText(this, "Searching for: " + query + "...", Toast.LENGTH_SHORT).show();
|
/development/samples/ContactManager/src/com/example/android/contactmanager/ |
ContactAdder.java | 41 import android.widget.Toast; 221 int duration = Toast.LENGTH_SHORT; 222 Toast toast = Toast.makeText(ctx, txt, duration); local 223 toast.show();
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppTransferActivity.java | 47 import android.widget.Toast; 378 // Display toast message 379 Toast.makeText( 382 this).getDeviceName(remoteDevice)), Toast.LENGTH_SHORT) 403 Toast.makeText(this, msg, Toast.LENGTH_SHORT).show();
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactLoaderFragment.java | 40 import android.widget.Toast; 339 Toast.makeText(mContext, R.string.share_error, Toast.LENGTH_SHORT).show(); 379 // Send a toast to give feedback to the user that a shortcut to this 381 Toast.makeText(parentActivity, 383 Toast.LENGTH_SHORT).show();
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleServerService.java | 41 import android.widget.Toast; 241 Toast.makeText(BleServerService.this, msg, Toast.LENGTH_SHORT).show();
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/ |
UsbAccessoryTestActivity.java | 42 import android.widget.Toast; 278 Toast.makeText(UsbAccessoryTestActivity.this, messageId, Toast.LENGTH_SHORT).show();
|
/cts/tests/tests/holo/src/android/holo/cts/ |
LayoutTestActivity.java | 32 import android.widget.Toast; 157 Toast.makeText(getApplicationContext(), message, Toast.LENGTH_SHORT).show();
|
/development/ndk/platforms/android-9/samples/native-audio/src/com/example/nativeaudio/ |
NativeAudio.java | 31 import android.widget.Toast; 211 Toast.makeText(NativeAudio.this, "Channels: " + numChannelsUri, 212 Toast.LENGTH_SHORT).show();
|
/development/samples/Alarm/src/com/example/android/newalarm/ |
AlarmService.java | 28 import android.widget.Toast; 161 Toast.makeText( 164 Toast.LENGTH_LONG // how long to keep the message on the screen
|
/development/samples/training/NavigationDrawer/src/com/example/android/navigationdrawerexample/ |
MainActivity.java | 41 import android.widget.Toast; 159 Toast.makeText(this, R.string.app_not_available, Toast.LENGTH_LONG).show();
|
/development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/ |
ImageFetcher.java | 25 import android.widget.Toast; 176 Toast.makeText(context, R.string.no_network_connection_toast, Toast.LENGTH_LONG).show();
|
/external/chromium_org/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ |
ChromiumTestShellActivity.java | 16 import android.widget.Toast; 72 Toast.makeText(ChromiumTestShellActivity.this, 74 Toast.LENGTH_SHORT).show();
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/base/ |
WindowAndroid.java | 13 import android.widget.Toast; 100 Toast.makeText(mApplicationContext, error, Toast.LENGTH_SHORT).show();
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
AutomaticActivity.java | 36 import android.widget.Toast; 241 Toast.makeText(getApplicationContext(), "done!", Toast.LENGTH_SHORT).show();
|
/packages/apps/Browser/src/com/android/browser/ |
UploadHandler.java | 26 import android.widget.Toast; 206 Toast.makeText(mController.getActivity(), R.string.uploads_disabled, 207 Toast.LENGTH_LONG).show();
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ContactDetailActivity.java | 38 import android.widget.Toast; 282 Toast.makeText(ContactDetailActivity.this, R.string.toast_making_personal_copy, 283 Toast.LENGTH_LONG).show();
|