Home
last modified time | relevance | path

Searched refs:mSlotIndex (Results 1 – 25 of 33) sorted by relevance

12

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/atoms/
DAtomsQnsHandoverPingPongInfo.java39 private int mSlotIndex; field in AtomsQnsHandoverPingPongInfo
54 mSlotIndex = slotIndex; in AtomsQnsHandoverPingPongInfo()
65 mSlotIndex = info.mSlotIndex; in AtomsQnsHandoverPingPongInfo()
77 builder.writeInt(mSlotIndex); // atom #3 in build()
94 return mCarrierId + "_" + mSlotIndex; in getDimension()
124 return mSlotIndex; in getSlotIndex()
128 mSlotIndex = slotIndex; in setSlotIndex()
139 + mSlotIndex in toString()
150 && mSlotIndex == that.mSlotIndex; in equals()
155 return Objects.hash(mCountHandoverPingPong, mCarrierId, mSlotIndex); in hashCode()
DAtomsQnsHandoverTimeMillisInfo.java36 private int mSlotIndex; field in AtomsQnsHandoverTimeMillisInfo
49 mSlotIndex = slotIndex; in AtomsQnsHandoverTimeMillisInfo()
59 mSlotIndex = info.mSlotIndex; in AtomsQnsHandoverTimeMillisInfo()
70 builder.writeInt(mSlotIndex); // atom #2 in build()
87 return Integer.toString(mSlotIndex); in getDimension()
109 return mSlotIndex; in getSlotIndex()
113 mSlotIndex = slotIndex; in setSlotIndex()
126 return mTimeForHoSuccess == that.mTimeForHoSuccess && mSlotIndex == that.mSlotIndex; in equals()
131 return Objects.hash(mTimeForHoSuccess, mSlotIndex); in hashCode()
DAtomsQnsRatPreferenceMismatchInfo.java45 private int mSlotIndex; field in AtomsQnsRatPreferenceMismatchInfo
69 mSlotIndex = slotIndex; in AtomsQnsRatPreferenceMismatchInfo()
82 mSlotIndex = info.mSlotIndex; in AtomsQnsRatPreferenceMismatchInfo()
96 builder.writeInt(mSlotIndex); // atom #5 in build()
113 return mNetCapability + "_" + mCarrierId + "_" + mSlotIndex; in getDimension()
160 return mSlotIndex; in getSlotIndex()
164 mSlotIndex = slotIndex; in setSlotIndex()
179 + mSlotIndex in toString()
192 && mSlotIndex == that.mSlotIndex; in equals()
198 mNetCapability, mHandoverFailCount, mDurationOfMismatch, mCarrierId, mSlotIndex); in hashCode()
DAtomsQnsFallbackRestrictionChangedInfo.java45 private int mSlotIndex; field in AtomsQnsFallbackRestrictionChangedInfo
76 mSlotIndex = slotIndex; in AtomsQnsFallbackRestrictionChangedInfo()
90 mSlotIndex = info.mSlotIndex; in AtomsQnsFallbackRestrictionChangedInfo()
105 builder.writeInt(mSlotIndex); // atom #6 in build()
165 return mSlotIndex; in getSlotIndex()
169 mSlotIndex = slotIndex; in setSlotIndex()
186 + mSlotIndex in toString()
204 && mSlotIndex == that.mSlotIndex; in equals()
215 mSlotIndex); in hashCode()
DAtomsQnsImsCallDropStats.java51 private int mSlotIndex; field in AtomsQnsImsCallDropStats
73 builder.writeInt(mSlotIndex); // atom #8 in build()
119 mSlotIndex = slotIndex; in AtomsQnsImsCallDropStats()
136 mSlotIndex = info.mSlotIndex; in AtomsQnsImsCallDropStats()
197 return mSlotIndex; in getSlotIndex()
201 mSlotIndex = slotIndex; in setSlotIndex()
230 + mSlotIndex in toString()
248 && mSlotIndex == that.mSlotIndex in equals()
262 mSlotIndex, in hashCode()
DAtomsQualifiedRatListChangedInfo.java64 private int mSlotIndex; field in AtomsQualifiedRatListChangedInfo
129 mSlotIndex = slotIndex; in AtomsQualifiedRatListChangedInfo()
155 mSlotIndex = info.mSlotIndex; in AtomsQualifiedRatListChangedInfo()
182 builder.writeInt(mSlotIndex); // atom #18 in build()
334 return mSlotIndex; in getSlotIndex()
338 mSlotIndex = slotIndex; in setSlotIndex()
379 + mSlotIndex in toString()
405 && mSlotIndex == that.mSlotIndex; in equals()
428 mSlotIndex); in hashCode()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DCellularQualityMonitorTest.java73 int mSlotIndex = 0; field in CellularQualityMonitorTest
105 mSlotIndex); in setUp()
215 mThresholdListener, mApnType1, mTh1, mSlotIndex); in testRegisterThresholdChange()
221 mThresholdListener, mApnType2, mTh2, mSlotIndex); in testRegisterThresholdChange()
227 mCellularQualityMonitor.getKey(mApnType1, mSlotIndex))); in testRegisterThresholdChange()
230 mCellularQualityMonitor.getKey(mApnType2, mSlotIndex))); in testRegisterThresholdChange()
236 .get(mCellularQualityMonitor.getKey(mApnType1, mSlotIndex)) in testRegisterThresholdChange()
242 .get(mCellularQualityMonitor.getKey(mApnType2, mSlotIndex)) in testRegisterThresholdChange()
252 mCellularQualityMonitor.unregisterThresholdChange(mApnType1, mSlotIndex); in testUnregisterThresholdChange()
257 mCellularQualityMonitor.getKey(mApnType2, mSlotIndex))); in testUnregisterThresholdChange()
[all …]
DQualifiedNetworksServiceImplTest.java55 private int mSlotIndex = 0; field in QualifiedNetworksServiceImplTest
74 mSlotIndex); in onLooperPrepared()
114 mQualifiedNetworksService.mQnsComponents = new TestQnsComponents(mSlotIndex); in setUp()
139 mSlotIndex = 0; in testNetworkAvailabilityProviderLifeCycle()
149 mSlotIndex = 0; in testNetworkAvailabilityProviderLifeCycle()
150 mQualifiedNetworksService.mQnsComponents = new TestQnsComponents(mSlotIndex); in testNetworkAvailabilityProviderLifeCycle()
157 mSlotIndex = 3; in testNetworkAvailabilityProviderLifeCycle()
158 mQualifiedNetworksService.mQnsComponents = new TestQnsComponents(mSlotIndex); in testNetworkAvailabilityProviderLifeCycle()
221 buildThrottle(mSlotIndex, ApnSetting.TYPE_IMS, timer); in testReportThrottle_Enable()
229 buildThrottle(mSlotIndex, ApnSetting.TYPE_IMS, -1); in testReportThrottle_Disable()
[all …]
DQnsProvisioningListenerTest.java56 private final int mSlotIndex = 0; field in QnsProvisioningListenerTest
79 new QnsProvisioningListener(sMockContext, mMockQnsImsManager, mSlotIndex); in setUp()
94 .when(ProvisioningManager.createForSubscriptionId(mSlotIndex)) in mockStatics()
96 lenient().when(QnsUtils.getSubId(sMockContext, mSlotIndex)).thenReturn(mSlotIndex); in mockStatics()
97 lenient().when(SubscriptionManager.isValidSubscriptionId(mSlotIndex)).thenReturn(true); in mockStatics()
DAccessNetworkEvaluatorTest.java103 private int mSlotIndex = 0; field in AccessNetworkEvaluatorTest
147 mQnsComponents[mSlotIndex], in setUp()
151 mSlotIndex); in setUp()
682 mQnsComponents[mSlotIndex], in testReportQualifiedNetwork_WithListAndCellularLimtedCaseSet_NonIms()
686 mSlotIndex); in testReportQualifiedNetwork_WithListAndCellularLimtedCaseSet_NonIms()
786 mQnsComponents[mSlotIndex], in testUseDifferentApnOverIwlan()
790 mSlotIndex); in testUseDifferentApnOverIwlan()
823 mQnsComponents[mSlotIndex], in testRatPreferenceWifiWhenNoCellularHandoverDisallowedButMoveToCellular()
827 mSlotIndex); in testRatPreferenceWifiWhenNoCellularHandoverDisallowedButMoveToCellular()
1009 mQnsComponents[mSlotIndex], in testOnEmergencyPreferredTransportTypeChanged()
[all …]
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/atoms/
DAtomsQnsRatPreferenceMismatchInfoTest.java66 private int mSlotIndex; field in AtomsQnsRatPreferenceMismatchInfoTest
75 mSlotIndex = 0; in setUp()
83 mSlotIndex); in setUp()
201 QnsProtoEnums.NET_CAPABILITY_IMS, 0, 0, mCarrierId, mSlotIndex); in testHashCode()
204 QnsProtoEnums.NET_CAPABILITY_MMS, 0, 0, mCarrierId, mSlotIndex); in testHashCode()
213 mSlotIndex); in testHashCode()
220 mSlotIndex); in testHashCode()
230 mNetCapability, mHandoverFailCount, mDurationOfMismatch, 1, mSlotIndex); in testDimension()
233 mNetCapability, mHandoverFailCount, mDurationOfMismatch, 3, mSlotIndex); in testDimension()
244 a1 = new AtomsQnsRatPreferenceMismatchInfo(9, 0, 100, mCarrierId, mSlotIndex); in testDimension()
[all …]
DAtomsQnsHandoverPingPongInfoTest.java57 private int mSlotIndex; field in AtomsQnsHandoverPingPongInfoTest
64 mSlotIndex = 0; in setUp()
67 new AtomsQnsHandoverPingPongInfo(mCountHandoverPingPong, mCarrierId, mSlotIndex); in setUp()
157 a1 = new AtomsQnsHandoverPingPongInfo(mCountHandoverPingPong, mCarrierId, mSlotIndex); in testHashCode()
158 a2 = new AtomsQnsHandoverPingPongInfo(mCountHandoverPingPong, mCarrierId, mSlotIndex); in testHashCode()
166 a1 = new AtomsQnsHandoverPingPongInfo(mCountHandoverPingPong, 3, mSlotIndex); in testDimension()
167 a2 = new AtomsQnsHandoverPingPongInfo(mCountHandoverPingPong, 1, mSlotIndex); in testDimension()
174 a1 = new AtomsQnsHandoverPingPongInfo(1, mCarrierId, mSlotIndex); in testDimension()
175 a2 = new AtomsQnsHandoverPingPongInfo(2, mCarrierId, mSlotIndex); in testDimension()
DAtomsQnsFallbackRestrictionChangedInfoTest.java71 private int mSlotIndex; field in AtomsQnsFallbackRestrictionChangedInfoTest
81 mSlotIndex = 0; in setUp()
90 mSlotIndex); in setUp()
223 true, true, false, false, mCarrierId, mSlotIndex); in testHashCode()
226 false, false, false, false, mCarrierId, mSlotIndex); in testHashCode()
236 mSlotIndex); in testHashCode()
244 mSlotIndex); in testHashCode()
DAtomsQnsHandoverTimeMillisInfoTest.java53 private int mSlotIndex; field in AtomsQnsHandoverTimeMillisInfoTest
59 mSlotIndex = 0; in setUp()
61 mInfoDefault = new AtomsQnsHandoverTimeMillisInfo(mTimeForHoSuccess, mSlotIndex); in setUp()
136 a1 = new AtomsQnsHandoverTimeMillisInfo(mTimeForHoSuccess, mSlotIndex); in testHashCode()
137 a2 = new AtomsQnsHandoverTimeMillisInfo(mTimeForHoSuccess, mSlotIndex); in testHashCode()
DAtomsQnsImsCallDropStatsTest.java80 private int mSlotIndex; field in AtomsQnsImsCallDropStatsTest
95 mSlotIndex = 0; in setUp()
108 mSlotIndex, in setUp()
323 mSlotIndex, in testHashCode()
334 mSlotIndex, in testHashCode()
DAtomsQualifiedRatListChangedInfoTest.java103 private int mSlotIndex; field in AtomsQualifiedRatListChangedInfoTest
125 mSlotIndex = 0; in setUp()
146 mSlotIndex); in setUp()
476 mSlotIndex); in testHashCode()
496 mSlotIndex); in testHashCode()
517 mSlotIndex); in testHashCode()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DAccessNetworkEvaluator.java72 protected final int mSlotIndex; field in AccessNetworkEvaluator
129 mSlotIndex = slotIndex; in AccessNetworkEvaluator()
136 + mSlotIndex in AccessNetworkEvaluator()
150 mConfigManager = mQnsComponents.getQnsCarrierConfigManager(mSlotIndex); in AccessNetworkEvaluator()
151 mCallStatusTracker = mQnsComponents.getQnsCallStatusTracker(mSlotIndex); in AccessNetworkEvaluator()
152 mQnsProvisioningListener = mQnsComponents.getQnsProvisioningListener(mSlotIndex); in AccessNetworkEvaluator()
156 mQnsComponents.getQnsTelephonyListener(mSlotIndex), in AccessNetworkEvaluator()
158 mSlotIndex, in AccessNetworkEvaluator()
160 mQnsImsManager = mQnsComponents.getQnsImsManager(mSlotIndex); in AccessNetworkEvaluator()
161 mWifiBackhaulMonitor = mQnsComponents.getWifiBackhaulMonitor(mSlotIndex); in AccessNetworkEvaluator()
[all …]
DQualifiedNetworksServiceImpl.java152 private final int mSlotIndex; field in QualifiedNetworksServiceImpl.NetworkAvailabilityProviderImpl
171 mSlotIndex = slotIndex; in NetworkAvailabilityProviderImpl()
172 mConfigHandler = new NapHandler(mHandlerThreadMap.get(mSlotIndex).getLooper()); in NetworkAvailabilityProviderImpl()
205 mQnsComponents.createQnsComponents(mSlotIndex); in initNetworkAvailabilityProvider()
206 mConfigManager = mQnsComponents.getQnsCarrierConfigManager(mSlotIndex); in initNetworkAvailabilityProvider()
235 new AccessNetworkEvaluator(mQnsComponents, netCapability, mSlotIndex); in onConfigurationLoaded()
318 mQnsComponents.closeComponents(mSlotIndex); in onClose()
335 pw.println(prefix + "NetworkAvailabilityProviderImpl[" + mSlotIndex + "]:"); in dump()
340 QnsTelephonyListener tl = mQnsComponents.getQnsTelephonyListener(mSlotIndex); in dump()
344 CellularQualityMonitor cQM = mQnsComponents.getCellularQualityMonitor(mSlotIndex); in dump()
DCellularNetworkStatusTracker.java29 private final int mSlotIndex; field in CellularNetworkStatusTracker
39 mSlotIndex = slotIndex; in CellularNetworkStatusTracker()
45 + mSlotIndex; in CellularNetworkStatusTracker()
DIwlanNetworkStatusTracker.java97 private final int mSlotIndex; field in IwlanNetworkStatusTracker.IwlanEventHandler
101 mSlotIndex = slotId; in IwlanEventHandler()
107 mQnsEventDispatchers.get(mSlotIndex).registerEvent(events, this); in IwlanEventHandler()
109 .get(mSlotIndex) in IwlanEventHandler()
119 onCrossSimEnabledEvent(true, mSlotIndex); in handleMessage()
122 onCrossSimEnabledEvent(false, mSlotIndex); in handleMessage()
133 onIwlanServiceStateChanged(mSlotIndex, isRegistered); in handleMessage()
DQnsProvisioningListener.java45 private final int mSlotIndex; field in QnsProvisioningListener
56 mSlotIndex = slotIndex; in QnsProvisioningListener()
57 mLogTag = QnsProvisioningListener.class.getSimpleName() + "_" + mSlotIndex; in QnsProvisioningListener()
88 int subId = QnsUtils.getSubId(mContext, mSlotIndex); in registerProvisioningCallback()
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbTwoWayMeasurement.java35 public int mSlotIndex; field in UwbTwoWayMeasurement
57 this.mSlotIndex = slotIndex; in UwbTwoWayMeasurement()
116 return mSlotIndex; in getSlotIndex()
161 + ", SlotIndex = 0x" + UwbUtil.toHexString(mSlotIndex) in toString()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumSetSlidingWindow.java422 private final int mSlotIndex; field in AlbumSetSlidingWindow.AlbumCoverLoader
425 mSlotIndex = slotIndex; in AlbumCoverLoader()
445 AlbumSetEntry entry = mData[mSlotIndex % mData.length]; in updateEntry()
450 if (isActiveSlot(mSlotIndex)) { in updateEntry()
480 private final int mSlotIndex; field in AlbumSetSlidingWindow.AlbumLabelLoader
487 mSlotIndex = slotIndex; in AlbumLabelLoader()
509 AlbumSetEntry entry = mData[mSlotIndex % mData.length]; in updateEntry()
514 if (isActiveSlot(mSlotIndex)) { in updateEntry()
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DCdmaServiceCategoryProgramHandler.java89 int mSlotIndex; field in CdmaServiceCategoryProgramHandler.CdmaScpMessage
96 mSlotIndex = slotIndex; in CdmaScpMessage()
118 cdmaScpMessage.mOriginatingAddress, cdmaScpMessage.mSlotIndex, in handleSmsMessage()
/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/
DSimStatusDialogController.java107 mSubscriptionInfo = getPhoneSubscriptionInfo(mSlotIndex);
115 private final int mSlotIndex; field in SimStatusDialogController
133 == mSlotIndex) {
182 mSlotIndex = slotId; in SimStatusDialogController()
341 cellBroadcastService.getCellBroadcastAreaInfo(mSlotIndex)); in updateAreaInfoText()
546 owner, mSlotIndex, (simStatusDialogInfo) -> { in collectSimStatusDialogInfo()

12