Home
last modified time | relevance | path

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

123456

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
H A DPackageDynamicCodeLoadingTests.java68 Entry[] entries = { in testRecord() local
147 Entry[] entries = { in testClear() local
160 Entry[] entries = { in testRemovePackage_present() 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
250 Entry[] entries = { in testRemoveFile_notPresent() local
261 Entry[] entries = { in testRemoveFile_wrongUser() local
276 Entry[] entries = { in testSyncData() local
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A 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 …]
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
H A 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
/aosp14/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityButtonController.java149 final ArrayMap<AccessibilityButtonCallback, Handler> entries; in dispatchAccessibilityButtonClicked() local
173 final ArrayMap<AccessibilityButtonCallback, Handler> entries; in dispatchAccessibilityButtonAvailabilityChanged() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
H A DOnBeforeFinalizeFilterListener.java33 void onBeforeFinalizeFilter(List<ListEntry> entries); in onBeforeFinalizeFilter()
H A DOnBeforeRenderListListener.java33 void onBeforeRenderList(List<ListEntry> entries); in onBeforeRenderList()
H A DOnBeforeSortListener.java33 void onBeforeSort(List<ListEntry> entries); in onBeforeSort()
H A DOnAfterRenderListListener.java36 void onAfterRenderList( in onAfterRenderList()
/aosp14/frameworks/base/core/java/android/util/jar/
H A 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
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java540 Collection<? extends ListEntry> entries, in filterNotifs()
578 private void groupNotifs(List<ListEntry> entries, List<ListEntry> out) { in groupNotifs()
1024 private Iterable<List<ListEntry>> getSectionSubLists(List<ListEntry> entries) { in getSectionSubLists()
1028 private boolean sortGroupChildren(List<NotificationEntry> entries) { in sortGroupChildren()
1423 private static int countChildren(List<ListEntry> entries) { in countChildren()
1434 private void dispatchOnBeforeTransformGroups(List<ListEntry> entries) { in dispatchOnBeforeTransformGroups()
1442 private void dispatchOnBeforeSort(List<ListEntry> entries) { in dispatchOnBeforeSort()
1450 private void dispatchOnBeforeFinalizeFilter(List<ListEntry> entries) { in dispatchOnBeforeFinalizeFilter()
1458 private void dispatchOnBeforeRenderList(List<ListEntry> entries) { in dispatchOnBeforeRenderList()
1503 void onRenderList(@NonNull List<ListEntry> entries); in onRenderList()
H A DListDumper.java42 List<ListEntry> entries, in dumpTree()
91 List<NotificationEntry> entries, in dumpList()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DCollectionReadyForBuildListener.java32 void onBuildList(Collection<NotificationEntry> entries, String reason); in onBuildList()
/aosp14/frameworks/base/core/tests/coretests/src/android/preference/
H A DListPreferenceTest.java26 String[] entries = { "one", "two", "three" }; in testListPreferenceSummaryFromEntries() local
/aosp14/frameworks/base/core/proto/android/service/
H A Ddropbox.proto33 repeated Entry entries = 1; field
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDeviceStateController.java172 final List<Pair<Consumer<DeviceState>, Executor>> entries = copyDeviceStateCallbacks(); in onDeviceStateReceivedByDisplayManager() local
184 final List<Pair<Consumer<DeviceState>, Executor>> entries = new ArrayList<>(); in copyDeviceStateCallbacks() local
/aosp14/frameworks/base/cmds/idmap2/libidmap2/proto/
H A Dfabricated_v1.proto41 repeated ResourceEntry entries = 2; field
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsConferenceState.java116 Set<Entry<String, Bundle>> entries = mParticipants.entrySet(); in writeToParcel() local
190 Set<Entry<String, Bundle>> entries = mParticipants.entrySet(); in toString() local
/aosp14/frameworks/base/packages/SettingsLib/search/src/com/android/settingslib/search/
H A DSearchIndexableRaw.java49 public String entries; field in SearchIndexableRaw
/aosp14/frameworks/base/services/core/java/com/android/server/broadcastradio/hal1/
H A DConvert.java46 Set<Map.Entry<String, String>> entries = map.entrySet(); in stringMapToNative() local
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_roots.cpp50 std::vector<FstabEntry*> entries; in GetEntriesForPath() local
143 auto entries = GetEntriesForPath(fstab, path); in EnsurePathMounted() local
/aosp14/system/core/storaged/
H A Dstoraged_service.cpp45 void StoragedService::dumpUidRecords(int fd, const vector<uid_record>& entries) { in dumpUidRecords()
62 void StoragedService::dumpUidRecordsDebug(int fd, const vector<uid_record>& entries) { in dumpUidRecordsDebug()
/aosp14/frameworks/base/libs/hwui/
H A DLayerUpdateQueue.h47 const std::vector<Entry>& entries() const { return mEntries; } in entries() function
/aosp14/frameworks/base/tools/preload-check/device/src/com/android/preload/check/
H A DNotInitializedRegex.java42 Enumeration<String> entries = dexFile.entries(); in main() local
/aosp14/frameworks/base/core/java/android/content/res/
H A DThemedResourceCache.java75 final LongSparseArray<WeakReference<T>> entries; in put() local
235 private boolean pruneEntriesLocked(@Nullable LongSparseArray<WeakReference<T>> entries, in pruneEntriesLocked()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/pluggable/
H A DNotifSectioner.java83 public void onEntriesUpdated(List<ListEntry> entries) {} in onEntriesUpdated()

123456