HomeSort by relevance Sort by last modified time
    Searched full:getstring (Results 226 - 250 of 4999) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/provider/src/android/provider/cts/
VoicemailContractTest.java 105 assertEquals(insertCallsNumber, cursor.getString(NUMBER_INDEX));
108 assertEquals(mSourcePackageName, cursor.getString(SOURCE_PACKAGE_INDEX));
109 assertEquals(insertSourceData, cursor.getString(SOURCE_DATA_INDEX));
110 assertEquals(insertMimeType, cursor.getString(MIME_TYPE_INDEX));
129 assertEquals(mSourcePackageName, cursor.getString(SOURCE_PACKAGE_INDEX));
130 assertEquals(updateCallsNumber, cursor.getString(NUMBER_INDEX));
133 assertEquals(updateSourceData, cursor.getString(SOURCE_DATA_INDEX));
180 final String data = cursor.getString(0);
239 assertEquals(mSourcePackageName, cursor.getString(SOURCE_PACKAGE_INDEX));
244 assertEquals(insertSettingsUri, cursor.getString(SETTINGS_URI_INDEX))
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 18 GET_PROC_LOCAL(GetString);
19 if (NULL == GetString) {
23 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION));
39 GET_PROC_LOCAL(GetString);
44 if (NULL == GetString || NULL == GetIntegerv) {
48 const char* versionString = (const char*) GetString(GR_GL_VERSION);
57 if (!extensions.init(kGL_GrGLStandard, GetString, GetStringi, GetIntegerv)) {
132 GET_PROC(GetString);
299 GET_PROC_LOCAL(GetString);
300 if (NULL == GetString) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedUpdateEntryTask.java 86 { System.err.println(Messages.getString("RSSFeedCommon.FileError")); } //$NON-NLS-1$
92 { System.err.println(Messages.getString("RSSFeedCommon.XpathError")); } //$NON-NLS-1$
103 System.out.println(Messages.getString("RSSFeedUpdateEntryTask.SearchingFor") + SP + xpath + (!isNullString(replacement)?", " + Messages.getString("RSSFeedUpdateEntryTask.ReplacingWith") + " '" + replacement + "'":NS)); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$
164 System.out.println(Messages.getString("RSSFeedCommon.RSSFeedFile") + SP + file.toString()+ " "+ Messages.getString("RSSFeedUpdateEntryTask.DoesNotExist")); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
224 if (debug>0) { System.out.print(Messages.getString("RSSFeedUpdateEntryTask.DebugFoundAttribute")); } //$NON-NLS-1$
229 if (debug>0) { System.out.print(Messages.getString("RSSFeedUpdateEntryTask.DebugFoundElement")); } //$NON-NLS-1$
234 if (debug>0) { System.out.print(Messages.getString("RSSFeedUpdateEntryTask.DebugFoundText")); } //$NON-NLS-1$
267 System.out.println(Messages.getString("RSSFeedUpdateEntryTask.XpathNodeNotFound")); //$NON-NLS-1
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
NotificationImportExportListener.java 75 message = mContext.getString(R.string.vcard_import_will_start_message, displayName);
77 displayName = mContext.getString(R.string.vcard_unknown_filename);
78 message = mContext.getString(
104 mContext.getString(R.string.progress_notifier_message,
108 final String description = mContext.getString(R.string.importing_vcard_description,
119 final String description = mContext.getString(R.string.importing_vcard_finished_title,
144 mContext.getString(R.string.vcard_import_request_rejected_message)).sendToTarget();
149 final String description = mContext.getString(R.string.importing_vcard_canceled_title,
160 final String message = mContext.getString(R.string.vcard_export_will_start_message,
173 mContext.getString(R.string.vcard_export_request_rejected_message)).sendToTarget()
    [all...]
  /packages/apps/Settings/src/com/android/settings/accessibility/
ToggleAccessibilityServicePreferenceFragment.java 176 .setTitle(getString(R.string.enable_service_title,
194 .setTitle(getString(R.string.disable_service_title,
196 .setMessage(getString(R.string.disable_service_message,
210 final String settingValue = Settings.Secure.getString(getContentResolver(),
227 String text = getString(R.string.enable_service_encryption_warning,
237 capabilitiesHeaderView.setText(getString(R.string.capabilities_list_title,
253 labelView.setText(getString(R.string.capability_title_receiveAccessibilityEvents));
257 descriptionView.setText(getString(R.string.capability_desc_receiveAccessibilityEvents));
279 labelView.setText(getString(capability.titleResId));
283 descriptionView.setText(getString(capability.descResId))
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 169 p.mTitle = getString(R.string.bluetooth_pairing_request);
171 p.mPositiveButtonText = getString(android.R.string.ok);
173 p.mNegativeButtonText = getString(android.R.string.cancel);
242 messageCaption = getString(R.string.bluetooth_enter_pin_msg);
249 messageCaption = getString(R.string.bluetooth_enter_pin_msg);
273 p.mTitle = getString(R.string.bluetooth_pairing_request);
275 p.mPositiveButtonText = getString(R.string.bluetooth_pairing_accept);
277 p.mNegativeButtonText = getString(R.string.bluetooth_pairing_decline);
284 p.mTitle = getString(R.string.bluetooth_pairing_request);
286 p.mPositiveButtonText = getString(R.string.bluetooth_pairing_accept)
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
SimStatus.java 145 mDefaultText = mRes.getString(R.string.device_info_default);
257 String display = mRes.getString(R.string.radioInfo_unknown);
261 display = mRes.getString(R.string.radioInfo_data_connected);
264 display = mRes.getString(R.string.radioInfo_data_suspended);
267 display = mRes.getString(R.string.radioInfo_data_connecting);
270 display = mRes.getString(R.string.radioInfo_data_disconnected);
279 String display = mRes.getString(R.string.radioInfo_unknown);
283 display = mRes.getString(R.string.radioInfo_service_in);
287 display = mRes.getString(R.string.radioInfo_service_out);
290 display = mRes.getString(R.string.radioInfo_service_off)
    [all...]
  /packages/apps/Music/src/com/android/music/
ArtistAlbumBrowserActivity.java 92 mCurrentAlbumId = icicle.getString("selectedalbum");
93 mCurrentAlbumName = icicle.getString("selectedalbumname");
94 mCurrentArtistId = icicle.getString("selectedartist");
95 mCurrentArtistName = icicle.getString("selectedartistname");
272 String album = c.getString(c.getColumnIndex(MediaStore.Audio.Albums.ALBUM));
276 mCurrentArtistId = mArtistCursor.getString(mArtistCursor.getColumnIndex(MediaStore.Audio.Artists._ID));
340 mCurrentArtistId = mArtistCursor.getString(mArtistCursor.getColumnIndexOrThrow(MediaStore.Audio.Artists._ID));
341 mCurrentArtistName = mArtistCursor.getString(mArtistCursor.getColumnIndexOrThrow(MediaStore.Audio.Artists.ARTIST));
347 menu.setHeaderTitle(getString(R.string.unknown_artist_name));
363 mCurrentAlbumName = c.getString(c.getColumnIndexOrThrow(MediaStore.Audio.Albums.ALBUM))
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
SplitAppTest.java 64 assertEquals("blue", r.getString(R.string.my_string1));
65 assertEquals("purple", r.getString(R.string.my_string2));
117 assertEquals("blue", r.getString(R.string.my_string1));
118 assertEquals("purple", r.getString(R.string.my_string2));
129 assertEquals("blue", r.getString(R.string.my_string1));
130 assertEquals("purple", r.getString(R.string.my_string2));
182 assertEquals("blue", r.getString(R.string.my_string1));
183 assertEquals("purple", r.getString(R.string.my_string2));
186 assertEquals("blau", r.getString(R.string.my_string1));
187 assertEquals("purple", r.getString(R.string.my_string2))
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
CursorWindowTest.java 52 String s = window.getString(i, j);
66 String s = window.getString(i, j);
83 assertNull(window.getString(0, 0));
94 assertEquals("", window.getString(0, 0));
123 assertEquals(TEST_STRING, cursorWindow.getString(TEST_NUMBER, 0));
153 assertEquals(TEST_STRING, cursorWindow.getString(0, 0));
197 // Test putString, getString, getLong, getInt, isBlob
199 assertEquals(Long.toString(NUMBER_LONG_INTEGER), cursorWindow.getString(0, 0));
213 assertEquals("", cursorWindow.getString(0, 0));
222 // Test putNull, getString, getLong, getDouble, getBlob, getInd, getShort, getFloat
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadInfo.java 75 info.mUri = getString(Downloads.Impl.COLUMN_URI);
77 info.mHint = getString(Downloads.Impl.COLUMN_FILE_NAME_HINT);
78 info.mFileName = getString(Downloads.Impl._DATA);
79 info.mMimeType = Intent.normalizeMimeType(getString(Downloads.Impl.COLUMN_MIME_TYPE));
87 info.mPackage = getString(Downloads.Impl.COLUMN_NOTIFICATION_PACKAGE);
88 info.mClass = getString(Downloads.Impl.COLUMN_NOTIFICATION_CLASS);
89 info.mExtras = getString(Downloads.Impl.COLUMN_NOTIFICATION_EXTRAS);
90 info.mCookies = getString(Downloads.Impl.COLUMN_COOKIE_DATA);
91 info.mUserAgent = getString(Downloads.Impl.COLUMN_USER_AGENT);
92 info.mReferer = getString(Downloads.Impl.COLUMN_REFERER)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
SignificantMotionTestActivity.java 159 getString(R.string.snsr_significant_motion_registration, success),
163 getString(R.string.snsr_significant_motion_cancelation),
223 getString(R.string.snsr_significant_motion_event_arrival, event != null);
227 String eventTypeMessage = getString(
235 String valuesLengthMessage = getString(
243 String valuesMessage = getString(
264 getString(R.string.snsr_significant_motion_event_unexpected, event != null);
  /cts/tests/tests/content/src/android/content/cts/
BroadcastReceiverTest.java 166 resultExtras.getString(MockReceiver.RESULT_EXTRAS_INVARIABLE_KEY));
168 resultExtras.getString(MockReceiver.RESULT_EXTRAS_ADD_KEY));
169 assertNull(resultExtras.getString(MockReceiver.RESULT_EXTRAS_REMOVE_KEY));
196 resultExtras.getString(MockReceiver.RESULT_EXTRAS_INVARIABLE_KEY));
198 resultExtras.getString(MockReceiver.RESULT_EXTRAS_REMOVE_KEY));
200 resultExtras.getString(MockReceiverFirst.RESULT_EXTRAS_FIRST_KEY));
202 resultExtras.getString(MockReceiverAbort.RESULT_EXTRAS_ABORT_KEY));
  /developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/java/com/example/android/apprestrictionschema/
AppRestrictionSchemaFragment.java 124 mMessage = restrictions.getString(KEY_MESSAGE);
135 mTextNumber.setText(getString(R.string.your_number, number));
143 rank = restrictions.getString(KEY_RANK);
145 mTextRank.setText(getString(R.string.your_rank, rank));
157 text = getString(R.string.none);
161 mTextApprovals.setText(getString(R.string.approvals_you_have, text));
168 Toast.makeText(getActivity(), getString(R.string.message, mMessage),
  /developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
ContactablesLoaderCallbacks.java 55 String query = args.getString(QUERY_KEY);
113 String currentLookupKey = cursor.getString(lookupColumnIndex);
115 String displayName = cursor.getString(nameColumnIndex);
123 String mimeType = cursor.getString(typeColumnIndex);
125 tv.append("\tPhone Number: " + cursor.getString(phoneColumnIndex) + "\n");
127 tv.append("\tEmail Address: " + cursor.getString(emailColumnIndex) + "\n");
135 cursor.getString(cursor.getColumnIndex(column)) + "\n");
  /developers/samples/android/admin/AppRestrictionSchema/Application/src/main/java/com/example/android/apprestrictionschema/
AppRestrictionSchemaFragment.java 124 mMessage = restrictions.getString(KEY_MESSAGE);
135 mTextNumber.setText(getString(R.string.your_number, number));
143 rank = restrictions.getString(KEY_RANK);
145 mTextRank.setText(getString(R.string.your_rank, rank));
157 text = getString(R.string.none);
161 mTextApprovals.setText(getString(R.string.approvals_you_have, text));
168 Toast.makeText(getActivity(), getString(R.string.message, mMessage),
  /developers/samples/android/content/contacts/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
ContactablesLoaderCallbacks.java 55 String query = args.getString(QUERY_KEY);
113 String currentLookupKey = cursor.getString(lookupColumnIndex);
115 String displayName = cursor.getString(nameColumnIndex);
123 String mimeType = cursor.getString(typeColumnIndex);
125 tv.append("\tPhone Number: " + cursor.getString(phoneColumnIndex) + "\n");
127 tv.append("\tEmail Address: " + cursor.getString(emailColumnIndex) + "\n");
135 cursor.getString(cursor.getColumnIndex(column)) + "\n");
  /developers/samples/android/content/documentsUi/DirectorySelection/
template-params.xml 109 Log.d(TAG, "found doc =" + docCursor.getString(0) + ", mime=" + docCursor
110 .getString(1));
112 mCurrentDirectoryTextView.setText(docCursor.getString(0));
124 Log.d(TAG, "found child=" + childCursor.getString(0) + ", mime=" + childCursor
125 .getString(1));
127 entry.fileName = childCursor.getString(0);
128 entry.mimeType = childCursor.getString(1);
  /development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
ContactablesLoaderCallbacks.java 55 String query = args.getString(QUERY_KEY);
113 String currentLookupKey = cursor.getString(lookupColumnIndex);
115 String displayName = cursor.getString(nameColumnIndex);
123 String mimeType = cursor.getString(typeColumnIndex);
125 tv.append("\tPhone Number: " + cursor.getString(phoneColumnIndex) + "\n");
127 tv.append("\tEmail Address: " + cursor.getString(emailColumnIndex) + "\n");
135 cursor.getString(cursor.getColumnIndex(column)) + "\n");
  /external/chromium_org/components/wifi/
network_properties.cc 75 if (value.GetString(onc::network_config::kType, &network_type)) {
81 value.GetString(onc::network_config::kName, &name);
82 value.GetString(onc::network_config::kGUID, &guid);
83 value.GetString(onc::network_config::kConnectionState, &connection_state);
84 wifi->GetString(onc::wifi::kSecurity, &security);
85 wifi->GetString(onc::wifi::kSSID, &ssid);
86 wifi->GetString(onc::wifi::kPassphrase, &password);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
HTTP.java 132 sb.append(o.getString("HTTP-Version"));
134 sb.append(o.getString("Status-Code"));
136 sb.append(o.getString("Reason-Phrase"));
138 sb.append(o.getString("Method"));
141 sb.append(o.getString("Request-URI"));
144 sb.append(o.getString("HTTP-Version"));
156 sb.append(o.getString(s));
  /frameworks/base/core/java/android/webkit/
JsDialogHelper.java 68 mDefaultValue = msg.getData().getString("default");
69 mMessage = msg.getData().getString("message");
71 mUrl = msg.getData().getString("url");
99 title = context.getString(com.android.internal.R.string.js_dialog_before_unload_title);
100 displayMessage = context.getString(
164 title = context.getString(com.android.internal.R.string.js_dialog_title_default);
169 title = context.getString(com.android.internal.R.string.js_dialog_title,
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
PropertyResourceBundleTest.java 49 assertEquals("one", prb.getString("p1"));
50 assertEquals("iso-8859-1", prb.getString("charset"));
56 assertEquals("UTF-8", prb.getString("charset"));
82 assertEquals("one", prb.getString("p1"));
83 assertEquals("good_feature", prb.getString("feature"));
92 assertEquals("one", prb.getString("p1"));
93 assertEquals("good_feature", prb.getString("feature"));
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppIncomingFileConfirmActivity.java 108 p.mTitle = getString(R.string.incoming_file_confirm_content);
110 p.mPositiveButtonText = getString(R.string.incoming_file_confirm_ok);
112 p.mNegativeButtonText = getString(R.string.incoming_file_confirm_cancel);
147 Toast.makeText(this, getString(R.string.bt_toast_1), Toast.LENGTH_SHORT).show();
169 Toast.makeText(this, getString(R.string.bt_toast_2), Toast.LENGTH_SHORT).show();
201 mAlert.setTitle(getString(R.string.incoming_file_confirm_timeout_content,
205 getString(R.string.incoming_file_confirm_timeout_ok));
  /packages/apps/Browser/tests/src/com/android/browser/tests/
BP1to2UpgradeTests.java 60 urls.add(c.getString(0));
70 assertEquals(urls.get(i++), c.getString(0));
80 assertEquals(urls.get(i++), c.getString(0));
97 assertEquals("http://slashdot.org/", c.getString(0));
107 c.getString(Browser.HISTORY_PROJECTION_URL_INDEX));
126 assertEquals("http://slashdot.org/", c.getString(0));
135 assertEquals("http://slashdot.org/", c.getString(0));

Completed in 511 milliseconds

1 2 3 4 5 6 7 8 91011>>