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

/frameworks/base/libs/androidfw/tests/
H A DConfigLocale_test.cpp115 /* static */ void fillIn(const char* lang, const char* country, function in namespace:android
143 fillIn("en", NULL, NULL, NULL, &l);
144 fillIn(NULL, NULL, NULL, NULL, &r);
149 fillIn("eng", NULL, NULL, NULL, &l);
153 fillIn("eng", "419", NULL, NULL, &r);
157 fillIn("en", NULL, NULL, NULL, &l);
158 fillIn("en", "US", NULL, NULL, &r);
162 fillIn("en", "US", NULL, NULL, &l);
163 fillIn("en", "US", "Latn", NULL, &r);
167 fillIn("e
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewTransform.java68 public void fillIn(TaskView tv) { method in class:TaskViewTransform
/frameworks/base/core/java/android/content/
H A DIntent.java3750 * {@link #fillIn(Intent, int) filled in} to that {@link IntentSender} and sent
5786 intent.fillIn(baseIntent, Intent.FILL_IN_COMPONENT | Intent.FILL_IN_SELECTOR);
8039 * Use with {@link #fillIn} to allow the current action value to be
8045 * Use with {@link #fillIn} to allow the current data or type value
8051 * Use with {@link #fillIn} to allow the current categories to be
8057 * Use with {@link #fillIn} to allow the current component value to be
8063 * Use with {@link #fillIn} to allow the current package value to be
8069 * Use with {@link #fillIn} to allow the current bounds rectangle to be
8075 * Use with {@link #fillIn} to allow the current selector to be
8081 * Use with {@link #fillIn} t
8136 public int fillIn(Intent other, @FillInFlags int flags) { method in class:Intent
[all...]

Completed in 2308 milliseconds