Home
last modified time | relevance | path

Searched defs:entries (Results 1 – 25 of 127) sorted by relevance

123456

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DPackageDynamicCodeLoadingTests.java68 Entry[] entries = { in testRecord() local
134 Set<Entry> entries = entriesFrom(info); in testRecord_tooManyFiles_ignored() local
147 Entry[] entries = { in testClear() local
160 Entry[] entries = { in testRemovePackage_present() local
174 Entry[] entries = { new Entry("owner", "file", 'D', 0, "loader") }; in testRemovePackage_notPresent() local
183 Entry[] entries = { new Entry("owner", "file", 'D', 0, "loader") }; in testRemoveUserPackage_notPresent() local
193 Entry[] entries = { in testRemoveUserPackage_presentWithNoOtherUsers() local
208 Entry[] entries = { in testRemoveUserPackage_presentWithUsers() local
221 Entry[] entries = { in testRemoveFile_present() local
238 Entry[] entries = { in testRemoveFile_onlyEntry() local
[all …]
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DLooperStatsTest.java90 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testSingleMessageDispatched() local
122 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testThrewException() local
195 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testMultipleMessagesDispatched() local
284 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testDispatchDelayIsRecorded() local
305 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testDataNotCollectedBeforeDeviceStateSet() local
320 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testDataNotCollectedOnCharger() local
336 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testDataCollectedIfIgnoreBatteryStatusFlagSet() local
360 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testScreenStateCollected() local
399 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testMessagesOverSizeCap() local
464 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testReset() local
[all …]
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverySessionStorage.java93 ArrayList<Entry> entries = mSessionsByUid.get(uid); in remove() local
112 ArrayList<Entry> entries = mSessionsByUid.valueAt(i); in size() local
127 ArrayList<Entry> entries = mSessionsByUid.valueAt(i); in destroy() local
/frameworks/native/opengl/libs/EGL/
Degl_layers.cpp118 void SetupFuncMaps(FunctionTable& functions, char const* const* entries, EGLFuncPointer* curr, in SetupFuncMaps()
216 char const* const* entries) { in LayerPlatformEntries()
240 char const* const* entries) { in LayerDriverEntries()
283 char const* const* entries; in InitLayers() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
DOnBeforeSortListener.java33 void onBeforeSort(List<ListEntry> entries); in onBeforeSort()
DOnBeforeFinalizeFilterListener.java33 void onBeforeFinalizeFilter(List<ListEntry> entries); in onBeforeFinalizeFilter()
DOnBeforeRenderListListener.java33 void onBeforeRenderList(List<ListEntry> entries); in onBeforeRenderList()
DOnAfterRenderListListener.java36 void onAfterRenderList( in onAfterRenderList()
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityButtonController.java149 final ArrayMap<AccessibilityButtonCallback, Handler> entries; in dispatchAccessibilityButtonClicked() local
173 final ArrayMap<AccessibilityButtonCallback, Handler> entries; in dispatchAccessibilityButtonAvailabilityChanged() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DCollectionReadyForBuildListener.java32 void onBuildList(Collection<NotificationEntry> entries, String reason); in onBuildList()
DSelfTrackingLifetimeExtender.kt38 val entries = mEntriesExtended.values.toList() in <lambda>() constant
/frameworks/base/packages/BackupEncryption/proto/
Dkey_value_listing.proto39 repeated KeyValueEntry entries = 1; field
/frameworks/base/core/proto/android/service/
Ddropbox.proto33 repeated Entry entries = 1; field
/frameworks/base/core/tests/coretests/src/android/preference/
DListPreferenceTest.java26 String[] entries = { "one", "two", "three" }; in testListPreferenceSummaryFromEntries() local
/frameworks/base/core/java/android/util/jar/
DStrictJarManifest.java54 private final HashMap<String, Attributes> entries; field in StrictJarManifest
273 Iterator<?> entries = manifest.mainAttributes.keySet().iterator(); in write() local
287 Iterator<?> entries = attributes.keySet().iterator(); in write() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilder.java532 Collection<? extends ListEntry> entries, in filterNotifs()
570 private void groupNotifs(List<ListEntry> entries, List<ListEntry> out) { in groupNotifs()
1016 private Iterable<List<ListEntry>> getSectionSubLists(List<ListEntry> entries) { in getSectionSubLists()
1020 private boolean sortGroupChildren(List<NotificationEntry> entries) { in sortGroupChildren()
1415 private static int countChildren(List<ListEntry> entries) { in countChildren()
1426 private void dispatchOnBeforeTransformGroups(List<ListEntry> entries) { in dispatchOnBeforeTransformGroups()
1434 private void dispatchOnBeforeSort(List<ListEntry> entries) { in dispatchOnBeforeSort()
1442 private void dispatchOnBeforeFinalizeFilter(List<ListEntry> entries) { in dispatchOnBeforeFinalizeFilter()
1450 private void dispatchOnBeforeRenderList(List<ListEntry> entries) { in dispatchOnBeforeRenderList()
1495 void onRenderList(@NonNull List<ListEntry> entries); in onRenderList()
DListDumper.java42 List<ListEntry> entries, in dumpTree()
91 List<NotificationEntry> entries, in dumpList()
/frameworks/base/packages/SettingsLib/search/src/com/android/settingslib/search/
DSearchIndexableRaw.java49 public String entries; field in SearchIndexableRaw
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal1/
DConvert.java45 Set<Map.Entry<String, String>> entries = map.entrySet(); in stringMapToNative() local
/frameworks/base/telephony/java/android/telephony/ims/
DImsConferenceState.java116 Set<Entry<String, Bundle>> entries = mParticipants.entrySet(); in writeToParcel() local
190 Set<Entry<String, Bundle>> entries = mParticipants.entrySet(); in toString() local
/frameworks/base/core/java/android/content/res/
DThemedResourceCache.java69 final LongSparseArray<WeakReference<T>> entries; in put() local
217 private boolean pruneEntriesLocked(@Nullable LongSparseArray<WeakReference<T>> entries, in pruneEntriesLocked()
/frameworks/base/libs/hwui/
DLayerUpdateQueue.h47 const std::vector<Entry>& entries() const { return mEntries; } in entries() function
/frameworks/base/tools/preload-check/device/src/com/android/preload/check/
DNotInitializedRegex.java42 Enumeration<String> entries = dexFile.entries(); in main() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/pluggable/
DNotifSectioner.java83 public void onEntriesUpdated(List<ListEntry> entries) {} in onEntriesUpdated()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DReceivedPhonebookRecords.java50 List<SimPhonebookRecord> entries) { in ReceivedPhonebookRecords()

123456