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.java3411 * {@link #fillIn(Intent, int) filled in} to that {@link IntentSender} and sent
7145 * Use with {@link #fillIn} to allow the current action value to be
7151 * Use with {@link #fillIn} to allow the current data or type value
7157 * Use with {@link #fillIn} to allow the current categories to be
7163 * Use with {@link #fillIn} to allow the current component value to be
7169 * Use with {@link #fillIn} to allow the current package value to be
7175 * Use with {@link #fillIn} to allow the current bounds rectangle to be
7181 * Use with {@link #fillIn} to allow the current selector to be
7187 * Use with {@link #fillIn} to allow the current ClipData to be
7227 * <p>Calling A.fillIn(
7242 public int fillIn(Intent other, @FillInFlags int flags) { method in class:Intent
[all...]

Completed in 286 milliseconds