HomeSort by relevance Sort by last modified time
    Searched full:getstring (Results 201 - 225 of 5751) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java 68 public final String COMPUTER = r.getString(R.string.bluetooth_talkback_computer);
69 public final String INPUT_PERIPHERAL = r.getString(
71 public final String HEADSET = r.getString(R.string.bluetooth_talkback_headset);
72 public final String PHONE = r.getString(R.string.bluetooth_talkback_phone);
73 public final String IMAGING = r.getString(R.string.bluetooth_talkback_imaging);
74 public final String HEADPHONE = r.getString(R.string.bluetooth_talkback_headphone);
75 public final String BLUETOOTH = r.getString(R.string.bluetooth_talkback_bluetooth);
224 name = context.getString(R.string.bluetooth_device);
226 String message = context.getString(R.string.bluetooth_disconnect_all_profiles, name);
227 String title = context.getString(R.string.bluetooth_disconnect_title)
    [all...]
BluetoothPermissionActivity.java 99 showDialog(getString(R.string.bluetooth_connection_permission_request), mRequestType);
101 showDialog(getString(R.string.bluetooth_phonebook_request), mRequestType);
103 showDialog(getString(R.string.bluetooth_map_request), mRequestType);
105 showDialog(getString(R.string.bluetooth_sap_request), mRequestType);
138 p.mPositiveButtonText = getString(R.string.yes);
140 p.mNegativeButtonText = getString(R.string.no);
156 if (mRemoteName == null) mRemoteName = getString(R.string.unknown);
168 messageView.setText(getString(R.string.bluetooth_connection_dialog_text,
177 messageView.setText(getString(R.string.bluetooth_pb_acceptance_dialog_text,
186 messageView.setText(getString(R.string.bluetooth_map_acceptance_dialog_text
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
MigrateStorageActivity.java 175 getString(R.string.storage_wizard_migrate_toast_success, mTargetVolumeDesc),
181 getString(R.string.storage_wizard_migrate_toast_failure, mTargetVolumeDesc),
202 final String driveDesc = getArguments().getString(ARG_VOLUME_DESC);
204 getString(R.string.storage_wizard_migrate_confirm_title, driveDesc),
205 getString(R.string.storage_wizard_migrate_confirm_description, driveDesc),
254 getString(R.string.storage_wizard_migrate_choose_title),
267 final String volumeId = getArguments().getString(VolumeInfo.EXTRA_VOLUME_ID);
276 .description(getString(
305 setTitle(getActivity().getString(R.string.storage_wizard_migrate_progress_title,
306 getArguments().getString(ARG_VOLUME_DESC)))
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
AccessibilityFragment.java 171 screen.setTitle(getArguments().getString(ARG_LABEL));
180 final String activityName = getArguments().getString(ARG_SETTINGS_ACTIVITY_NAME);
182 final String packageName = getArguments().getString(ARG_PACKAGE_NAME);
197 final String packageName = getArguments().getString(ARG_PACKAGE_NAME);
198 final String serviceName = getArguments().getString(ARG_SERVICE_NAME);
208 getArguments().getString(ARG_LABEL), !enabled);
226 final String label = getArguments().getString(ARG_LABEL);
229 getString(R.string.system_accessibility_service_on_confirm_title,
231 getString(R.string.system_accessibility_service_on_confirm_desc,
238 getString(R.string.system_accessibility_service_off_confirm_title
    [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteDatabaseTest.java 351 assertEquals(name, cursor.getString(COLUMN_NAME_INDEX));
353 assertEquals(address, cursor.getString(COLUMN_ADDR_INDEX));
383 assertEquals("Jack", cursor.getString(COLUMN_NAME_INDEX));
385 assertEquals("London", cursor.getString(COLUMN_ADDR_INDEX));
387 assertEquals("Jim", cursor.getString(COLUMN_NAME_INDEX));
389 assertEquals("Chicago", cursor.getString(COLUMN_ADDR_INDEX));
402 assertEquals("Jim", cursor.getString(COLUMN_NAME_INDEX));
404 assertEquals("Chicago", cursor.getString(COLUMN_ADDR_INDEX));
432 assertEquals("Mike", cursor.getString(COLUMN_NAME_INDEX));
434 assertEquals("LA", cursor.getString(COLUMN_ADDR_INDEX))
    [all...]
  /art/test/973-default-multidex/smali/
concreteclass.smali 22 # public String getString() {
36 .method public getString()Ljava/lang/String;
  /art/tools/dexfuzz/src/dexfuzz/program/
Mutation.java 23 * which will describe the parameters of the mutation, and override the getString()
43 public abstract String getString();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
ConflictingNonPaymentEmulatorActivity.java 29 getString(R.string.nfc_hce_conflicting_non_payment_help)).show();
39 context.getString(R.string.nfc_hce_conflicting_non_payment_reader));
ConflictingNonPaymentPrefixEmulatorActivity.java 36 NfcDialogs.createHceTapReaderDialog(this, getString(R.string.nfc_hce_other_conflicting_prefix_aids_help)).show();
44 context.getString(R.string.nfc_hce_other_conflicting_prefix_aids_reader));
DefaultRouteEmulatorActivity.java 34 getString(R.string.nfc_hce_default_route_emulator_help)).show();
42 context.getString(R.string.nfc_hce_default_route_reader));
ForegroundNonPaymentEmulatorActivity.java 37 getString(R.string.nfc_hce_foreground_non_payment_help)).show();
47 context.getString(R.string.nfc_hce_foreground_non_payment_reader));
OffHostEmulatorActivity.java 29 NfcDialogs.createHceTapReaderDialog(this, getString(R.string.nfc_hce_offhost_emulator_help)).show();
39 context.getString(R.string.nfc_hce_offhost_service_reader));
TapTestEmulatorActivity.java 38 getString(R.string.nfc_hce_tap_test_emulator_help)).show();
48 context.getString(R.string.nfc_hce_tap_test_reader));
  /cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
BaseNumberBlockingClientTest.java 41 mBlockedPhoneNumber = arguments.getString("blocked_number");
43 mPhoneAccountId = arguments.getString("phone_account_id");
  /cts/hostsidetests/theme/app/src/android/theme/app/modifiers/
SearchViewModifier.java 43 searchView.setQueryHint(context.getString(R.string.searchview_query_hint));
47 searchView.setQuery(context.getString(R.string.searchview_query), false);
  /cts/tests/tests/provider/src/android/provider/cts/
SearchRecentSuggestionsTest.java 77 .getString(SearchRecentSuggestions.QUERIES_PROJECTION_QUERY_INDEX));
79 .getString(SearchRecentSuggestions.QUERIES_PROJECTION_DISPLAY2_INDEX));
104 .getString(SearchRecentSuggestions.QUERIES_PROJECTION_QUERY_INDEX));
106 .getString(SearchRecentSuggestions.QUERIES_PROJECTION_DISPLAY2_INDEX));
109 .getString(SearchRecentSuggestions.QUERIES_PROJECTION_QUERY_INDEX));
111 .getString(SearchRecentSuggestions.QUERIES_PROJECTION_DISPLAY2_INDEX));
148 .getString(SearchRecentSuggestions.QUERIES_PROJECTION_DISPLAY2_INDEX));
150 .getString(SearchRecentSuggestions.QUERIES_PROJECTION_QUERY_INDEX));
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
VideoProvider.java 65 mPrefixUrl = mContext.getResources().getString(R.string.prefix_url);
116 String category_name = category.getString(TAG_CATEGORY);
125 String description = video.getString(TAG_DESCRIPTION);
130 title = video.getString(TAG_TITLE);
131 videoUrl = getVideoPrefix(category_name, videoUrls.getString(0));
133 video.getString(TAG_BACKGROUND));
135 video.getString(TAG_CARD_THUMB));
136 studio = video.getString(TAG_STUDIO);
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/data/
VideoProvider.java 86 String category_name = category.getString(TAG_CATEGORY);
95 String description = video.getString(TAG_DESCRIPTION);
100 title = video.getString(TAG_TITLE);
101 videoUrl = getVideoPrefix(category_name, videoUrls.getString(0));
103 video.getString(TAG_BACKGROUND));
105 video.getString(TAG_CARD_THUMB));
106 studio = video.getString(TAG_STUDIO);
159 sPrefixUrl = sContext.getResources().getString(R.string.prefix_url);
  /developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserFragment.java 66 String errorMessage = getString(R.string.start_error_prefix);
