Searched defs:fillIn (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/tests/
H A DConfigLocale_test.cpp114 /* static */ void fillIn(const char* lang, const char* country, function in namespace:android
138 fillIn("en", NULL, NULL, NULL, &l);
139 fillIn(NULL, NULL, NULL, NULL, &r);
144 fillIn("eng", NULL, NULL, NULL, &l);
148 fillIn("eng", "419", NULL, NULL, &r);
152 fillIn("en", NULL, NULL, NULL, &l);
153 fillIn("en", "US", NULL, NULL, &r);
157 fillIn("en", "US", NULL, NULL, &l);
158 fillIn("en", "US", "Latn", NULL, &r);
162 fillIn("e
[all...]
/frameworks/base/core/java/android/content/
H A DIntent.java6842 * Use with {@link #fillIn} to allow the current action value to be
6848 * Use with {@link #fillIn} to allow the current data or type value
6854 * Use with {@link #fillIn} to allow the current categories to be
6860 * Use with {@link #fillIn} to allow the current component value to be
6866 * Use with {@link #fillIn} to allow the current package value to be
6872 * Use with {@link #fillIn} to allow the current bounds rectangle to be
6878 * Use with {@link #fillIn} to allow the current selector to be
6884 * Use with {@link #fillIn} to allow the current ClipData to be
6924 * <p>Calling A.fillIn(B, Intent.FILL_IN_DATA) will result in A now
6939 public int fillIn(Inten method in class:Intent
[all...]

Completed in 573 milliseconds