OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:textStr
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp
259
const char*
textStr
;
283
textStr
= env->GetStringUTFChars(text, NULL);
284
if (!
textStr
) {
291
if (strlen(
textStr
) >= BTRC_MAX_ATTR_STR_LEN) {
293
strncpy((char *)pAttrs[i].text,
textStr
, BTRC_MAX_ATTR_STR_LEN-1);
296
strcpy((char *)pAttrs[i].text,
textStr
);
298
env->ReleaseStringUTFChars(text,
textStr
);
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java
774
String
textStr
= getActivity().getResources().getString(text);
775
textView.setText(
textStr
);
776
textView.setContentDescription(
textStr
);
[
all
...]
Completed in 311 milliseconds