Searched refs:qualified (Results 1 – 25 of 31) sorted by relevance
12
/frameworks/base/tools/aidl/ |
D | Type.cpp | 303 Type::SetQualifiedName(const string& qualified) in SetQualifiedName() argument 305 m_qualifiedName = qualified; in SetQualifiedName() 1293 g.qualified = package + '.' + name; in AddGenericType() 1414 if (g.qualified == name) { in search_generic()
|
D | Type.h | 70 void SetQualifiedName(const string& qualified); 494 string qualified; member
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | instrumentation-element.jd | 47 This should be a fully qualified class name (such as,
|
D | application-element.jd | 75 a fully qualified class name (such as, "{@code com.example.project.MyBackupAgent}"). 187 <dd>The fully qualified name of an Activity subclass that the system 194 <dd>The fully qualified name of an {@link android.app.Application}
|
D | provider-element.jd | 55 Typically, as in this example, it's the fully qualified name of a 197 {@link android.content.ContentProvider}. This should be a fully qualified
|
D | activity-alias-element.jd | 98 qualified class name. But, unlike the name of the target activity,
|
D | receiver-element.jd | 119 {@link android.content.BroadcastReceiver}. This should be a fully qualified
|
D | service-element.jd | 125 the service. This should be a fully qualified class name (such as,
|
/frameworks/base/docs/html/guide/topics/search/ |
D | adding-recent-query-suggestions.jd | 126 fully qualified name for your content provider 169 <p>The value for {@code android:searchSuggestAuthority} should be a fully qualified name for
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | menu-resource.jd | 152 <dd><em>Class name</em>. A fully-qualified class name for the {@link android.view.View} 164 <dd><em>Class name</em>. A fully-qualified class name for the {@link
|
/frameworks/base/docs/html/tools/testing/ |
D | testing_otheride.jd | 516 The fully-qualified <em>Java</em> package name for one of the packages in the test 526 The fully-qualified Java class name for one of the test case classes. Only this test 533 A fully-qualified test case class name, and one of its methods. Only this method is
|
D | testing_eclipse.jd | 439 <code>instrumentation_class</code> is the fully-qualified class name of the
|
/frameworks/base/docs/html/distribute/googleplay/promote/ |
D | linking.jd | 36 <p>To create the link, you need to know the app's fully qualified <em>package
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | contacts-provider.jd | 2053 <code><em>serviceclass</em></code> is the fully-qualified classname of the service 2078 <code><em>activityclass</em></code> is the fully-qualified classname of the activity 2085 <code><em>activityclass</em></code> is the fully-qualified classname of the activity 2121 The <code><em>activityclass</em></code> value is the fully-qualified classname of the 2183 The fully-qualified class name of the activity in your application that you want to 2196 The fully-qualified class name of a service in your application that should receive 2209 The fully-qualified class name of an activity in your application that can display 2233 The fully-qualified class name of an activity in your application that the device's 2238 The fully-qualified class name of an activity in your application that the device's
|
/frameworks/base/tools/layoutlib/create/ |
D | README.txt | 69 This is done using shell-like glob patterns that filter on the fully-qualified
|
/frameworks/base/docs/html/tools/projects/ |
D | projects-eclipse.jd | 212 <p>Declarations should reference the library components by their fully-qualified package names,
|
D | projects-cmdline.jd | 268 <p>Declarations should reference the library components by their fully-qualified package names,
|
/frameworks/base/docs/html/training/custom-views/ |
D | create-view.jd | 154 qualified name of the
|
/frameworks/base/docs/html/tools/help/ |
D | MonkeyImage.jd | 420 The fully-qualified filename and extension of the output file.
|
D | monkeyrunner_concepts.jd | 250 <code><outfile></code> is a path-qualified name for the output file.
|
D | MonkeyDevice.jd | 706 The fully-qualified path and filename of the <code>.apk</code> file to install. 752 packagename and classname must be fully qualified. See
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | ui-events.jd | 70 …This is called when the user performs an action qualified as a touch event, including a press, a r…
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 193 # Java. For instance, namespaces will be presented as packages, qualified 432 # sorted by fully-qualified names, including namespaces. If set to 631 # output. The symbol name can be a fully qualified name, a word, or if the
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.2.jd | 213 multiple resource configurations are qualified for a given screen, the system
|
/frameworks/base/docs/html/guide/components/ |
D | fundamentals.jd | 321 the {@code android:name} attribute specifies the fully qualified class name of the {@link
|
12