Searched refs:getEntry (Results 1 - 25 of 51) sorted by last modified time

123

/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DListPreference.java173 final CharSequence entry = getEntry();
226 public CharSequence getEntry() { method in class:ListPreference
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigManager.java976 ANQPData anqpData = mAnqpCache.getEntry(scanDetail.getNetworkDetail());
2501 ANQPData anqpData = mAnqpCache.getEntry(networkDetail);
2538 ANQPData data = mAnqpCache.getEntry(network);
2571 ANQPData data = mAnqpCache.getEntry(networkDetail);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DAnqpCache.java162 public ANQPData getEntry(NetworkDetail network) { method in class:AnqpCache
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DAnqpCacheTest.java149 ANQPData data = cache.getEntry(scanDetail.getNetworkDetail());
166 ANQPData data = cache.getEntry(scanDetail.getNetworkDetail());
192 ANQPData data = cache.getEntry(scanDetail.getNetworkDetail());
197 ANQPData data = cache.getEntry(scanDetail.getNetworkDetail());
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java474 results.add(c.getEntry());
489 results.add(chip.getEntry());
680 long contactId = mSelectedChip != null ? mSelectedChip.getEntry().getContactId() : -1;
1185 replaceChip(chip, chip.getEntry());
1849 return new SingleRecipientArrayAdapter(getContext(), currentChip.getEntry(),
2337 mRecipientChipDeletedListener.onRecipientChipDeleted(currentChip.getEntry());
2425 editable.setSpan(constructChipSpan(chip.getEntry()),
2443 mRecipientChipDeletedListener.onRecipientChipDeleted(mSelectedChip.getEntry());
2649 mRecipientChipDeletedListener.onRecipientChipDeleted(toDelete.getEntry());
2855 if (RecipientEntry.isCreatedRecipient(chip.getEntry()
[all...]
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DBaseRecipientChip.java70 RecipientEntry getEntry(); method in interface:BaseRecipientChip
H A DInvisibleRecipientChip.java80 public RecipientEntry getEntry() { method in class:InvisibleRecipientChip
81 return mDelegate.getEntry();
H A DSimpleRecipientChip.java93 public RecipientEntry getEntry() { method in class:SimpleRecipientChip
H A DVisibleRecipientChip.java78 public RecipientEntry getEntry() { method in class:VisibleRecipientChip
79 return mDelegate.getEntry();
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/multidex/library/src/android/support/multidex/
H A DMultiDexExtractor.java179 ZipEntry dexFile = apk.getEntry(DEX_PREFIX + secondaryNumber + DEX_SUFFIX);
217 dexFile = apk.getEntry(DEX_PREFIX + secondaryNumber + DEX_SUFFIX);
/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp102 EXPECT_EQ(999, entry.getEntry()->value());
229 EXPECT_EQ((key + 10), iter.getEntry()->value());
251 EXPECT_EQ(iter.getEntry()->key() + 10, iter.getEntry()->value());
274 EXPECT_EQ(key + 10, iter.getEntry()->value());
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h83 inline entry_type* getEntry() { function in class:mcld::ChainIteratorBase
89 inline const entry_type* getEntry() const { function in class:mcld::ChainIteratorBase
187 inline entry_type* getEntry() { function in class:mcld::EntryIteratorBase
193 inline const entry_type* getEntry() const { function in class:mcld::EntryIteratorBase
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h295 /// getEntry - get the entry point name
296 llvm::StringRef getEntry(const Module& pModule) const;
H A DTargetLDBackend.h153 /// getEntry - get the entry point name
154 virtual llvm::StringRef getEntry(const Module& pModule) const = 0;
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp416 name = renameSym.getEntry()->value();
/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp137 return &(it.getEntry()->value());
H A DBranchIsland.cpp90 assert(it.getEntry()->value() != NULL);
91 return it.getEntry()->value();
H A DELFObjectWriter.cpp263 llvm::StringRef entry_name = target().getEntry(pModule);
H A DGarbageCollection.cpp210 ResolveInfo* info = info_it.getEntry();
233 m_Module.getNamePool().findSymbol(m_Backend.getEntry(m_Module));
245 ResolveInfo* info = info_it.getEntry();
H A DNamePool.cpp132 return iter.getEntry();
138 return iter.getEntry();
H A DSectionSymbolSet.cpp98 return entry.getEntry()->value();
103 return entry.getEntry()->value();
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp492 addSymbolToOutput(*info_it.getEntry(), pModule);
/frameworks/compile/mclinker/lib/Script/
H A DBinaryOp.cpp241 res->setValue(addr.getEntry()->value());
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp122 if (iter.getEntry() == NULL)
144 m_pEntry = m_Iter.getEntry();
193 m_pEntry = m_Iter.getEntry();
214 m_pEntry = m_Iter.getEntry();

Completed in 296 milliseconds

123