/cts/tests/tests/widget/src/android/widget/cts/ |
MultiAutoCompleteTextViewTest.java | 148 assertEquals(str, mMultiAutoCompleteTextView_country.getText().toString()); 152 assertEquals(str + ", ", mMultiAutoCompleteTextView_country.getText().toString()); 189 assertEquals(text, multiAutoCompleteTextView.getText().toString()); 194 assertEquals("Android Test., ", multiAutoCompleteTextView.getText().toString()); 199 multiAutoCompleteTextView.getText().toString());
|
SimpleExpandableListAdapterTest.java | 170 assertEquals("child00", ((TextView) result.findViewById(R.id.text1)).getText().toString()); 174 assertEquals("child30", ((TextView) result.findViewById(R.id.text1)).getText().toString()); 185 assertEquals("child00", ((TextView) result.findViewById(R.id.text1)).getText().toString()); 189 assertEquals("child30", ((TextView) result.findViewById(R.id.text1)).getText().toString()); 196 assertEquals("child20", ((TextView) result).getText().toString()); 203 assertEquals("child10", ((TextView) result).getText().toString()); 319 assertEquals("group00", ((TextView) result.findViewById(R.id.text1)).getText().toString()); 323 assertEquals("group30", ((TextView) result.findViewById(R.id.text1)).getText().toString()); 334 assertEquals("group00", ((TextView) result.findViewById(R.id.text1)).getText().toString()); 338 assertEquals("group30", ((TextView) result.findViewById(R.id.text1)).getText().toString()) [all...] |
/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/ |
SampleSpellCheckerService.java | 62 Log.d(TAG, "onGetSuggestions: " + textInfo.getText()); 64 final String input = textInfo.getText(); 98 Log.d(TAG, "onGetSentenceSuggestionsMultiple: " + ti.getText()); 100 final String input = ti.getText(); 131 lengths = new int[] { ti.getText().length() };
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
CommonToken.java | 40 * this is non-null, then getText should return this. Note that 73 text = oldToken.getText(); 94 public String getText() { 110 /** Override the text for this token. getText() will return this text 180 String txt = getText();
|
ClassicToken.java | 52 text = oldToken.getText(); 78 public String getText() { 130 String txt = getText();
|
/external/chromium_org/ppapi/api/dev/ |
ppb_ime_input_event_dev.idl | 31 * @param[in] text The string returned by <code>GetText</code>. 74 * GetText() returns the composition text as a UTF-8 string for the given IME 83 PP_Var GetText([in] PP_Resource ime_event); 99 * character-offset) of the string returned by GetText(). It always satisfies 101 * < ... < GetSegmentOffset(GetSegmentNumber())=(byte-length of GetText()).
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/ |
SoapFault12.java | 64 this.faultcode = Code.getElement(SoapEnvelope.ENV2003, "Value").getText(0); 65 this.faultstring = Reason.getElement(SoapEnvelope.ENV2003, "Text").getText(0); 138 return Reason.getElement(SoapEnvelope.ENV2003, "Text").getText(0); 143 String reason = Reason.getElement(SoapEnvelope.ENV2003, "Text").getText(0); 144 String code = Code.getElement(SoapEnvelope.ENV2003, "Value").getText(0);
|
/libcore/luni/src/test/java/libcore/xml/ |
PullParserDtdTest.java | 66 assertEquals("aaa", parser.getText()); 78 assertEquals("android", parser.getText()); 100 assertEquals("android", parser.getText()); 112 assertEquals("A", parser.getText()); 124 assertEquals("&#38;", parser.getText()); 146 + "(&).", parser.getText()); 161 assertEquals("android", parser.getText()); 173 assertEquals("a", parser.getText()); 176 assertEquals("", parser.getText()); 180 assertEquals("baz", parser.getText()); [all...] |
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/ |
IntegrationTestUtils.java | 75 /** Returns the result of running {@link TextView#getText()} on the ui thread. */ 76 public CharSequence getText(final TextView view) throws Throwable { 80 return view.getText(); 138 * Gets all {@link TextView} objects whose {@link TextView#getText()} contains the given text as 148 if (textView.getText().toString().contains(text)) {
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
RespondViaSmsSettings.java | 75 pref.setTitle(pref.getText()); 80 pref.setTitle(pref.getText()); 85 pref.setTitle(pref.getText()); 90 pref.setTitle(pref.getText()); 112 // rather than pref.getText().)
|
/packages/services/Telephony/src/com/android/phone/ |
TimeConsumingPreferenceActivity.java | 62 dialog.setTitle(getText(R.string.updating_title)); 69 dialog.setMessage(getText(R.string.reading_settings)); 73 dialog.setMessage(getText(R.string.updating_settings)); 108 builder.setTitle(getText(titleId)); 109 builder.setMessage(getText(msgId));
|
/development/samples/training/testingfun/app/tests/src/com/example/android/testingfun/tests/lesson3/ |
ClickFunActivityTest.java | 94 final String actualNextButtonText = mClickMeButton.getText().toString(); 111 assertEquals("", mInfoTextView.getText()); 122 assertEquals(expectedInfoText, mInfoTextView.getText());
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
ParseTree.java | 55 public String getText() { 79 return t.getText(); 92 buf.append(hidden.getText());
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
CommonTree.js | 54 getText: function() { 58 return this.token.getText(); 129 return this.token.getText();
|
/external/chromium_org/ppapi/cpp/dev/ |
ime_input_event_dev.cc | 70 Var IMEInputEvent_Dev::GetText() const { 73 get_interface<PPB_IMEInputEvent_Dev_0_2>()->GetText( 77 get_interface<PPB_IMEInputEvent_Dev_0_1>()->GetText(
|
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/ |
tasm-options.c | 108 printf("%s", gettext(msg)); 124 printf(" %-22s %s\n", optbuf, gettext(options[i].description)); 127 printf("%s", gettext(tail));
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
TabSpecTest.java | 57 assertThat(shadowOf(spec).getText(), is("labelText")); 65 assertThat(shadowOf(spec).getText(), is("labelText")); 84 assertThat(textView.getText().toString(), equalTo("The Text of Foo"));
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
ListOfButtonsTest.java | 113 assertEquals(indexInfo, label, button.getText().toString()); 130 assertEquals(indexInfo, label, button.getText().toString()); 155 assertEquals(firstButtonLabel, firstButton.getText());
|
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ |
ConfirmDialog.java | 73 mAlertParams.mTitle = getText(R.string.prompt); 74 mAlertParams.mPositiveButtonText = getText(android.R.string.ok); 76 mAlertParams.mNegativeButtonText = getText(android.R.string.cancel);
|
/frameworks/base/services/core/java/com/android/server/am/ |
AppErrorDialog.java | 63 res.getText(com.android.internal.R.string.force_close), 68 res.getText(com.android.internal.R.string.report), 72 setTitle(res.getText(com.android.internal.R.string.aerr_title));
|
StrictModeViolationDialog.java | 67 res.getText(com.android.internal.R.string.dlg_ok), 72 res.getText(com.android.internal.R.string.report), 76 setTitle(res.getText(com.android.internal.R.string.aerr_title));
|
/packages/apps/Browser/src/com/android/browser/ |
HttpAuthenticationDialog.java | 57 return mUsernameView.getText().toString(); 61 return mPasswordView.getText().toString(); 126 String title = mContext.getText(R.string.sign_in_to).toString().replace(
|
/packages/apps/Settings/src/com/android/settings/ |
SetFullBackupPassword.java | 42 final String curPw = mCurrentPw.getText().toString(); 43 final String newPw = mNewPw.getText().toString(); 44 final String confirmPw = mConfirmNewPw.getText().toString();
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
filter.h | 123 virtual SCODE WINAPI GetText(ULONG *pcwcBuffer,WCHAR *awcBuffer) = 0; 135 SCODE (WINAPI *GetText)(IFilter *This,ULONG *pcwcBuffer,WCHAR *awcBuffer); 149 #define IFilter_GetText(This,pcwcBuffer,awcBuffer) (This)->lpVtbl->GetText(This,pcwcBuffer,awcBuffer)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
StackViewer.py | 46 def GetText(self): 62 def GetText(self): 99 def GetText(self):
|