69 errorMessage += " " + getString(R.string.start_error_already_started);
72 errorMessage += " " + getString(R.string.start_error_too_large);
75 errorMessage += " " + getString(R.string.start_error_unsupported);
78 errorMessage += " " + getString(R.string.start_error_internal);
81 errorMessage += " " + getString(R.string.start_error_too_many);
84 errorMessage = " " + getString(R.string.advertising_timedout);
87 errorMessage += " " + getString(R.string.start_error_unknown);
ScanResultAdapter.java 80 name = mContext.getResources().getString(R.string.no_name);
133 String lastSeenText = context.getResources().getString(R.string.last_seen) + " ";
139 lastSeenText += context.getResources().getString(R.string.just_now);
142 .getString(R.string.seconds_ago);
148 .getString(R.string.minute_ago);
151 .getString(R.string.minutes_ago);
157 .getString(R.string.hour_ago);
160 .getString(R.string.hours_ago);
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/
MidiTools.java 34 .getString(MidiDeviceInfo.PROPERTY_MANUFACTURER);
38 .getString(MidiDeviceInfo.PROPERTY_PRODUCT);
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/
MidiTools.java 34 .getString(MidiDeviceInfo.PROPERTY_MANUFACTURER);
38 .getString(MidiDeviceInfo.PROPERTY_PRODUCT);
  /developers/samples/android/common/src/java/com/example/android/common/midi/
MidiTools.java 34 .getString(MidiDeviceInfo.PROPERTY_MANUFACTURER);
38 .getString(MidiDeviceInfo.PROPERTY_PRODUCT);
  /developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserFragment.java 66 String errorMessage = getString(R.string.start_error_prefix);
69 errorMessage += " " + getString(R.string.start_error_already_started);
72 errorMessage += " " + getString(R.string.start_error_too_large);
75 errorMessage += " " + getString(R.string.start_error_unsupported);
78 errorMessage += " " + getString(R.string.start_error_internal);
81 errorMessage += " " + getString(R.string.start_error_too_many);
84 errorMessage = " " + getString(R.string.advertising_timedout);
87 errorMessage += " " + getString(R.string.start_error_unknown);
ScanResultAdapter.java 80 name = mContext.getResources().getString(R.string.no_name);
133 String lastSeenText = context.getResources().getString(R.string.last_seen) + " ";
139 lastSeenText += context.getResources().getString(R.string.just_now);
142 .getString(R.string.seconds_ago);
148 .getString(R.string.minute_ago);
151 .getString(R.string.minutes_ago);
157 .getString(R.string.hour_ago);
160 .getString(R.string.hours_ago);

Completed in 2739 milliseconds

1 2 3 4 5 6 7 891011>>