OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toastText
(Results
1 - 8
of
8
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/
ClipboardUtils.java
48
String
toastText
= context.getString(R.string.toast_text_copied);
49
Toast.makeText(context,
toastText
, Toast.LENGTH_SHORT).show();
/packages/services/Telephony/tests/src/com/android/phone/tests/
SendInstantTextTestService.java
60
String
toastText
= getString(R.string.instant_text_back_content, message, uri.toString());
61
Toast.makeText(this,
toastText
, Toast.LENGTH_LONG).show();
/developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
ScannerFragment.java
153
String
toastText
= getString(R.string.scan_start_toast) + " "
156
Toast.makeText(getActivity(),
toastText
, Toast.LENGTH_LONG).show();
/developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
ScannerFragment.java
153
String
toastText
= getString(R.string.scan_start_toast) + " "
156
Toast.makeText(getActivity(),
toastText
, Toast.LENGTH_LONG).show();
/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
ScannerFragment.java
153
String
toastText
= getString(R.string.scan_start_toast) + " "
156
Toast.makeText(getActivity(),
toastText
, Toast.LENGTH_LONG).show();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryService.java
269
final String
toastText
= String.format(
272
Toast.makeText(context,
toastText
, Toast.LENGTH_LONG).show();
/packages/apps/Settings/src/com/android/settings/notification/
ZenModeRuleSettingsBase.java
171
final int
toastText
= getEnabledToastText();
172
if (
toastText
!= 0) {
173
mEnabledToast = Toast.makeText(mContext,
toastText
, Toast.LENGTH_SHORT);
/frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java
[
all
...]
Completed in 206 milliseconds