Home
last modified time | relevance | path

Searched refs:getEntries (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/core/java/android/util/jar/
DStrictJarManifest.java104 .getEntries()).clone(); in StrictJarManifest()
134 return getEntries().get(name); in getAttributes()
143 public Map<String, Attributes> getEntries() { in getEntries() method in StrictJarManifest
209 return mainAttributes.hashCode() ^ getEntries().hashCode(); in hashCode()
232 return getEntries().equals(((StrictJarManifest) o).getEntries()); in equals()
279 Iterator<String> i = manifest.getEntries().keySet().iterator(); in write()
DStrictJarFile.java121 Set<String> files = manifest.getEntries().keySet(); in StrictJarFile()
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DLooperStatsTest.java90 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testSingleMessageDispatched()
122 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testThrewException()
148 assertThat(looperStats.getEntries()).hasSize(1); in testThrewException_notSampled()
156 assertThat(looperStats.getEntries()).hasSize(1); in testThrewException_notSampled()
157 assertThat(looperStats.getEntries().get(0).messageCount).isEqualTo(1); in testThrewException_notSampled()
195 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testMultipleMessagesDispatched()
284 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testDispatchDelayIsRecorded()
305 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testDataNotCollectedBeforeDeviceStateSet()
320 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testDataNotCollectedOnCharger()
343 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testScreenStateCollected()
[all …]
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/
DResizeSplitScreenTest.java100 assertThat(entries.getEntries()).isNotEmpty(); in checkPosition_appsStartingBounds()
101 Rect startingDividerBounds = entries.getEntries().get(0).getVisibleBounds in checkPosition_appsStartingBounds()
129 assertThat(entries.getEntries()).isNotEmpty(); in checkPosition_appsEndingBounds()
130 Rect endingDividerBounds = entries.getEntries().get( in checkPosition_appsEndingBounds()
131 entries.getEntries().size() - 1).getVisibleBounds( in checkPosition_appsEndingBounds()
/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/
DTestUtils.java138 assertThat(ShadowEventLog.getEntries()) in assertEventLogged()
145 assertThat(ShadowEventLog.getEntries()) in assertEventNotLogged()
/frameworks/base/tools/aapt/
DOutputSet.h51 virtual const std::set<OutputEntry>& getEntries() const = 0;
DApkBuilder.h74 const std::set<OutputEntry>& getEntries() const { in getEntries() function
DResourceTable.cpp2038 sp<Entry> e = c->getEntries().valueFor(config); in hasBagOrEntry()
2614 const size_t N = c->getEntries().size(); in assignResourceIds()
2616 sp<Entry> e = c->getEntries().valueAt(ei); in assignResourceIds()
2687 const size_t N = c->getEntries().size(); in assignResourceIds()
2689 sp<Entry> e = c->getEntries().valueAt(ei); in assignResourceIds()
2962 const size_t N = c->getEntries().size(); in flatten()
2964 ConfigDescription config = c->getEntries().keyAt(ei); in flatten()
2968 sp<Entry> e = c->getEntries().valueAt(ei); in flatten()
3125 const size_t CN = cl->getEntries().size(); in flatten()
3127 if (filterable && !filter->match(cl->getEntries().keyAt(ci))) { in flatten()
[all …]
DPackage.cpp221 const std::set<OutputEntry>& entries = outputSet->getEntries(); in processAssets()
/frameworks/base/core/java/android/service/autofill/augmented/
DHelper.java41 System.out.println("LOGGGO: " + log.getEntries()); // felipeal: tmp in logResponse()
/frameworks/opt/chips/src/com/android/ex/chips/
DBaseRecipientAdapter.java924 protected List<RecipientEntry> getEntries() { in getEntries() method in BaseRecipientAdapter
976 final List<RecipientEntry> entries = getEntries(); in getCount()
982 return getEntries().get(position); in getItem()
997 return getEntries().get(position).getEntryType(); in getItemViewType()
1002 return getEntries().get(position).isSelectable(); in isEnabled()
1007 final RecipientEntry entry = getEntries().get(position); in getView()
/frameworks/base/identity/java/android/security/identity/
DIdentityCredential.java253 public abstract @NonNull ResultData getEntries( in getEntries() method in IdentityCredential
DCredstoreIdentityCredential.java277 public ResultData getEntries( in getEntries() method in CredstoreIdentityCredential
304 resultParcel = mBinder.getEntries( in getEntries()
/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
DShadowEventLog.java46 public static Set<Entry> getEntries() { in getEntries() method in ShadowEventLog
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardEntryTests.java83 public List<VCardEntry> getEntries() { in getEntries() method in VCardEntryTests.MockVCardEntryHandler
132 List<VCardEntry> entries = entryHandler.getEntries(); in testNestHandling()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DRadioListPreference.java117 CharSequence[] entries = mListPref.getEntries(); in update()
/frameworks/base/core/java/com/android/internal/logging/
DMetricsLogger.java59 log.getEntries()); in saveLog()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/display/
DDisplayDensityUtils.java176 public String[] getEntries() { in getEntries() method in DisplayDensityUtils
/frameworks/base/core/tests/coretests/src/android/content/res/
DFontResourcesParserTest.java69 FontFileResourceEntry[] fileEntries = filesEntry.getEntries(); in testParse()
/frameworks/base/core/java/android/preference/
DMultiSelectListPreference.java107 public CharSequence[] getEntries() { in getEntries() method in MultiSelectListPreference
DListPreference.java113 public CharSequence[] getEntries() { in getEntries() method in ListPreference
DMultiCheckPreference.java116 public CharSequence[] getEntries() { in getEntries() method in MultiCheckPreference
/frameworks/base/services/core/java/com/android/server/
DLooperStatsService.java108 final List<LooperStats.ExportedEntry> entries = mStats.getEntries(); in dump()
/frameworks/base/core/java/android/content/res/
DFontResourcesParser.java128 public @NonNull FontFileResourceEntry[] getEntries() { in getEntries() method in FontResourcesParser.FontFamilyFilesResourceEntry
/frameworks/base/core/java/android/metrics/
DLogMaker.java446 public SparseArray<Object> getEntries() {

12