Home
last modified time | relevance | path

Searched defs:charSequences (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/binds/
H A DTestComponent.kt45 fun charSequences(): Set<CharSequence> method
/aosp_15_r20/external/dagger2/javatests/dagger/functional/producers/binds/
H A DSimpleBindsProductionComponent.java44 ListenableFuture<Set<CharSequence>> charSequences(); in charSequences() method
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DUpdatableListPreferenceDialogFragmentTest.java85 final CharSequence[] charSequences = {"Test_DEVICE_1", "Test_DEVICE_2"}; in onListPreferenceUpdated_verifyAdapterCanBeUpdate() local
/aosp_15_r20/external/dagger2/javatests/dagger/functional/binds/
H A DTestComponent.java49 Set<CharSequence> charSequences(); in charSequences() method
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DWith.java213 public static With<CharSequence> codePoints(CharSequence... charSequences) { in codePoints()
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DVisibilityPreferenceControllerTest.java299 private static List<String> toStringList(CharSequence[] charSequences) { in toStringList()