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 | 191 return (CharSequence) get(id, ResType.CHAR_SEQUENCE); in getText() 197 return get(id, ResType.CHAR_SEQUENCE).toString(); in getString() 203 new TypedResource<>(value, ResType.CHAR_SEQUENCE, null)); in putText()
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 1251 static final int CHAR_SEQUENCE = 10; field in RemoteViews.ReflectionAction 1314 case CHAR_SEQUENCE: in ReflectionAction() 1379 case CHAR_SEQUENCE: in writeToParcel() 1417 case CHAR_SEQUENCE: in getParameterType() 3212 addAction(new ReflectionAction(viewId, methodName, ReflectionAction.CHAR_SEQUENCE, value));
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 89432 Landroid/widget/RemoteViews$ReflectionAction;->CHAR_SEQUENCE:I
|