Home
last modified time | relevance | path

Searched refs:getSlotCount (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DPinStorage.java311 int numSlots = getSlotCount(); in prepareUnattendedReboot()
427 int slotCount = getSlotCount(); in onDeviceReady()
480 int slotCount = getSlotCount(); in onTimerExpiration()
632 int slotCount = getSlotCount(); in loadPinInformation()
852 int slotCount = getSlotCount(); in cleanRamStorage()
876 int slotCount = getSlotCount(); in verifyPendingPins()
915 private int getSlotCount() { in getSlotCount() method in PinStorage
959 return slotId >= 0 && slotId < getSlotCount(); in validateSlotId()
1224 int slotCount = getSlotCount(); in dump()
/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DMultiTouchMotionAccumulator.h83 inline size_t getSlotCount() const { return mSlots.size(); } in getSlotCount() function
/frameworks/native/services/inputflinger/reader/mapper/gestures/
DHardwareStateConverter.cpp85 for (size_t i = 0; i < mMotionAccumulator.getSlotCount(); i++) { in produceHardwareState()
/frameworks/native/services/inputflinger/reader/mapper/
DMultiTouchInputMapper.cpp65 size_t inCount = mMultiTouchMotionAccumulator.getSlotCount(); in syncTouch()
DCapturedTouchpadEventConverter.cpp187 for (size_t i = 0; i < mMotionAccumulator.getSlotCount(); i++) { in sync()
DTouchpadInputMapper.cpp438 for (size_t i = 0; i < mMotionAccumulator.getSlotCount(); i++) { in updatePalmDetectionMetrics()