Home
last modified time | relevance | path

Searched refs:slotIndex (Results 1 – 25 of 41) sorted by relevance

12

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DNetworkService.java98 public NetworkServiceProvider(int slotIndex) { in NetworkServiceProvider() argument
99 mSlotIndex = slotIndex; in NetworkServiceProvider()
168 final int slotIndex = message.arg1; in handleMessage() local
171 NetworkServiceProvider serviceProvider = mServiceMap.get(slotIndex); in handleMessage()
177 mServiceMap.put(slotIndex, onCreateNetworkServiceProvider(slotIndex)); in handleMessage()
184 mServiceMap.remove(slotIndex); in handleMessage()
279 public void createNetworkServiceProvider(int slotIndex) { in createNetworkServiceProvider() argument
285 public void removeNetworkServiceProvider(int slotIndex) { in removeNetworkServiceProvider() argument
291 public void requestNetworkRegistrationInfo(int slotIndex, int domain, in requestNetworkRegistrationInfo() argument
299 int slotIndex, INetworkServiceCallback callback) { in registerForNetworkRegistrationInfoChanged() argument
[all …]
H A DCellBroadcastService.java83 public abstract void onGsmCellBroadcastSms(int slotIndex, @NonNull byte[] message); in onGsmCellBroadcastSms() argument
106 public abstract void onCdmaScpMessage(int slotIndex, in onCdmaScpMessage() argument
119 public abstract @NonNull CharSequence getCellBroadcastAreaInfo(int slotIndex); in getCellBroadcastAreaInfo() argument
145 public void handleGsmCellBroadcastSms(int slotIndex, byte[] message) { in handleGsmCellBroadcastSms() argument
146 CellBroadcastService.this.onGsmCellBroadcastSms(slotIndex, message); in handleGsmCellBroadcastSms()
157 public void handleCdmaCellBroadcastSms(int slotIndex, byte[] bearerData, in handleCdmaCellBroadcastSms() argument
159 CellBroadcastService.this.onCdmaCellBroadcastSms(slotIndex, bearerData, in handleCdmaCellBroadcastSms()
173 public void handleCdmaScpMessage(int slotIndex, in handleCdmaScpMessage() argument
179 CellBroadcastService.this.onCdmaScpMessage(slotIndex, smsCbProgramData, in handleCdmaScpMessage()
191 public @NonNull CharSequence getCellBroadcastAreaInfo(int slotIndex) { in getCellBroadcastAreaInfo() argument
[all …]
H A DSubscriptionManager.java1661 if (!isValidSlotIndex(slotIndex)) { in getActiveSubscriptionInfoForSimSlotIndex()
2006 if (!isValidSlotIndex(slotIndex)) { in addSubscriptionInfoRecord()
2192 public int[] getSubscriptionIds(int slotIndex) { in getSubscriptionIds() argument
2193 if (!isValidSlotIndex(slotIndex)) { in getSubscriptionIds()
2196 return new int[]{getSubscriptionId(slotIndex)}; in getSubscriptionIds()
2213 public static int[] getSubId(int slotIndex) { in getSubId() argument
2214 if (!isValidSlotIndex(slotIndex)) { in getSubId()
2217 return new int[]{getSubscriptionId(slotIndex)}; in getSubId()
2227 if (!isValidSlotIndex(slotIndex)) { in getSubscriptionId()
2231 return sGetSubIdCache.query(slotIndex); in getSubscriptionId()
[all …]
H A DSmsCbMessage.java223 @Nullable SmsCbCmasInfo cmasWarningInfo, int slotIndex, int subId) { in SmsCbMessage() argument
227 null /* geometries */, System.currentTimeMillis(), slotIndex, subId); in SmsCbMessage()
239 @Nullable List<Geometry> geometries, long receivedTimeMillis, int slotIndex, in SmsCbMessage() argument
255 mSlotIndex = slotIndex; in SmsCbMessage()
640 int slotIndex = cursor.getInt(cursor.getColumnIndexOrThrow(CellBroadcasts.SLOT_INDEX)); in createFromCursor() local
742 receivedTimeMillis, slotIndex, subId); in createFromCursor()
H A DTelephonyManager.java2186 public String getDeviceId(int slotIndex) { in getDeviceId() argument
2253 public String getImei(int slotIndex) { in getImei() argument
2369 public String getMeid(int slotIndex) { in getMeid() argument
3577 int slotIndex = getSlotIndex(); in getSimStateIncludingLoaded() local
3580 if (slotIndex < 0) { in getSimStateIncludingLoaded()
7034 request.slotIndex = slotIndex; in iccOpenLogicalChannelBySlot()
7085 request.slotIndex = slotIndex; in iccOpenLogicalChannelByPort()
7208 request.slotIndex = slotIndex; in iccCloseLogicalChannelBySlot()
7248 request.slotIndex = slotIndex; in iccCloseLogicalChannelByPort()
8012 return slotIndex; in getSlotIndex()
[all …]
H A DICellBroadcastService.aidl41 CharSequence getCellBroadcastAreaInfo(int slotIndex); in getCellBroadcastAreaInfo() argument
/aosp14/frameworks/base/telephony/java/android/telephony/data/
H A DQualifiedNetworksService.java104 public NetworkAvailabilityProvider(int slotIndex) { in NetworkAvailabilityProvider() argument
105 mSlotIndex = slotIndex; in NetworkAvailabilityProvider()
226 final int slotIndex = message.arg1; in handleMessage() local
231 if (mProviders.get(slotIndex) != null) { in handleMessage()
239 mProviders.put(slotIndex, provider); in handleMessage()
245 + slotIndex); in handleMessage()
265 mProviders.remove(slotIndex); in handleMessage()
339 public void createNetworkAvailabilityProvider(int slotIndex, in createNetworkAvailabilityProvider() argument
346 public void removeNetworkAvailabilityProvider(int slotIndex) { in removeNetworkAvailabilityProvider() argument
352 public void reportThrottleStatusChanged(int slotIndex, in reportThrottleStatusChanged() argument
[all …]
H A DDataService.java144 public DataServiceProvider(int slotIndex) { in DataServiceProvider() argument
145 mSlotIndex = slotIndex; in DataServiceProvider()
549 final int slotIndex = message.arg1; in handleMessage() local
556 mServiceMap.put(slotIndex, serviceProvider); in handleMessage()
562 mServiceMap.remove(slotIndex); in handleMessage()
737 public void createDataServiceProvider(int slotIndex) { in createDataServiceProvider() argument
743 public void removeDataServiceProvider(int slotIndex) { in removeDataServiceProvider() argument
811 slotIndex, 0, callback).sendToTarget(); in unregisterForDataCallListChanged()
822 slotIndex, 0, req) in startHandover()
834 slotIndex, 0, req).sendToTarget(); in cancelHandover()
[all …]
H A DThrottleStatus.java155 private ThrottleStatus(int slotIndex, in ThrottleStatus() argument
161 mSlotIndex = slotIndex; in ThrottleStatus()
284 public Builder setSlotIndex(int slotIndex) { in setSlotIndex() argument
285 this.mSlotIndex = slotIndex; in setSlotIndex()
H A DIDataService.aidl47 void registerForUnthrottleApn(int slotIndex, IDataServiceCallback callback); in registerForUnthrottleApn() argument
48 void unregisterForUnthrottleApn(int slotIndex, IDataServiceCallback callback); in unregisterForUnthrottleApn() argument
/aosp14/frameworks/base/core/java/android/telephony/
H A DTelephonyRegistryManager.java445 public void notifySignalStrengthChanged(int slotIndex, int subId, in notifySignalStrengthChanged() argument
521 slotIndex, subId, preciseState); in notifyDataConnectionForSubscriber()
575 public void notifyEmergencyNumberList( int slotIndex, int subId) { in notifyEmergencyNumberList() argument
577 sRegistry.notifyEmergencyNumberList(slotIndex, subId); in notifyEmergencyNumberList()
624 public void notifyRadioPowerStateChanged(int slotIndex, int subId, in notifyRadioPowerStateChanged() argument
670 public void notifyDataActivationStateChanged(int slotIndex, int subId, in notifyDataActivationStateChanged() argument
783 public void notifyPreciseCallState(int slotIndex, int subId, in notifyPreciseCallState() argument
788 sRegistry.notifyPreciseCallState(slotIndex, subId, callStates, in notifyPreciseCallState()
881 public void notifyRegistrationFailed(int slotIndex, int subId, in notifyRegistrationFailed() argument
900 int slotIndex, int subId, @NonNull BarringInfo barringInfo) { in notifyBarringInfoChanged() argument
[all …]
H A DCellBroadcastIntents.java86 int initialCode, int slotIndex) { in sendSmsCbReceivedBroadcast() argument
89 putPhoneIdAndSubIdExtra(context, backgroundIntent, slotIndex); in sendSmsCbReceivedBroadcast()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotationReversionController.java69 void beforeOverrideApplied(int slotIndex) { in beforeOverrideApplied() argument
70 if (mSlots[slotIndex]) return; in beforeOverrideApplied()
72 mSlots[slotIndex] = true; in beforeOverrideApplied()
75 boolean isOverrideActive(int slotIndex) { in isOverrideActive() argument
76 return mSlots[slotIndex]; in isOverrideActive()
107 boolean revertOverride(int slotIndex) { in revertOverride() argument
108 if (!mSlots[slotIndex]) return false; in revertOverride()
109 mSlots[slotIndex] = false; in revertOverride()
/aosp14/frameworks/base/core/java/android/app/timedetector/
H A DTelephonyTimeSuggestion.java80 int slotIndex = in.readInt(); in createFromParcel() local
83 TelephonyTimeSuggestion suggestion = new TelephonyTimeSuggestion.Builder(slotIndex) in createFromParcel()
98 Integer slotIndex = null; in parseCommandLineArg() local
105 slotIndex = Integer.parseInt(cmd.getNextArgRequired()); in parseCommandLineArg()
123 if (slotIndex == null) { in parseCommandLineArg()
134 Builder builder = new Builder(slotIndex) in parseCommandLineArg()
258 public Builder(int slotIndex) { in Builder() argument
259 mSlotIndex = slotIndex; in Builder()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
H A DTimeDetectorStrategyImplTest.java238 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_autoTimeEnabled() local
258 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_emptySuggestionIgnored() local
277 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_systemClockThreshold() local
310 slotIndex, in testSuggestTelephonyTime_systemClockThreshold()
418 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_autoTimeDisabled_suggestionMatchesSystemClock() local
455 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_autoTimeDisabled_suggestionMismatchesSystemClock() local
492 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_autoTimeDisabled_suggestionMismatchesSystemClock2() local
522 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_invalidNitzReferenceTimesIgnored() local
590 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_timeDetectionToggled() local
653 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_maxSuggestionAge() local
[all …]
/aosp14/frameworks/base/core/java/android/app/timezonedetector/
H A DTelephonyTimeZoneSuggestion.java83 int slotIndex, @NonNull String debugInfo) { in createEmptySuggestion() argument
84 return new Builder(slotIndex).addDebugInfo(debugInfo).build(); in createEmptySuggestion()
161 int slotIndex = in.readInt(); in createFromParcel() local
162 TelephonyTimeZoneSuggestion suggestion = new Builder(slotIndex) in createFromParcel()
313 public Builder(int slotIndex) { in Builder() argument
314 mSlotIndex = slotIndex; in Builder()
402 Integer slotIndex = null; in parseCommandLineArg() local
410 slotIndex = Integer.parseInt(cmd.getNextArgRequired()); in parseCommandLineArg()
431 if (slotIndex == null) { in parseCommandLineArg()
435 Builder builder = new Builder(slotIndex); in parseCommandLineArg()
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl405 int getActivePhoneTypeForSlot(int slotIndex); in getActivePhoneTypeForSlot() argument
583 boolean hasIccCardUsingSlotIndex(int slotIndex); in hasIccCardUsingSlotIndex() argument
807 boolean resetModemConfig(int slotIndex); in resetModemConfig() argument
820 boolean rebootModem(int slotIndex); in rebootModem() argument
853 void resetIms(int slotIndex); in resetIms() argument
888 boolean clearCarrierImsServiceOverride(int slotIndex); in clearCarrierImsServiceOverride() argument
1345 String getTypeAllocationCodeForSlot(int slotIndex); in getTypeAllocationCodeForSlot() argument
1363 String getManufacturerCodeForSlot(int slotIndex); in getManufacturerCodeForSlot() argument
1668 void setSimPowerStateForSlot(int slotIndex, int state); in setSimPowerStateForSlot() argument
2153 boolean enableModemForSlot(int slotIndex, boolean enable); in enableModemForSlot() argument
[all …]
H A DISub.aidl60 SubscriptionInfo getActiveSubscriptionInfoForSimSlotIndex(int slotIndex, String callingPackage, in getActiveSubscriptionInfoForSimSlotIndex() argument
125 int addSubInfo(String uniqueId, String displayName, int slotIndex, int subscriptionType); in addSubInfo() argument
239 int getSubId(int slotIndex); in getSubId() argument
270 int getEnabledSubscriptionId(int slotIndex); in getEnabledSubscriptionId() argument
H A DIccLogicalChannelRequest.aidl33 int slotIndex = -1;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/carrier/
H A DShadeCarrierGroupController.java103 int slotIndex = getSlotIndex(indicators.subId);
104 if (slotIndex >= SIM_SLOTS) {
105 Log.w(TAG, "setMobileDataIndicators - slot: " + slotIndex);
108 if (slotIndex == INVALID_SIM_SLOT_INDEX) {
112 mInfos[slotIndex] = new CellSignalState(
242 ShadeCarrier carrier = mCarrierGroups[iconData.slotIndex]; in updateModernMobileIcons()
266 iconData.slotIndex < SIM_SLOTS in processSubIdList()
267 && iconData.slotIndex != INVALID_SIM_SLOT_INDEX in processSubIdList()
561 public final int slotIndex; field in ShadeCarrierGroupController.IconData
563 IconData(int subId, int slotIndex) { in IconData() argument
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconList.java94 int slotIndex = findOrInsertSlot(slotName); in getViewIndex() local
96 for (int i = 0; i < slotIndex; i++) { in getViewIndex()
103 Slot viewItem = mSlots.get(slotIndex); in getViewIndex()
/aosp14/frameworks/base/core/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl86 …void notifyDisplayInfoChanged(int slotIndex, int subId, in TelephonyDisplayInfo telephonyDisplayIn… in notifyDisplayInfoChanged() argument
99 void notifyRegistrationFailed(int slotIndex, int subId, in CellIdentity cellIdentity, in notifyRegistrationFailed() argument
101 void notifyBarringInfoChanged(int slotIndex, int subId, in BarringInfo barringInfo); in notifyBarringInfoChanged() argument
H A DICarrierConfigChangeListener.aidl20 void onCarrierConfigChanged(int slotIndex, int subId, int carrierId, int specificCarrierId); in onCarrierConfigChanged() argument
/aosp14/frameworks/base/services/core/jni/gnss/
H A DAGnssRil.h47 jint slotIndex) = 0;
61 jint slotIndex) override;
/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/
H A DTimeDetectorStrategyImpl.java609 int slotIndex = suggestion.getSlotIndex();
610 TelephonyTimeSuggestion previousSuggestion = mSuggestionBySlotIndex.get(slotIndex);
634 mSuggestionBySlotIndex.put(slotIndex, suggestion);
809 Integer slotIndex = mSuggestionBySlotIndex.keyAt(i);
814 + " slotIndex=" + slotIndex);
1180 public synchronized TelephonyTimeSuggestion getLatestTelephonySuggestion(int slotIndex) {
1181 return mSuggestionBySlotIndex.get(slotIndex);

12