Searched refs:CHAR_SEQUENCE (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/robolectric/ |
D | ExternalResources.java | 119 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/ |
D | ExternalResources.java | 210 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/ |
D | RemoteViews.java | 1259 case BaseReflectionAction.CHAR_SEQUENCE: in getParameterType() 1617 static final int CHAR_SEQUENCE = 10; field in RemoteViews.BaseReflectionAction 1797 case CHAR_SEQUENCE: in ReflectionAction() 1858 case CHAR_SEQUENCE: in writeToParcel() 1953 case BaseReflectionAction.CHAR_SEQUENCE: in getParameterValue() 2043 case BaseReflectionAction.CHAR_SEQUENCE: in getParameterValue() 5063 addAction(new ReflectionAction(viewId, methodName, BaseReflectionAction.CHAR_SEQUENCE, 5082 new ResourceReflectionAction(viewId, methodName, BaseReflectionAction.CHAR_SEQUENCE, 5102 BaseReflectionAction.CHAR_SEQUENCE,
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 72341 Landroid/widget/RemoteViews$ReflectionAction;->CHAR_SEQUENCE:I
|