OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCharSequence
(Results
1 - 25
of
46
) sorted by null
1
2
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowNotification.java
33
? realNotification.extras.
getCharSequence
(Notification.EXTRA_TITLE)
39
? realNotification.extras.
getCharSequence
(Notification.EXTRA_TEXT)
45
return realNotification.extras.
getCharSequence
(Notification.EXTRA_INFO_TEXT);
57
return realNotification.extras.
getCharSequence
(Notification.EXTRA_BIG_TEXT);
65
return realNotification.extras.
getCharSequence
(Notification.EXTRA_TITLE_BIG);
73
return realNotification.extras.
getCharSequence
(Notification.EXTRA_SUMMARY_TEXT);
/developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationIntentReceiver.java
47
replyMessage = remoteInputResults.
getCharSequence
(NotificationUtil.EXTRA_REPLY);
/developers/samples/android/deprecated/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationIntentReceiver.java
47
replyMessage = remoteInputResults.
getCharSequence
(NotificationUtil.EXTRA_REPLY);
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationIntentReceiver.java
47
replyMessage = remoteInputResults.
getCharSequence
(NotificationUtil.EXTRA_REPLY);
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowRestrictionsManagerTest.java
40
assertThat(restrictionsManager.getApplicationRestrictions().
getCharSequence
("test_key")).isEqualTo("test_value");
/developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessageReplyReceiver.java
71
return remoteInput.
getCharSequence
(
/developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
ContentFragment.java
67
title.setText("Title: " + args.
getCharSequence
(KEY_TITLE));
/developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessageReplyReceiver.java
71
return remoteInput.
getCharSequence
(
/developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
ContentFragment.java
67
title.setText("Title: " + args.
getCharSequence
(KEY_TITLE));
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
MessageReplyReceiver.java
71
return remoteInput.
getCharSequence
(
/development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
ContentFragment.java
67
title.setText("Title: " + args.
getCharSequence
(KEY_TITLE));
/developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java
52
CharSequence replyText = inputResults.
getCharSequence
(KEY_REPLY);
/developers/build/prebuilts/gradle/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chat/
ReplyToMessageIntentService.java
96
return remoteInput.
getCharSequence
(Constants.EXTRA_REPLY);
/developers/samples/android/deprecated/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java
52
CharSequence replyText = inputResults.
getCharSequence
(KEY_REPLY);
/developers/samples/android/deprecated/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chat/
ReplyToMessageIntentService.java
96
return remoteInput.
getCharSequence
(Constants.EXTRA_REPLY);
/development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentArguments.java
91
mLabel = args.
getCharSequence
("label", mLabel);
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
MainActivity.java
52
CharSequence replyText = inputResults.
getCharSequence
(KEY_REPLY);
/developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
CustomVirtualViewCompatMode.java
80
final CharSequence text = arguments.
getCharSequence
(
/developers/build/prebuilts/gradle/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java
81
replyMessage = remoteInputResults.
getCharSequence
(EXTRA_REPLY);
/developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
MessagingIntentService.java
122
return remoteInput.
getCharSequence
(EXTRA_REPLY);
/developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialIntentService.java
124
return remoteInput.
getCharSequence
(EXTRA_COMMENT);
/developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialIntentService.java
125
return remoteInput.
getCharSequence
(EXTRA_COMMENT);
/developers/samples/android/deprecated/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java
81
replyMessage = remoteInputResults.
getCharSequence
(EXTRA_REPLY);
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
CustomVirtualViewCompatMode.java
80
final CharSequence text = arguments.
getCharSequence
(
/developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
MessagingIntentService.java
126
return remoteInput.
getCharSequence
(EXTRA_REPLY);
Completed in 2014 milliseconds
1
2