OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCharSequence
(Results
26 - 46
of
46
) sorted by null
1
2
/developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialIntentService.java
125
return remoteInput.
getCharSequence
(EXTRA_COMMENT);
MessagingIntentService.java
135
return remoteInput.
getCharSequence
(EXTRA_REPLY);
/developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialIntentService.java
126
return remoteInput.
getCharSequence
(EXTRA_COMMENT);
MessagingIntentService.java
132
return remoteInput.
getCharSequence
(EXTRA_REPLY);
/development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentHideShow.java
88
mTextView.setText(savedInstanceState.
getCharSequence
("text"));
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
ResponderService.java
81
replyMessage = remoteInputResults.
getCharSequence
(EXTRA_REPLY);
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigPictureSocialIntentService.java
124
return remoteInput.
getCharSequence
(EXTRA_COMMENT);
MessagingIntentService.java
135
return remoteInput.
getCharSequence
(EXTRA_REPLY);
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigPictureSocialIntentService.java
124
return remoteInput.
getCharSequence
(EXTRA_COMMENT);
MessagingIntentService.java
133
return remoteInput.
getCharSequence
(EXTRA_REPLY);
/development/samples/RSSReader/src/com/example/android/rssreader/
RssReader.java
465
mUrlText.setText(state.
getCharSequence
(URL_KEY));
468
mStatusText.setText(state.
getCharSequence
(STATUS_KEY));
/cts/tests/tests/os/src/android/os/cts/
BundleTest.java
255
assertNull(mBundle.
getCharSequence
(KEY));
256
assertNull(mBundle.
getCharSequence
(KEY2));
259
assertEquals(cS, mBundle.
getCharSequence
(KEY));
260
assertSpannableEquals(mSpannable, mBundle.
getCharSequence
(KEY2));
262
assertEquals(cS, mBundle.
getCharSequence
(KEY));
263
assertSpannableEquals(mSpannable, mBundle.
getCharSequence
(KEY2));
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
TagVerifierActivity.java
375
CharSequence expectedContent = args.
getCharSequence
(EXPECTED_CONTENT_ID);
376
CharSequence actualContent = args.
getCharSequence
(ACTUAL_CONTENT_ID);
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
ImeEvent.java
187
result = bundle.
getCharSequence
("mReturnValue");
MockIme.java
171
final CharSequence text = command.getExtras().
getCharSequence
("text");
185
final CharSequence text = command.getExtras().
getCharSequence
("text");
[
all
...]
/developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java
136
return remoteInput.
getCharSequence
(EXTRA_REPLY);
/developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java
134
return remoteInput.
getCharSequence
(EXTRA_REPLY);
/cts/tests/app/src/android/app/cts/
RemoteInputTest.java
223
assertEquals(expected, getResults.
getCharSequence
(RESULT_KEY, "default"));
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowUserManagerTest.java
67
.
getCharSequence
("test_key")
/cts/tests/autofillservice/src/android/autofillservice/cts/
VirtualContainerView.java
379
final CharSequence text = arguments.
getCharSequence
(
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
NotificationListenerVerifierActivity.java
[
all
...]
Completed in 703 milliseconds
1
2