Searched refs:CHAR_SEQUENCE (Results 1 – 3 of 3) 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 | 1260 static final int CHAR_SEQUENCE = 10; field in RemoteViews.ReflectionAction 1323 case CHAR_SEQUENCE: in ReflectionAction() 1388 case CHAR_SEQUENCE: in writeToParcel() 1426 case CHAR_SEQUENCE: in getParameterType() 3221 addAction(new ReflectionAction(viewId, methodName, ReflectionAction.CHAR_SEQUENCE, value));
|