Home
last modified time | relevance | path

Searched refs:CHAR_SEQUENCE (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/robolectric/
DExternalResources.java119 return (CharSequence) get(id, ResType.CHAR_SEQUENCE); in getText()
125 return get(id, ResType.CHAR_SEQUENCE).toString(); in getString()
131 new TypedResource<>(value, ResType.CHAR_SEQUENCE, null)); in putText()
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/partner/
DExternalResources.java210 return (CharSequence) get(id, ResType.CHAR_SEQUENCE); in getText()
216 return get(id, ResType.CHAR_SEQUENCE).toString(); in getString()
222 new TypedResource<>(value, ResType.CHAR_SEQUENCE, null)); in putText()
/frameworks/base/core/java/android/widget/
DRemoteViews.java1759 case BaseReflectionAction.CHAR_SEQUENCE: in getParameterType()
2132 static final int CHAR_SEQUENCE = 10; field in RemoteViews.BaseReflectionAction
2327 case CHAR_SEQUENCE: in ReflectionAction()
2399 case CHAR_SEQUENCE: in writeToParcel()
2493 case BaseReflectionAction.CHAR_SEQUENCE: in getParameterValue()
2582 case BaseReflectionAction.CHAR_SEQUENCE: in getParameterValue()
5719 addAction(new ReflectionAction(viewId, methodName, BaseReflectionAction.CHAR_SEQUENCE,
5738 new ResourceReflectionAction(viewId, methodName, BaseReflectionAction.CHAR_SEQUENCE,
5758 BaseReflectionAction.CHAR_SEQUENCE,
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt68375 Landroid/widget/RemoteViews$ReflectionAction;->CHAR_SEQUENCE:I