/packages/modules/Connectivity/framework-t/src/android/net/ |
D | NetworkStatsCollection.java | 437 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/ |
D | maintenance.rs | 309 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/ |
D | TestableUsageCallback.kt | 36 private val history = LinkedBlockingQueue<CallbackType>() constant
|
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/ |
D | TestableNetworkStatsProviderBinder.kt | 36 private val history = ArrayTrackRecord<CallbackType>().ReadHead() constant in com.android.testutils.TestableNetworkStatsProviderBinder
|
D | TestableNetworkOfferCallback.kt | 29 val history = ArrayTrackRecord<CallbackEntry>().newReadHead() constant
|
D | TestableNetworkStatsProviderCbBinder.kt | 41 private val history = ArrayTrackRecord<CallbackType>().ReadHead() constant in com.android.testutils.TestableNetworkStatsProviderCbBinder
|
D | TestableNetworkStatsProvider.kt | 48 val history = ArrayTrackRecord<CallbackType>().newReadHead() constant in com.android.testutils.TestableNetworkStatsProvider
|
D | TestableNetworkAgent.kt | 71 val history = ArrayTrackRecord<CallbackEntry>().newReadHead() constant
|
/packages/modules/Bluetooth/system/bta/test/ |
D | bta_gatt_client_test.cc | 63 std::vector<bluetooth::common::TimestampedEntry<std::string>> history = in TEST_F() local
|
/packages/apps/Settings/src/com/android/settings/notification/history/ |
D | HistoryLoader.java | 52 NotificationHistory history = in load() local
|
/packages/services/Car/cpp/evs/manager/1.1/stats/ |
D | StatsCollector.h | 53 std::deque<CameraUsageStatsRecord> history; member
|
D | CameraUsageStats.h | 115 std::queue<int32_t> history; member
|
/packages/services/Car/cpp/evs/manager/aidl/stats/include/ |
D | StatsCollector.h | 50 std::deque<CameraUsageStatsRecord> history; member
|
D | CameraUsageStats.h | 111 std::queue<int32_t> history; member
|
/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | NetworkStatsHistoryTest.java | 94 final NetworkStatsHistory history = new NetworkStatsHistory(in); in testReadOriginalVersion() local 387 final NetworkStatsHistory history = new NetworkStatsHistory( in testIgnoreFields() local
|
D | NetworkStatsCollectionTest.java | 345 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/ |
D | SearchBot.java | 83 UiObject history = findSearchHistoryView(); in clickSearchHistory() local
|
/packages/modules/Connectivity/framework/proto/ |
D | netstats.proto | 85 optional NetworkStatsHistoryProto history = 2; field
|
/packages/modules/Connectivity/tests/unit/java/android/net/netstats/ |
D | NetworkStatsDataMigrationUtilsTest.kt | 78 for (history in entries.values) { in assertValues() constant
|
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/media/ |
D | MediaCardPanelViewPagerAdapter.java | 68 FrameLayout history = holder.itemView.findViewById(R.id.history_list_container); in onBindViewHolder() local
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_log_history.cc | 84 std::vector<Record> history = history_->Pull(); in Dump() local
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/ |
D | MdnsServiceCacheTest.kt | 66 val history = ArrayTrackRecord<ExpiredEvent>().newReadHead() in <lambda>() constant
|
/packages/apps/DocumentsUI/src/com/android/documentsui/queries/ |
D | SearchFragment.java | 194 final String history = getItem(position); in getView() local
|
/packages/modules/Bluetooth/system/stack/test/btm/ |
D | stack_btm_sec_test.cc | 299 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/ |
D | ControlBarMediaController.java | 322 protected void handleHistoryButtonClicked(View history) { in handleHistoryButtonClicked()
|