Home
last modified time | relevance | path

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

12

/frameworks/base/core/tests/coretests/src/android/app/
DNotificationHistoryTest.java121 NotificationHistory history = new NotificationHistory(); in testAddNotificationToWrite() local
136 NotificationHistory history = new NotificationHistory(); in testAddNotificationsToWrite() local
166 NotificationHistory history = new NotificationHistory(); in testPoolStringsFromNotifications() local
196 NotificationHistory history = new NotificationHistory(); in testAddPooledStrings() local
227 NotificationHistory history = new NotificationHistory(); in testRemoveNotificationsFromWrite() local
265 NotificationHistory history = new NotificationHistory(); in testRemoveNotificationFromWrite() local
302 NotificationHistory history = new NotificationHistory(); in testRemoveConversationNotificationFromWrite() local
340 NotificationHistory history = new NotificationHistory(); in testRemoveChannelFromWrite() local
382 NotificationHistory history = new NotificationHistory(); in testParceling() local
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/wakeups/
DWakingActivityHistoryTest.java61 final WakingActivityHistory history = new WakingActivityHistory(() -> Long.MAX_VALUE); in recordActivityAppendsUids() local
106 final WakingActivityHistory history = new WakingActivityHistory(() -> Long.MAX_VALUE); in recordActivityDoesNotDeleteExistingUids() local
160 final WakingActivityHistory history = new WakingActivityHistory(() -> Long.MAX_VALUE); in removeBetween() local
248 final WakingActivityHistory history = new WakingActivityHistory(() -> mTestRetention); in deletesActivityPastRetention() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryProtoHelperTest.java82 NotificationHistory history = new NotificationHistory(); in testReadWriteNotifications() local
109 NotificationHistory history = new NotificationHistory(); in testReadWriteNotifications_stringFieldsPersistedEvenIfNoPool() local
135 NotificationHistory history = new NotificationHistory(); in testReadNotificationsWithPkgFilter() local
179 NotificationHistory history = new NotificationHistory(); in testReadNotificationsWithNumberFilter() local
224 NotificationHistory history = new NotificationHistory(); in testReadNotificationsWithNumberFilter_preExistingNotifs() local
272 NotificationHistory history = new NotificationHistory(); in testReadMergeIntoExistingHistory() local
DNotificationHistoryFilterTest.java86 NotificationHistory history = new NotificationHistory(); in testMatchesCountFilter() local
101 NotificationHistory history = new NotificationHistory(); in testMatchesCountFilter_noCountFilter() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
DSignalController.java198 List<ConnectivityState> history = getOrderedHistoryExcludingCurrentState(); in dump() local
216 ArrayList<ConnectivityState> history = new ArrayList<>(); in getOrderedHistoryExcludingCurrentState() local
240 ArrayList<ConnectivityState> history = new ArrayList<>(); in getOrderedHistory() local
249 List<ConnectivityState> history = getOrderedHistory(); in dumpTableData() local
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DHearingAidStatsLogUtilsTest.java99 LinkedList<Long> history = HearingAidStatsLogUtils.getHistory(mContext, TEST_HISTORY_TYPE); in addCurrentTimeToHistory_addNewData() local
110 LinkedList<Long> history = HearingAidStatsLogUtils.getHistory(mContext, TEST_HISTORY_TYPE); in addCurrentTimeToHistory_skipSameDateData() local
124 LinkedList<Long> history = HearingAidStatsLogUtils.getHistory(mContext, TEST_HISTORY_TYPE); in addCurrentTimeToHistory_cleanUpExpiredData() local
/frameworks/base/telephony/java/android/telephony/ims/
DImsSuppServiceNotification.java48 public final String[] history; field in ImsSuppServiceNotification
52 String number, String[] history) { in ImsSuppServiceNotification()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHearingAidStatsLogUtils.java252 LinkedList<Long> history = getHistory(context, type); in addToHistory() local
276 LinkedList<Long> history = convertToHistoryList( in getHistory() local
282 LinkedList<Long> history = convertToHistoryList( in getHistory() local
290 private static void removeRecordsBeforeDay(LinkedList<Long> history, int day) { in removeRecordsBeforeDay()
301 private static String convertToHistoryString(LinkedList<Long> history) { in convertToHistoryString()
/frameworks/av/media/module/codecs/mp3dec/src/
Dpvmp3_imdct_synth.cpp244 int32 * history = overlap + (band * FILTERBANK_BANDS); in pvmp3_imdct_synth() local
335 int32 * history = overlap + (band * FILTERBANK_BANDS); in pvmp3_imdct_synth() local
Dpvmp3_mdct_6.cpp122 void pvmp3_mdct_6(int32 vec[], int32 *history) in pvmp3_mdct_6()
Dpvmp3_mdct_18.cpp133 void pvmp3_mdct_18(int32 vec[], int32 *history, const int32 *window) in pvmp3_mdct_18()
/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/http/
DHttpClientTest.java250 public void history() throws Exception { in history() method in HttpClientTest
269 List<String> history = mHttpClient.getHistory(); in history() local
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodManagerServiceTests.java94 var history = new SoftInputShowHideHistory(); in testSoftInputShowHideHistoryDump_withNulls_doesntThrow() local
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryStatsHistoryTest.java373 private void verifyActiveFile(BatteryStatsHistory history, String file) { in verifyActiveFile()
379 private void verifyFileNames(BatteryStatsHistory history, List<String> fileList) { in verifyFileNames()
392 private void createActiveFile(BatteryStatsHistory history) { in createActiveFile()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
DPromptHistoryImplTest.kt32 private lateinit var history: PromptHistoryImpl variable in com.android.systemui.biometrics.ui.viewmodel.PromptHistoryImplTest
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DSuppServiceNotification.java41 public String[] history; field in SuppServiceNotification
/frameworks/base/services/core/java/com/android/server/power/stats/
DPowerStatsAggregator.java41 BatteryStatsHistory history) { in PowerStatsAggregator()
/frameworks/base/core/java/android/net/netstats/
DNetworkStatsDataMigrationUtils.java293 final NetworkStatsHistory history = readPlatformHistory(in); in readPlatformCollection() local
575 final NetworkStatsHistory history = readPlatformHistory(in); in readLegacyUid() local
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsHistoryIterator.java49 public BatteryStatsHistoryIterator(@NonNull BatteryStatsHistory history, long startTimeMs, in BatteryStatsHistoryIterator()
/frameworks/native/include/input/
DInputConsumer.h171 History history[2]; member
/frameworks/native/services/surfaceflinger/tests/unittests/
DSetFrameRateTest.cpp340 auto& history = mFlinger.mutableScheduler().mutableLayerHistory(); in TEST_P() local
DLayerHistoryIntegrationTest.cpp74 LayerHistory& history() { return mScheduler->mutableLayerHistory(); } in history() function in android::scheduler::LayerHistoryIntegrationTest
75 const LayerHistory& history() const { return mScheduler->mutableLayerHistory(); } in history() function in android::scheduler::LayerHistoryIntegrationTest
/frameworks/base/services/core/java/com/android/server/am/
DBroadcastQueue.java56 @NonNull BroadcastHistory history) { in BroadcastQueue()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsServiceTests.java573 String history = mService.getString(LockPatternUtils.PASSWORD_HISTORY_KEY, "", userId); in checkPasswordHistoryLength() local
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarmManagerService.java531 LongArrayQueue history = mPackageHistory.get(userPackage); in recordAlarmForPackage() local
556 private void snapToWindow(LongArrayQueue history) { in snapToWindow()
563 final LongArrayQueue history = mPackageHistory.get(UserPackage.of(userId, packageName)); in getTotalWakeupsInWindow() local
572 final LongArrayQueue history = mPackageHistory.get(UserPackage.of(userId, packageName)); in getNthLastWakeupForPackage() local
2389 final AppWakeupHistory history; in adjustDeliveryTimeBasedOnBatterySaver() local
2451 final AppWakeupHistory history; in adjustDeliveryTimeBasedOnDeviceIdle() local
5456 final AppWakeupHistory history = ((alarm.flags & FLAG_ALLOW_WHILE_IDLE) != 0) in deliverLocked() local

12