OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gettext
(Results
351 - 375
of
1441
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
CoordinateControls.java
83
mValue = mDecimalFormat.parse(mDecimalText.
getText
()).doubleValue();
209
double degrees = mDecimalFormat.parse(mSexagesimalDegreeText.
getText
()).doubleValue();
210
double minutes = mDecimalFormat.parse(mSexagesimalMinuteText.
getText
()).doubleValue();
211
double seconds = mDecimalFormat.parse(mSexagesimalSecondText.
getText
()).doubleValue();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
AttributeDescriptorLabelProvider.java
53
public String
getText
(Object element) {
/sdk/monkeyrunner/src/com/android/monkeyrunner/easy/
EasyMonkeyDevice.java
167
public String
getText
(PyObject[] args, String[] kws) {
172
return
getText
(selector);
175
public String
getText
(By selector) {
177
return mHierarchyViewer.
getText
(node);
/cts/tests/tests/content/src/android/content/cts/
ClipboardManagerTest.java
40
assertEquals("Test Text 1", mClipboardManager.
getText
());
43
assertEquals("Test Text 2", mClipboardManager.
getText
());
180
assertEquals(expectedItem.mText, item.
getText
());
/cts/tests/tests/widget/src/android/widget/cts/
SimpleExpandableListAdapterTest.java
228
assertEquals("child00", ((TextView) result.findViewById(R.id.text1)).
getText
().toString());
232
assertEquals("child30", ((TextView) result.findViewById(R.id.text1)).
getText
().toString());
243
assertEquals("child00", ((TextView) result.findViewById(R.id.text1)).
getText
().toString());
247
assertEquals("child30", ((TextView) result.findViewById(R.id.text1)).
getText
().toString());
254
assertEquals("child20", ((TextView) result).
getText
().toString());
261
assertEquals("child10", ((TextView) result).
getText
().toString());
423
assertEquals("group00", ((TextView) result.findViewById(R.id.text1)).
getText
().toString());
427
assertEquals("group30", ((TextView) result.findViewById(R.id.text1)).
getText
().toString());
438
assertEquals("group00", ((TextView) result.findViewById(R.id.text1)).
getText
().toString());
442
assertEquals("group30", ((TextView) result.findViewById(R.id.text1)).
getText
().toString())
[
all
...]
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java
115
String noDevices = getResources().
getText
(R.string.none_paired).toString();
162
String info = ((TextView) v).
getText
().toString();
195
String noDevices = getResources().
getText
(R.string.none_found).toString();
/external/antlr/src/org/antlr/runtime/tree/
CommonTree.java
85
public String
getText
() {
89
return token.
getText
();
183
return token.
getText
();
/external/icu4c/tools/genrb/
prscmnts.cpp
75
getText
(const UChar* source, int32_t srcLen,
218
int32_t destLen =
getText
(source, srcLen, dest, destCapacity, notePatternString, status);
228
int32_t destLen =
getText
(source, srcLen, dest, destCapacity, notePatternString, status);
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
VariableTranslator.java
73
components.add(new StringExpression(node.getWord().
getText
()));
78
components.add(new StringExpression(node.getDecNumber().
getText
()));
83
components.add(new StringExpression(node.getHexNumber().
getText
()));
/packages/apps/Mms/src/com/android/mms/ui/
EditSlideDurationActivity.java
110
durValue = Integer.parseInt(mDur.
getText
().toString());
146
String dur = mDur.
getText
().toString();
160
setResult(RESULT_OK, new Intent(mDur.
getText
().toString()));
/packages/apps/Music/src/com/android/music/
CreatePlaylist.java
83
String newText = mPlaylist.
getText
().toString();
120
outcicle.putString("defaultname", mPlaylist.
getText
().toString());
173
String name = mPlaylist.
getText
().toString();
RenamePlaylist.java
106
String typedname = mPlaylist.
getText
().toString();
158
outcicle.putString("defaultname", mPlaylist.
getText
().toString());
169
String name = mPlaylist.
getText
().toString();
/packages/apps/Phone/src/com/android/phone/
DeleteFdnContactScreen.java
77
showStatus(getResources().
getText
(
146
showStatus(getResources().
getText
(R.string.fdn_contact_deleted));
149
showStatus(getResources().
getText
(R.string.pin2_invalid));
EmergencyCallbackModeService.java
168
getText
(R.string.phone_entered_ecm_text), 0);
178
text =
getText
(R.string.phone_in_ecm_call_notification_text).toString();
186
notification.setLatestEventInfo(this,
getText
(R.string.phone_in_ecm_notification_title),
/packages/apps/Phone/tests/src/com/android/phone/tests/
CallDialTest.java
114
String number = mNumber.
getText
().toString();
154
String number = mNumber.
getText
().toString();
172
String number = mNumber.
getText
().toString();
/packages/apps/Settings/src/com/android/settings/wifi/
WifiApDialog.java
89
config.SSID = mSsid.
getText
().toString();
100
String password = mPassword.
getText
().toString();
109
String password = mPassword.
getText
().toString();
/packages/experimental/UiAutomation/service/src/com/android/testing/uiautomation/
AccessibilityNodeInfoHelper.java
62
serializer.attribute("", "text", safeCharSeqToString(node.
getText
()));
101
current.
getText
(),
120
node.
getText
(),
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringProposal.java
84
String string = buffer.
getText
(start, length);
102
String linePrefix = buffer.
getText
(i + 1, start - (i + 1)).trim();
113
String lineSuffix = buffer.
getText
(start + length, i - (start + length));
/packages/apps/Email/tests/src/com/android/email/activity/
MessageComposeTests.java
567
assertEquals("", mCcView.
getText
().toString());
568
String result = Address.parseAndPack(mToView.
getText
().toString());
603
String result = Address.parseAndPack(mToView.
getText
().toString());
606
result = Address.parseAndPack(mCcView.
getText
().toString());
640
String result = Address.parseAndPack(mToView.
getText
().toString());
643
result = Address.parseAndPack(mCcView.
getText
().toString());
678
String result = Address.parseAndPack(mToView.
getText
().toString());
681
result = Address.parseAndPack(mCcView.
getText
().toString());
[
all
...]
/packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java
340
mComputingStr = getActivity().
getText
(R.string.computing_size);
691
.setTitle(getActivity().
getText
(R.string.clear_data_dlg_title))
693
.setMessage(getActivity().
getText
(R.string.clear_data_dlg_text))
705
.setTitle(getActivity().
getText
(R.string.app_factory_reset_dlg_title))
707
.setMessage(getActivity().
getText
(R.string.app_factory_reset_dlg_text))
719
.setTitle(getActivity().
getText
(R.string.app_not_found_dlg_title))
721
.setMessage(getActivity().
getText
(R.string.app_not_found_dlg_title))
722
.setNeutralButton(getActivity().
getText
(R.string.dlg_ok),
732
.setTitle(getActivity().
getText
(R.string.clear_failed_dlg_title))
734
.setMessage(getActivity().
getText
(R.string.clear_failed_dlg_text)
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/app/
StatusBarNotifications.java
195
CharSequence text =
getText
(textId);
205
notification.setLatestEventInfo(this,
getText
(R.string.status_bar_notifications_mood_title),
224
CharSequence text =
getText
(textId);
249
CharSequence text =
getText
(R.string.status_bar_notifications_happy_message);
258
getText
(R.string.status_bar_notifications_mood_title),
/frameworks/base/policy/src/com/android/internal/policy/impl/
SimPukUnlockScreen.java
226
if (mPukText.
getText
().length() < 8) {
233
if (mPinText.
getText
().length() < 4
234
|| mPinText.
getText
().length() > 8) {
243
new CheckSimPuk(mPukText.
getText
().toString(),
244
mPinText.
getText
().toString()) {
/libcore/xml/src/main/java/org/kxml2/kdom/
Node.java
155
public String
getText
() {
162
buf.append(
getText
(i));
174
public String
getText
(int index) {
257
if (parser.
getText
() != null)
260
parser.
getText
());
/ndk/sources/host-tools/make-3.81/
README.OS2
96
./configure --prefix=x:/usr --infodir=x:/usr/share/info --mandir=x:/usr/share/man --without-included-
gettext
111
a) It will only work with GNU
gettext
, and
112
b) GNU
gettext
support is not included in the GNU make package.
115
GNU make you must install GNU
gettext
on your system before configuring
126
--disable-nls for the configure script. Note if GNU
gettext
is not
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigEditDialog.java
156
mDeviceName = deviceNameText.
getText
().trim();
165
String text = ((Text)event.widget).
getText
();
184
String value = deviceXDpiText.
getText
();
208
String value = deviceYDpiText.
getText
();
236
mConfigName = configNameText.
getText
().trim();
Completed in 483 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>