Searched defs:getParent (Results 1 - 25 of 37) sorted by relevance

12

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DConfigurationContainerTests.java242 protected ConfigurationContainer getParent() { method in class:ConfigurationContainerTests.TestConfigurationContainer
/frameworks/base/services/core/java/com/android/server/am/
H A DConfigurationContainer.java80 final ConfigurationContainer parent = getParent();
101 final ConfigurationContainer parent = getParent();
118 final ConfigurationContainer parent = getParent();
133 abstract protected ConfigurationContainer getParent(); method in class:ConfigurationContainer
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
H A DXMLNode.java78 public XMLNode getParent() { method in class:XMLNode
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragment.h40 const SectionData* getParent() const { return m_pParent; } function in class:mcld::Fragment
41 SectionData* getParent() { return m_pParent; } function in class:mcld::Fragment
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DOMANode.java41 public OMAConstructed getParent() { method in class:OMANode
55 for (OMANode node = this; node != null; node = node.getParent()) {
H A DXMLNode.java143 public XMLNode getParent() { method in class:XMLNode
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityWindowInfoCompat.java138 public AccessibilityWindowInfoCompat getParent() { method in class:AccessibilityWindowInfoCompat
140 return wrapNonNullInstance(((AccessibilityWindowInfo) mInfo).getParent());
352 builder.append(", hasParent=").append(getParent() != null);
/frameworks/base/core/java/android/security/net/config/
H A DNetworkSecurityConfig.java221 current = current.getParent();
227 public Builder getParent() { method in class:NetworkSecurityConfig.Builder
/frameworks/base/core/java/com/android/internal/app/
H A DLocaleStore.java55 this.mParent = getParent(locale);
66 private static Locale getParent(Locale locale) { method in class:LocaleStore.LocaleInfo
84 public Locale getParent() { method in class:LocaleStore.LocaleInfo
146 Locale parentWithScript = getParent(LocaleHelper.addLikelySubtags(mLocale));
265 final Locale parent = li.getParent();
323 if (li.getParent() != null) return 2;
344 if (parentId.equals(li.getParent().toLanguageTag())) {
351 result.add(getLocaleInfo(li.getParent()));
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpManager.java211 int getParent(int deviceId, int objectHandle) throws IOException { method in class:MtpManager
214 final int result = (int) device.getParent(objectHandle);
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
H A DTestMtpManager.java157 Assert.assertNotSame(0, objectInfo.getParent());
201 int getParent(int deviceId, int objectHandle) throws IOException { method in class:TestMtpManager
204 return mObjectInfos.get(key).getParent();
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h77 SectionData* getParent() const { return m_Entry.getParent(); } function in class:mcld::BranchIsland
/frameworks/base/core/java/android/view/
H A DViewParent.java72 if (getParent() != null) {
74 getParent().onDescendantInvalidated(child, target);
119 public ViewParent getParent(); method in interface:ViewParent
/frameworks/base/media/java/android/mtp/
H A DMtpDevice.java300 public long getParent(int objectHandle) { method in class:MtpDevice
H A DMtpObjectInfo.java261 public final int getParent() { method in class:MtpObjectInfo
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DICalendar.java100 public Component getParent() { method in class:ICalendar.Component
504 return component.getParent();
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DViewBoundsCheck.java267 View getParent(); method in interface:ViewBoundsCheck.Callback
/frameworks/av/media/mtp/
H A DMtpDevice.cpp552 MtpObjectHandle MtpDevice::getParent(MtpObjectHandle handle) { function in class:android::MtpDevice
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java254 public AccessibilityWindowInfo getParent() { method in class:AccessibilityWindowInfo
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContainer.java82 final protected WindowContainer getParent() { method in class:WindowContainer
121 if (child.getParent() != null) {
123 + " is already a child of container=" + child.getParent().getName()
150 if (child.getParent() != null) {
152 + " is already a child of container=" + child.getParent().getName()
239 if (child.getParent() != this) {
242 + " current parent=" + child.getParent());
263 if (includingParents && getParent() != null) {
264 getParent().positionChildAt(POSITION_TOP, this /* child */,
273 if (includingParents && getParent() !
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.h355 String16 getParent() const { return mParent; } function in class:ResourceTable::Entry
/frameworks/compile/slang/
H A Dslang_rs_export_type.h615 inline const RSExportRecordType *getParent() const { return mParent; } function in class:slang::RSExportRecordType::Field
/frameworks/native/services/surfaceflinger/
H A DLayer.h527 sp<Layer> getParent() const { return mCurrentParent.promote(); } function in class:android::Layer
528 bool hasParent() const { return getParent() != nullptr; }
/frameworks/base/core/java/android/preference/
H A DPreference.java1521 public PreferenceGroup getParent() { method in class:Preference
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreference.java1479 public PreferenceGroup getParent() { method in class:Preference

Completed in 1832 milliseconds

12