Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/worker/
DDeviceCheckInHelper.java125 final int totalSlotCount = mTelephonyManager.getActiveModemCount(); in getDeviceAvailableUniqueIds() local
126 final int maximumIdCount = TOTAL_DEVICE_ID_TYPES * totalSlotCount; in getDeviceAvailableUniqueIds()
130 for (int i = 0; i < totalSlotCount; i++) { in getDeviceAvailableUniqueIds()