Home
last modified time | relevance | path

Searched defs:history (Results 1 – 25 of 41) 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/virtualizationservice/src/
Dmaintenance.rs309 history: Arc<Mutex<Vec<SkOp>>>, field
384 let history = Arc::new(Mutex::new(Vec::new())); in test_sk_state_batching() localVariable
400 let history = Arc::new(Mutex::new(Vec::new())); in test_sk_state_no_batching() localVariable
409 let history = Arc::new(Mutex::new(Vec::new())); in test_sk_state() localVariable
440 let history = Arc::new(Mutex::new(Vec::new())); in test_sk_state_delete_id() localVariable
470 let history = Arc::new(Mutex::new(Vec::new())); in test_sk_state_reconcile() localVariable
507 let history = Arc::new(Mutex::new(Vec::new())); in test_sk_state_too_many_vms() localVariable
552 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/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DTestableNetworkStatsProviderBinder.kt36 private val history = ArrayTrackRecord<CallbackType>().ReadHead() constant in com.android.testutils.TestableNetworkStatsProviderBinder
DTestableNetworkOfferCallback.kt29 val history = ArrayTrackRecord<CallbackEntry>().newReadHead() constant
DTestableNetworkStatsProviderCbBinder.kt41 private val history = ArrayTrackRecord<CallbackType>().ReadHead() constant in com.android.testutils.TestableNetworkStatsProviderCbBinder
DTestableNetworkStatsProvider.kt48 val history = ArrayTrackRecord<CallbackType>().newReadHead() constant in com.android.testutils.TestableNetworkStatsProvider
DTestableNetworkAgent.kt71 val history = ArrayTrackRecord<CallbackEntry>().newReadHead() constant
/packages/modules/Bluetooth/system/bta/test/
Dbta_gatt_client_test.cc63 std::vector<bluetooth::common::TimestampedEntry<std::string>> history = in TEST_F() local
/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/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/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/media/
DMediaCardPanelViewPagerAdapter.java68 FrameLayout history = holder.itemView.findViewById(R.id.history_list_container); in onBindViewHolder() local
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_log_history.cc84 std::vector<Record> history = history_->Pull(); in Dump() local
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsServiceCacheTest.kt66 val history = ArrayTrackRecord<ExpiredEvent>().newReadHead() in <lambda>() constant
/packages/apps/DocumentsUI/src/com/android/documentsui/queries/
DSearchFragment.java194 final String history = getItem(position); in getView() local
/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_sec_test.cc299 std::vector<common::TimestampedEntry<std::string>> history = in TEST_F() local
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/controlbar/
DControlBarMediaController.java322 protected void handleHistoryButtonClicked(View history) { in handleHistoryButtonClicked()

12