Home
last modified time | relevance | path

Searched refs:Component (Results 1 – 22 of 22) sorted by relevance

/frameworks/opt/calendar/src/com/android/calendarcommon2/
DICalendar.java59 public static class Component { class in ICalendar
74 private final Component mParent; // see if we can get rid of this
75 private LinkedList<Component> mChildren = null;
83 public Component(String name, Component parent) { in Component() method in ICalendar.Component
100 public Component getParent() { in getParent()
108 protected LinkedList<Component> getOrCreateChildren() { in getOrCreateChildren()
110 mChildren = new LinkedList<Component>(); in getOrCreateChildren()
119 public void addChild(Component child) { in addChild()
129 public List<Component> getComponents() { in getComponents()
208 for (Component component : mChildren) { in toString()
[all …]
DRecurrenceSet.java190 public static boolean populateContentValues(ICalendar.Component component, in populateContentValues()
257 ICalendar.Component component) { in populateComponent()
326 ICalendar.Component component) { in populateComponent()
384 public static void addPropertiesForRuleStr(ICalendar.Component component, in addPropertiesForRuleStr()
444 public static void addPropertyForDateStr(ICalendar.Component component, in addPropertyForDateStr()
466 ICalendar.Component component) { in computeDuration()
499 private static String flattenProperties(ICalendar.Component component, in flattenProperties()
/frameworks/base/services/core/java/com/android/server/am/
DEventLogTags.logtags17 30001 am_finish_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Reason|3)
21 30003 am_new_intent (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3…
25 30005 am_create_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME T…
27 30006 am_restart_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3)
29 30007 am_resume_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3)
33 30009 am_activity_launch_time (User|1|5),(Token|1|5),(Component Name|3),(time|2|3)
41 30013 am_pause_activity (User|1|5),(Token|1|5),(Component Name|3)
43 30014 am_proc_start (User|1|5),(PID|1|5),(UID|1|5),(Process Name|3),(Type|3),(Component|3)
51 30018 am_destroy_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Reason|3)
53 30019 am_relaunch_resume_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3)
[all …]
/frameworks/rs/
DrsComponent.cpp22 Component::Component() { in Component() function in Component
26 Component::~Component() { in ~Component()
29 void Component::set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize) { in set()
195 bool Component::isReference() const { in isReference()
249 void Component::dumpLOGV(const char *prefix) const { in dumpLOGV()
259 void Component::serialize(OStream *stream) const { in serialize()
266 void Component::loadFromStream(IStream *stream) { in loadFromStream()
DrsComponent.h29 class Component {
31 Component();
32 ~Component();
DrsElement.h91 const Component & getComponent() const {return mComponent;} in getComponent()
157 Component mComponent;
DrsElement.cpp133 Component component; in createFromStream()
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DRecurrenceSetTest.java133 ICalendar.Component recurrenceComponent = in verifyPopulateContentValues()
134 new ICalendar.Component("DUMMY", null /* parent */); in verifyPopulateContentValues()
/frameworks/base/tools/preload2/src/com/android/preload/ui/
DUI.java23 import java.awt.Component;
260 public Component getListCellRendererComponent(JList<?> list, Object value, int index, in getListCellRendererComponent()
/frameworks/base/docs/html/training/testing/integration-testing/
Dindex.jd1 page.title=Testing App Component Integrations
/frameworks/base/docs/html/training/backward-compatible-ui/
Dindex.jd54 <dt><strong><a href="using-component.html">Using the Version-Aware Component</a></strong></dt>
Dolder-implementation.jd8 next.title=Using the Version-Aware Component
Dusing-component.jd1 page.title=Using the Version-Aware Component
/frameworks/base/docs/html/training/sync-adapters/
Dcreating-authenticator.jd13 <a href="#CreateAuthenticator">Add a Stub Authenticator Component</a>
63 <h2 id="CreateAuthenticator">Add a Stub Authenticator Component</h2>
/frameworks/base/core/java/android/content/pm/
DPackageParser.java4359 Component<?> outInfo, String[] outError) throws XmlPullParserException, IOException { in parseAllMetaData()
5162 public static class Component<II extends IntentInfo> { class in PackageParser
5171 public Component(Package _owner) { in Component() method in PackageParser.Component
5177 public Component(final ParsePackageItemArgs args, final PackageItemInfo outInfo) { in Component() method in PackageParser.Component
5221 public Component(final ParseComponentArgs args, final ComponentInfo outInfo) { in Component() method in PackageParser.Component
5250 public Component(Component<II> clone) { in Component() method in PackageParser.Component
5283 public final static class Permission extends Component<IntentInfo> {
5310 public final static class PermissionGroup extends Component<IntentInfo> {
5485 public final static class Activity extends Component<ActivityIntentInfo> {
5539 public final static class Service extends Component<ServiceIntentInfo> {
[all …]
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags242 51400 ifw_intent_matched (Intent Type|1|5),(Component Name|3),(Caller Uid|1|5),(Caller Pkg Count|1|…
/frameworks/base/tools/fonts/
Dfontchain_lint.py132 sequence = [first_glyph] + ligature.Component
/frameworks/base/docs/html/guide/topics/ui/
Dcustom-components.jd353 existing controls, then creating a Compound Component (or Compound Control) might
509 <strong>Use the Custom Component</strong>
/frameworks/base/docs/html/training/testing/start/
Dindex.jd104 App Component Integrations</a>: Verify the behavior of components that
/frameworks/base/docs/html/guide/components/
Dintents-filters.jd162 <dt><b>Component name</b></dt>
/frameworks/base/docs/html/ndk/reference/
Dgroup___input.jd1994 <p>Component #1 key. Switches to component video input #1. </p>
1997 <p>Component #2 key. Switches to component video input #2. </p>
/frameworks/base/
Dcompiled-classes-phone984 android.content.pm.PackageParser$Component