Home
last modified time | relevance | path

Searched defs:history (Results 1 – 25 of 46) sorted by relevance

12

/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStatsCollection.java437 final NetworkStatsHistory history = findOrCreateHistory(ident, uid, set, tag); in recordData() local
447 public void recordHistory(@NonNull Key key, @NonNull NetworkStatsHistory history) { in recordHistory()
529 final NetworkStatsHistory history = new NetworkStatsHistory(in); in read() local
570 final NetworkStatsHistory history = mStats.get(key); in write() local
607 final NetworkStatsHistory history = new NetworkStatsHistory(in); in readLegacyNetwork() local
677 final NetworkStatsHistory history = new NetworkStatsHistory(in); in readLegacyUid() local
732 final NetworkStatsHistory history = mStats.get(key); in removeHistoryBefore() local
770 final NetworkStatsHistory history = mStats.get(key); in dump() local
793 final NetworkStatsHistory history = mStats.get(key); in dumpDebug() local
904 @NonNull NetworkStatsHistory history) { in addEntry()
/packages/modules/Virtualization/android/virtualizationservice/src/
Dmaintenance.rs311 history: Arc<Mutex<Vec<SkOp>>>, field
390 let history = Arc::new(Mutex::new(Vec::new())); in test_sk_state_batching() localVariable
406 let history = Arc::new(Mutex::new(Vec::new())); in test_sk_state_no_batching() localVariable
415 let history = Arc::new(Mutex::new(Vec::new())); in test_sk_state() localVariable
446 let history = Arc::new(Mutex::new(Vec::new())); in test_sk_state_delete_id() localVariable
476 let history = Arc::new(Mutex::new(Vec::new())); in test_sk_state_reconcile() localVariable
513 let history = Arc::new(Mutex::new(Vec::new())); in test_sk_state_too_many_vms() localVariable
558 let history = Arc::new(Mutex::new(Vec::new())); in test_sk_state_reconcile_not_needed() localVariable
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DTestableUsageCallback.kt36 private val history = LinkedBlockingQueue<CallbackType>() constant
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientContactsStorage.java361 public boolean insertIncomingCallHistory(Account account, List<VCardEntry> history) { in insertIncomingCallHistory()
371 public boolean insertOutgoingCallHistory(Account account, List<VCardEntry> history) { in insertOutgoingCallHistory()
381 public boolean insertMissedCallHistory(Account account, List<VCardEntry> history) { in insertMissedCallHistory()
397 private boolean insertCallHistory(Account account, int type, List<VCardEntry> history) { in insertCallHistory()
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DTestableNetworkOfferCallback.kt29 val history = ArrayTrackRecord<CallbackEntry>().newReadHead() constant
DTestableNetworkStatsProviderBinder.kt36 private val history = ArrayTrackRecord<CallbackType>().ReadHead() constant in com.android.testutils.TestableNetworkStatsProviderBinder
DTestableNetworkStatsProviderCbBinder.kt41 private val history = ArrayTrackRecord<CallbackType>().ReadHead() constant
DTestableNetworkStatsProvider.kt48 val history = ArrayTrackRecord<CallbackType>().newReadHead() constant in com.android.testutils.TestableNetworkStatsProvider
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/search/
DSearchSuggestions.kt32 val history: List<SearchSuggestion> = emptyList(), constant in com.android.photopicker.features.search.SearchSuggestions
DSearchViewModel.kt294 val history = mutableListOf<SearchSuggestion>() in <lambda>() constant
/packages/apps/Settings/src/com/android/settings/notification/history/
DHistoryLoader.java52 NotificationHistory history = in load() local
/packages/services/Car/cpp/evs/manager/1.1/stats/
DStatsCollector.h53 std::deque<CameraUsageStatsRecord> history; member
DCameraUsageStats.h115 std::queue<int32_t> history; member
/packages/services/Car/cpp/evs/manager/aidl/stats/include/
DStatsCollector.h50 std::deque<CameraUsageStatsRecord> history; member
DCameraUsageStats.h111 std::queue<int32_t> history; member
/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStatsHistoryTest.java94 final NetworkStatsHistory history = new NetworkStatsHistory(in); in testReadOriginalVersion() local
387 final NetworkStatsHistory history = new NetworkStatsHistory( in testIgnoreFields() local
DNetworkStatsCollectionTest.java345 NetworkStatsHistory history; in testAugmentPlan() local
394 NetworkStatsHistory history; in testAugmentPlan() local
451 NetworkStatsHistory history; in testAugmentPlan() local
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DSearchBot.java83 UiObject history = findSearchHistoryView(); in clickSearchHistory() local
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_main.cc110 std::vector<Record> history = btm_cb.history_->Pull(); in DumpsysBtm() local
/packages/modules/Connectivity/framework/proto/
Dnetstats.proto85 optional NetworkStatsHistoryProto history = 2; field
/packages/modules/Connectivity/tests/unit/java/android/net/netstats/
DNetworkStatsDataMigrationUtilsTest.kt78 for (history in entries.values) { in assertValues() constant
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_log_history.cc82 std::vector<Record> history = history_->Pull(); in Dump() local
/packages/modules/Connectivity/tests/cts/multidevices/snippet/
DWifip2pMultiDevicesSnippet.kt55 val history = ArrayTrackRecord<IntentReceivedEvent>().newReadHead() in <lambda>() constant
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/media/
DMediaCardPanelViewPagerAdapter.java78 FrameLayout history = holder.itemView.findViewById(R.id.history_list_container); in onBindViewHolder() local
/packages/apps/DocumentsUI/src/com/android/documentsui/queries/
DSearchFragment.java194 final String history = getItem(position); in getView() local

12