Searched refs:string (Results 301 - 325 of 1337) sorted by relevance

<<11121314151617181920>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DDndTile.java107 com.android.internal.R.string.error_message_change_not_allowed),
133 state.label = mContext.getString(R.string.quick_settings_dnd_priority_label);
135 R.string.accessibility_quick_settings_dnd_priority_on);
139 state.label = mContext.getString(R.string.quick_settings_dnd_none_label);
141 R.string.accessibility_quick_settings_dnd_none_on);
145 state.label = mContext.getString(R.string.quick_settings_dnd_alarms_label);
147 R.string.accessibility_quick_settings_dnd_alarms_on);
151 state.label = mContext.getString(R.string.quick_settings_dnd_label);
153 R.string.accessibility_quick_settings_dnd_off);
172 return mContext.getString(R.string
[all...]
H A DColorInversionTile.java99 final String title = mContext.getString(R.string.quick_settings_reset_confirmation_title,
115 state.label = mContext.getString(R.string.quick_settings_inversion_label);
128 R.string.accessibility_quick_settings_color_inversion_changed_on);
131 R.string.accessibility_quick_settings_color_inversion_changed_off);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbDebuggingSecondaryUserActivity.java49 ap.mTitle = getString(R.string.usb_debugging_secondary_user_title);
51 ap.mMessage = getString(R.string.usb_debugging_secondary_user_message, user.name);
52 ap.mPositiveButtonText = getString(android.R.string.ok);
H A DUsbAccessoryUriActivity.java73 ap.mTitle = getString(R.string.title_usb_accessory);
75 ap.mMessage = getString(R.string.usb_accessory_uri_prompt, mUri);
76 ap.mPositiveButtonText = getString(R.string.label_view);
77 ap.mNegativeButtonText = getString(android.R.string.cancel);
/frameworks/base/services/core/java/com/android/server/am/
H A DLaunchWarningWindow.java39 setTitle(context.getText(R.string.launch_warning_title));
48 text.setText(context.getResources().getString(R.string.launch_warning_replace,
53 text.setText(context.getResources().getString(R.string.launch_warning_original,
/frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
H A DVersionDialog.java50 builder.setTitle(res.getText(R.string.upgrade_title));
51 builder.setMessage(res.getString(R.string.upgrade_body,
54 builder.setPositiveButton(res.getText(R.string.upgrade_button),
/frameworks/base/tools/aapt/
H A DSymbol.h71 android::String8(package).string(),
72 android::String8(type).string(),
73 android::String8(name).string(),
/frameworks/base/tools/aapt2/
H A DSourceXmlPullParser.h26 #include <string>
38 const std::string& getLastError() const override ;
82 std::string mLastError;
H A DNameMangler_test.cpp20 #include <string>
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSCompilerDriver.h26 #include <string>
151 const std::list<std::string>& fused,
153 const std::list<std::string>& invokeBatchNames);
/frameworks/compile/mclinker/include/mcld/LD/
H A DMsgHandler.h17 #include <string>
33 void addString(const std::string& pStr) const;
53 const std::string& pStr) {
/frameworks/compile/mclinker/lib/Core/
H A DModule.cpp30 Module::Module(const std::string& pName, LinkerScript& pScript)
38 LDSection* Module::getSection(const std::string& pName) {
47 const LDSection* Module::getSection(const std::string& pName) const {
/frameworks/av/drm/common/
H A DDrmSupportInfo.cpp53 if (!strcasecmp(item.string(), mimeType.string())) {
64 if (!strcasecmp(item.string(), fileType.string())) {
/frameworks/av/media/libmediaplayerservice/
H A DSharedLibrary.cpp29 mLibHandle = dlopen(path.string(), RTLD_NOW);
/frameworks/av/media/libstagefright/id3/
H A Dtestid3.cpp91 printf(" found text frame '%s': %s\n", id.string(), text.string());
93 printf(" found frame '%s'.\n", id.string());
105 mime.string());
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DCollection.h29 #include <string>
71 status_t add(const std::string &name, Key key)
108 T *findByName(const std::string &name) const
149 struct Collection<std::string>::collectionSupported {};
/frameworks/base/core/java/android/content/
H A DSyncActivityTooManyDeletes.java63 getResources().getText(R.string.sync_really_delete),
64 getResources().getText(R.string.sync_undo_deletes),
65 getResources().getText(R.string.sync_do_nothing)
80 getResources().getText(R.string.sync_too_many_deletes_desc);
/frameworks/base/libs/androidfw/tests/
H A DZipUtils_test.cpp24 #include <string.h>
/frameworks/base/libs/androidfw/tests/data/basic/
H A DR.h36 namespace string { namespace in namespace:base::R
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.h37 #include <string>
112 void setName(const std::string&& name) { mName = name; }
113 const std::string& name() { return mName; }
145 std::string mName;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DEmptyShadeView.java36 ((TextView) findViewById(R.id.no_notifications)).setText(R.string.empty_shade_text);
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DConfirmDialog.java64 getString(R.string.warning, VpnConfig.getVpnLabel(this, mPackage)),
67 mAlertParams.mTitle = getText(R.string.prompt);
68 mAlertParams.mPositiveButtonText = getText(android.R.string.ok);
70 mAlertParams.mNegativeButtonText = getText(android.R.string.cancel);
85 // Should only reach this when fetching the VPN icon for the warning string.
/frameworks/compile/libbcc/tools/bcc_strip_attr/
H A Dbcc_strip_attr.cpp34 static cl::list<std::string>
38 static cl::opt<std::string>
97 const std::string &FN,
119 std::string ErrorMessage;
/frameworks/compile/slang/
H A Dslang_rs_export_element.h20 #include <string>
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DPublicFinalWithObservableTestVo.java31 private int val = R.string.app_name;

Completed in 1635 milliseconds

<<11121314151617181920>>