/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | CellBroadcastService.java | 83 public abstract void onGsmCellBroadcastSms(int slotIndex, @NonNull byte[] message); in onGsmCellBroadcastSms() 92 public abstract void onCdmaCellBroadcastSms(int slotIndex, @NonNull byte[] bearerData, in onCdmaCellBroadcastSms() 106 public abstract void onCdmaScpMessage(int slotIndex, in onCdmaScpMessage() 119 public abstract @NonNull CharSequence getCellBroadcastAreaInfo(int slotIndex); in getCellBroadcastAreaInfo() 145 public void handleGsmCellBroadcastSms(int slotIndex, byte[] message) { in handleGsmCellBroadcastSms() 157 public void handleCdmaCellBroadcastSms(int slotIndex, byte[] bearerData, in handleCdmaCellBroadcastSms() 173 public void handleCdmaScpMessage(int slotIndex, in handleCdmaScpMessage() 191 public @NonNull CharSequence getCellBroadcastAreaInfo(int slotIndex) { in getCellBroadcastAreaInfo()
|
H A D | NetworkService.java | 98 public NetworkServiceProvider(int slotIndex) { in NetworkServiceProvider() 168 final int slotIndex = message.arg1; in handleMessage() local 245 public abstract NetworkServiceProvider onCreateNetworkServiceProvider(int slotIndex); in onCreateNetworkServiceProvider() 279 public void createNetworkServiceProvider(int slotIndex) { in createNetworkServiceProvider() 285 public void removeNetworkServiceProvider(int slotIndex) { in removeNetworkServiceProvider() 291 public void requestNetworkRegistrationInfo(int slotIndex, int domain, in requestNetworkRegistrationInfo() 299 int slotIndex, INetworkServiceCallback callback) { in registerForNetworkRegistrationInfoChanged() 306 int slotIndex, INetworkServiceCallback callback) { in unregisterForNetworkRegistrationInfoChanged()
|
H A D | ICellBroadcastService.aidl | 41 CharSequence getCellBroadcastAreaInfo(int slotIndex); in getCellBroadcastAreaInfo()
|
H A D | SmsCbMessage.java | 223 @Nullable SmsCbCmasInfo cmasWarningInfo, int slotIndex, int subId) { in SmsCbMessage() 239 @Nullable List<Geometry> geometries, long receivedTimeMillis, int slotIndex, in SmsCbMessage() 640 int slotIndex = cursor.getInt(cursor.getColumnIndexOrThrow(CellBroadcasts.SLOT_INDEX)); in createFromCursor() local
|
H A D | TelephonyManager.java | 2186 public String getDeviceId(int slotIndex) { in getDeviceId() 2253 public String getImei(int slotIndex) { in getImei() 2284 public String getTypeAllocationCode(int slotIndex) { in getTypeAllocationCode() 2369 public String getMeid(int slotIndex) { in getMeid() 2406 public String getManufacturerCode(int slotIndex) { in getManufacturerCode() 2603 public int getCurrentPhoneTypeForSlot(int slotIndex) { in getCurrentPhoneTypeForSlot() 2911 public String getNetworkCountryIso(int slotIndex) { in getNetworkCountryIso() 3537 public boolean hasIccCard(int slotIndex) { in hasIccCard() 3577 int slotIndex = getSlotIndex(); in getSimStateIncludingLoaded() local 3836 public @SimState int getSimState(int slotIndex) { in getSimState() [all …]
|
H A D | SubscriptionManager.java | 1659 public SubscriptionInfo getActiveSubscriptionInfoForSimSlotIndex(int slotIndex) { in getActiveSubscriptionInfoForSimSlotIndex() 2001 public Uri addSubscriptionInfoRecord(String iccId, int slotIndex) { in addSubscriptionInfoRecord() 2029 int slotIndex, @SubscriptionType int subscriptionType) { in addSubscriptionInfoRecord() 2192 public int[] getSubscriptionIds(int slotIndex) { in getSubscriptionIds() 2213 public static int[] getSubId(int slotIndex) { in getSubId() 2226 public static int getSubscriptionId(int slotIndex) { in getSubscriptionId() 2461 public static boolean isValidSlotIndex(int slotIndex) { in isValidSlotIndex() 3792 public int getEnabledSubscriptionId(int slotIndex) { in getEnabledSubscriptionId()
|
/aosp14/frameworks/base/core/java/android/telephony/ |
H A D | TelephonyRegistryManager.java | 445 public void notifySignalStrengthChanged(int slotIndex, int subId, in notifySignalStrengthChanged() 517 public void notifyDataConnectionForSubscriber(int slotIndex, int subId, in notifyDataConnectionForSubscriber() 559 int slotIndex, int subId, @NonNull MediaQualityStatus status) { in notifyMediaQualityStatusChanged() 575 public void notifyEmergencyNumberList( int slotIndex, int subId) { in notifyEmergencyNumberList() 624 public void notifyRadioPowerStateChanged(int slotIndex, int subId, in notifyRadioPowerStateChanged() 670 public void notifyDataActivationStateChanged(int slotIndex, int subId, in notifyDataActivationStateChanged() 690 public void notifyVoiceActivationStateChanged(int slotIndex, int subId, in notifyVoiceActivationStateChanged() 783 public void notifyPreciseCallState(int slotIndex, int subId, in notifyPreciseCallState() 881 public void notifyRegistrationFailed(int slotIndex, int subId, in notifyRegistrationFailed() 900 int slotIndex, int subId, @NonNull BarringInfo barringInfo) { in notifyBarringInfoChanged() [all …]
|
H A D | CellBroadcastIntents.java | 86 int initialCode, int slotIndex) { in sendSmsCbReceivedBroadcast()
|
/aosp14/frameworks/base/telephony/java/android/telephony/data/ |
H A D | QualifiedNetworksService.java | 104 public NetworkAvailabilityProvider(int slotIndex) { in NetworkAvailabilityProvider() 226 final int slotIndex = message.arg1; in handleMessage() local 308 public abstract NetworkAvailabilityProvider onCreateNetworkAvailabilityProvider(int slotIndex); in onCreateNetworkAvailabilityProvider() 339 public void createNetworkAvailabilityProvider(int slotIndex, in createNetworkAvailabilityProvider() 346 public void removeNetworkAvailabilityProvider(int slotIndex) { in removeNetworkAvailabilityProvider() 352 public void reportThrottleStatusChanged(int slotIndex, in reportThrottleStatusChanged() 359 public void reportEmergencyDataNetworkPreferredTransportChanged(int slotIndex, in reportEmergencyDataNetworkPreferredTransportChanged()
|
H A D | DataService.java | 144 public DataServiceProvider(int slotIndex) { in DataServiceProvider() 549 final int slotIndex = message.arg1; in handleMessage() local 709 public abstract DataServiceProvider onCreateDataServiceProvider(int slotIndex); in onCreateDataServiceProvider() 737 public void createDataServiceProvider(int slotIndex) { in createDataServiceProvider() 743 public void removeDataServiceProvider(int slotIndex) { in removeDataServiceProvider() 762 public void deactivateDataCall(int slotIndex, int cid, int reason, in deactivateDataCall() 778 public void setDataProfile(int slotIndex, List<DataProfile> dps, boolean isRoaming, in setDataProfile() 785 public void requestDataCallList(int slotIndex, IDataServiceCallback callback) { in requestDataCallList() 815 public void startHandover(int slotIndex, int cid, IDataServiceCallback callback) { in startHandover() 827 public void cancelHandover(int slotIndex, int cid, IDataServiceCallback callback) { in cancelHandover() [all …]
|
H A D | IDataService.aidl | 47 void registerForUnthrottleApn(int slotIndex, IDataServiceCallback callback); in registerForUnthrottleApn() 48 void unregisterForUnthrottleApn(int slotIndex, IDataServiceCallback callback); in unregisterForUnthrottleApn()
|
H A D | ThrottleStatus.java | 155 private ThrottleStatus(int slotIndex, in ThrottleStatus() 284 public Builder setSlotIndex(int slotIndex) { in setSlotIndex()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayRotationReversionController.java | 69 void beforeOverrideApplied(int slotIndex) { in beforeOverrideApplied() 75 boolean isOverrideActive(int slotIndex) { in isOverrideActive() 107 boolean revertOverride(int slotIndex) { in revertOverride()
|
/aosp14/frameworks/base/core/java/android/app/timedetector/ |
H A D | TelephonyTimeSuggestion.java | 80 int slotIndex = in.readInt(); in createFromParcel() local 98 Integer slotIndex = null; in parseCommandLineArg() local 258 public Builder(int slotIndex) { in Builder()
|
/aosp14/frameworks/base/core/java/android/app/timezonedetector/ |
H A D | TelephonyTimeZoneSuggestion.java | 83 int slotIndex, @NonNull String debugInfo) { in createEmptySuggestion() 161 int slotIndex = in.readInt(); in createFromParcel() local 313 public Builder(int slotIndex) { in Builder() 402 Integer slotIndex = null; in parseCommandLineArg() local
|
/aosp14/frameworks/base/core/java/com/android/internal/telephony/ |
H A D | ICarrierConfigChangeListener.aidl | 20 void onCarrierConfigChanged(int slotIndex, int subId, int carrierId, int specificCarrierId); in onCarrierConfigChanged()
|
H A D | ITelephonyRegistry.aidl | 86 …void notifyDisplayInfoChanged(int slotIndex, int subId, in TelephonyDisplayInfo telephonyDisplayIn… in notifyDisplayInfoChanged() 99 void notifyRegistrationFailed(int slotIndex, int subId, in CellIdentity cellIdentity, in notifyRegistrationFailed() 101 void notifyBarringInfoChanged(int slotIndex, int subId, in BarringInfo barringInfo); in notifyBarringInfoChanged()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/ |
H A D | TimeDetectorStrategyImplTest.java | 238 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 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 808 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestManualTime_retainsAutoSignal() local [all …]
|
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | ISub.aidl | 60 SubscriptionInfo getActiveSubscriptionInfoForSimSlotIndex(int slotIndex, String callingPackage, in getActiveSubscriptionInfoForSimSlotIndex() 125 int addSubInfo(String uniqueId, String displayName, int slotIndex, int subscriptionType); in addSubInfo() 239 int getSubId(int slotIndex); in getSubId() 270 int getEnabledSubscriptionId(int slotIndex); in getEnabledSubscriptionId()
|
H A D | ITelephony.aidl | 405 int getActivePhoneTypeForSlot(int slotIndex); in getActivePhoneTypeForSlot() 583 boolean hasIccCardUsingSlotIndex(int slotIndex); in hasIccCardUsingSlotIndex() 807 boolean resetModemConfig(int slotIndex); in resetModemConfig() 820 boolean rebootModem(int slotIndex); in rebootModem() 853 void resetIms(int slotIndex); in resetIms() 888 boolean clearCarrierImsServiceOverride(int slotIndex); in clearCarrierImsServiceOverride() 1345 String getTypeAllocationCodeForSlot(int slotIndex); in getTypeAllocationCodeForSlot() 1363 String getManufacturerCodeForSlot(int slotIndex); in getManufacturerCodeForSlot() 1668 void setSimPowerStateForSlot(int slotIndex, int state); in setSimPowerStateForSlot() 2153 boolean enableModemForSlot(int slotIndex, boolean enable); in enableModemForSlot() [all …]
|
/aosp14/frameworks/base/libs/hostgraphics/gui/ |
H A D | BufferItemConsumer.h | 65 void freeBufferLocked(int slotIndex) { } in freeBufferLocked()
|
/aosp14/frameworks/base/telephony/java/android/service/euicc/ |
H A D | EuiccService.java | 596 public DownloadSubscriptionResult onDownloadSubscription(int slotIndex, int portIndex, in onDownloadSubscription() 742 public int onEraseSubscriptions(int slotIndex, @ResetOption int options) { in onEraseSubscriptions() 1029 int slotIndex, @ResetOption int options, IEraseSubscriptionsCallback callback) { in eraseSubscriptionsWithOptions()
|
H A D | IEuiccService.aidl | 59 int slotIndex, int options, in IEraseSubscriptionsCallback callback); in eraseSubscriptionsWithOptions()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/carrier/ |
H A D | ShadeCarrierGroupController.java | 561 public final int slotIndex; field in ShadeCarrierGroupController.IconData 563 IconData(int subId, int slotIndex) { in IconData()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/ |
H A D | TimeZoneDetectorStrategyImplTest.java | 1653 int slotIndex, @MatchType int matchType, @Quality int quality, String zoneId) { in createTelephonySuggestion() 1959 Script verifyLatestTelephonySuggestionReceived(int slotIndex, in verifyLatestTelephonySuggestionReceived() 1966 Script verifyLatestQualifiedTelephonySuggestionReceived(int slotIndex, in verifyLatestQualifiedTelephonySuggestionReceived() 1990 private TelephonyTimeZoneSuggestion createSuggestion(int slotIndex, String zoneId) { in createSuggestion()
|