Home
last modified time | relevance | path

Searched refs:getHistory (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/include/input/
DInputConsumer.h191 const History* getHistory(size_t index) const { in getHistory() function
200 if (!getHistory(0)->hasPointerId(id) || !getHistory(1)->hasPointerId(id)) { in recentCoordinatesAreIdentical()
203 float currentX = getHistory(0)->getPointerById(id).getX(); in recentCoordinatesAreIdentical()
204 float currentY = getHistory(0)->getPointerById(id).getY(); in recentCoordinatesAreIdentical()
205 float previousX = getHistory(1)->getPointerById(id).getX(); in recentCoordinatesAreIdentical()
206 float previousY = getHistory(1)->getPointerById(id).getY(); in recentCoordinatesAreIdentical()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHearingAidStatsLogUtils.java177 LinkedList<Long> hearingAidsConnectedHistory = getHistory(context, in getUserCategory()
181 LinkedList<Long> hearingAidsPairedHistory = getHistory(context, in getUserCategory()
194 LinkedList<Long> hearableDevicesConnectedHistory = getHistory(context, in getUserCategory()
198 LinkedList<Long> hearableDevicesPairedHistory = getHistory(context, in getUserCategory()
252 LinkedList<Long> history = getHistory(context, type); in addToHistory()
272 static synchronized LinkedList<Long> getHistory(Context context, @HistoryType int type) { in getHistory() method in HearingAidStatsLogUtils
/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()
110 LinkedList<Long> history = HearingAidStatsLogUtils.getHistory(mContext, TEST_HISTORY_TYPE); in addCurrentTimeToHistory_skipSameDateData()
124 LinkedList<Long> history = HearingAidStatsLogUtils.getHistory(mContext, TEST_HISTORY_TYPE); in addCurrentTimeToHistory_cleanUpExpiredData()
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/
DServiceEntitlement.java325 public List<String> getHistory() { in getHistory() method in ServiceEntitlement
326 return eapAkaApi.getHistory(); in getHistory()
/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/http/
DHttpClientTest.java269 List<String> history = mHttpClient.getHistory(); in history()
280 history = mHttpClient.getHistory(); in history()
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/http/
DHttpClient.java108 public List<String> getHistory() { in getHistory() method in HttpClient
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
DEapAkaApi.java975 public List<String> getHistory() { in getHistory() method in EapAkaApi
976 return mHttpClient.getHistory(); in getHistory()
/frameworks/native/libs/input/
DInputConsumer.cpp588 const History* current = touchState.getHistory(0); in resampleTouchState()
622 other = touchState.getHistory(1); in resampleTouchState()
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java444 new PowerStatsAggregator(mAggregatedPowerStatsConfig, mStats.getHistory())); in BatteryStatsService()
467 mStats.getHistory()), aggregatedPowerStatsSpanDuration, in createPowerStatsScheduler()
469 mMonotonicClock, () -> mStats.getHistory().getStartTime(), mHandler); in createPowerStatsScheduler()
/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java423 public BatteryStatsHistory getHistory() { in getHistory() method in BatteryStatsImpl
/frameworks/base/services/
Dart-wear-profile22098 HSPLcom/android/server/power/stats/BatteryStatsImpl;->getHistory()Lcom/android/internal/os/BatteryS…