/frameworks/base/telephony/java/android/telephony/ |
D | CellBroadcastService.java | 85 public abstract void onGsmCellBroadcastSms(int slotIndex, @NonNull byte[] message); in onGsmCellBroadcastSms() 97 public void onCdmaCellBroadcastSms(int slotIndex, @NonNull byte[] bearerData, in onCdmaCellBroadcastSms() 114 public void onCdmaScpMessage(int slotIndex, in onCdmaScpMessage() 127 public abstract @NonNull CharSequence getCellBroadcastAreaInfo(int slotIndex); in getCellBroadcastAreaInfo() 153 public void handleGsmCellBroadcastSms(int slotIndex, byte[] message) { in handleGsmCellBroadcastSms() 165 public void handleCdmaCellBroadcastSms(int slotIndex, byte[] bearerData, in handleCdmaCellBroadcastSms() 181 public void handleCdmaScpMessage(int slotIndex, in handleCdmaScpMessage() 199 public @NonNull CharSequence getCellBroadcastAreaInfo(int slotIndex) { in getCellBroadcastAreaInfo()
|
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()
|
D | ICellBroadcastService.aidl | 41 CharSequence getCellBroadcastAreaInfo(int slotIndex); in getCellBroadcastAreaInfo()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | KeepaliveTracker.java | 83 public int slotIndex; field in KeepaliveTracker.KeepaliveRecord 95 KeepaliveRecord(int slotIndex, @KeepaliveStatusCode int status) { in KeepaliveRecord() 135 int slotIndex; in handleMessage() local 195 private void onStartSocketKeepaliveRequested(int slotIndex, @NonNull Duration interval, in onStartSocketKeepaliveRequested() 226 private void onStopSocketKeepaliveRequested(int slotIndex) { in onStopSocketKeepaliveRequested() 248 private int getHandleForSlot(int slotIndex) { in getHandleForSlot() 277 private void onSocketKeepaliveStarted(int slotIndex, @NonNull KeepaliveStatus ks) { in onSocketKeepaliveStarted()
|
/frameworks/base/core/java/android/telephony/ |
D | TelephonyRegistryManager.java | 394 public void notifyCallStateChanged(int slotIndex, int subId, @CallState int state, in notifyCallStateChanged() 459 public void notifyServiceStateChanged(int slotIndex, int subId, @NonNull ServiceState state) { in notifyServiceStateChanged() 477 public void notifySignalStrengthChanged(int slotIndex, int subId, in notifySignalStrengthChanged() 498 public void notifyMessageWaitingChanged(int slotIndex, int subId, boolean msgWaitingInd) { in notifyMessageWaitingChanged() 551 public void notifyDataActivityChanged(int slotIndex, int subId, in notifyDataActivityChanged() 573 public void notifyDataConnectionForSubscriber(int slotIndex, int subId, in notifyDataConnectionForSubscriber() 594 public void notifyCallQualityChanged(int slotIndex, int subId, @NonNull CallQuality callQuality, in notifyCallQualityChanged() 617 int slotIndex, int subId, @NonNull MediaQualityStatus status) { in notifyMediaQualityStatusChanged() 634 public void notifyEmergencyNumberList( int slotIndex, int subId) { in notifyEmergencyNumberList() 690 public void notifyRadioPowerStateChanged(int slotIndex, int subId, in notifyRadioPowerStateChanged() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccSlotTest.java | 378 int slotIndex = 0; in testUpdateAbsentState() local 424 int slotIndex = 0; in testUiccSlotCreateAndDispose() local 449 int slotIndex = 0; in testUiccSlotBroadcastAbsent() local 478 int slotIndex = 0; in testNotRemovable() local 494 int slotIndex = 0; in testIsRemovable() local 569 int slotIndex = 0; in testSimStateUnknown() local
|
/frameworks/base/telephony/java/android/telephony/data/ |
D | QualifiedNetworksService.java | 120 public NetworkAvailabilityProvider(int slotIndex) { in NetworkAvailabilityProvider() 343 final int slotIndex = message.arg1; in handleMessage() local 435 public abstract NetworkAvailabilityProvider onCreateNetworkAvailabilityProvider(int slotIndex); in onCreateNetworkAvailabilityProvider() 466 public void createNetworkAvailabilityProvider(int slotIndex, in createNetworkAvailabilityProvider() 473 public void removeNetworkAvailabilityProvider(int slotIndex) { in removeNetworkAvailabilityProvider() 479 public void reportThrottleStatusChanged(int slotIndex, in reportThrottleStatusChanged() 486 public void reportEmergencyDataNetworkPreferredTransportChanged(int slotIndex, in reportEmergencyDataNetworkPreferredTransportChanged()
|
D | DataService.java | 153 public DataServiceProvider(int slotIndex) { in DataServiceProvider() 605 final int slotIndex = message.arg1; in handleMessage() local 775 public abstract DataServiceProvider onCreateDataServiceProvider(int slotIndex); in onCreateDataServiceProvider() 803 public void createDataServiceProvider(int slotIndex) { in createDataServiceProvider() 809 public void removeDataServiceProvider(int slotIndex) { in removeDataServiceProvider() 815 public void setupDataCall(int slotIndex, int accessNetworkType, DataProfile dataProfile, in setupDataCall() 828 public void deactivateDataCall(int slotIndex, int cid, int reason, in deactivateDataCall() 836 public void setInitialAttachApn(int slotIndex, DataProfile dataProfile, boolean isRoaming, in setInitialAttachApn() 844 public void setDataProfile(int slotIndex, List<DataProfile> dps, boolean isRoaming, in setDataProfile() 851 public void requestDataCallList(int slotIndex, IDataServiceCallback callback) { in requestDataCallList() [all …]
|
D | IDataService.aidl | 49 void registerForUnthrottleApn(int slotIndex, IDataServiceCallback callback); in registerForUnthrottleApn() 50 void unregisterForUnthrottleApn(int slotIndex, IDataServiceCallback callback); in unregisterForUnthrottleApn()
|
D | ThrottleStatus.java | 159 private ThrottleStatus(int slotIndex, in ThrottleStatus() 288 public Builder setSlotIndex(int slotIndex) { in setSlotIndex()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/nitz/ |
D | TimeZoneSuggesterImpl.java | 57 public TelephonyTimeZoneSuggestion getTimeZoneSuggestion(int slotIndex, in getTimeZoneSuggestion() 138 int slotIndex, @NonNull NitzSignal nitzSignal) { in findTimeZoneForTestNetwork() 168 int slotIndex, @NonNull String countryIsoCode, in findTimeZoneFromCountryAndNitz() 241 int slotIndex, @NonNull String countryIsoCode, long whenMillis) { in findTimeZoneFromNetworkCountryCode()
|
D | NitzStateMachineImpl.java | 93 int slotIndex, @Nullable String countryIsoCode, in getTimeZoneSuggestion() 145 int slotIndex = phone.getPhoneId(); in createInstance() local 162 public NitzStateMachineImpl(int slotIndex, in NitzStateMachineImpl()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayRotationReversionController.java | 69 void beforeOverrideApplied(int slotIndex) { in beforeOverrideApplied() 75 boolean isOverrideActive(int slotIndex) { in isOverrideActive() 107 boolean revertOverride(int slotIndex) { in revertOverride()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | PortUtils.java | 50 public static int convertToHalPortIndex(int slotIndex, int portIndex) { in convertToHalPortIndex() 64 public static int convertFromHalPortIndex(int slotIndex, int portIndex, in convertFromHalPortIndex()
|
/frameworks/base/core/java/android/app/timedetector/ |
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()
|
/frameworks/base/core/java/android/app/timezonedetector/ |
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
|
/frameworks/native/libs/gui/ |
D | BufferItemConsumer.cpp | 174 int slotIndex = getSlotForBufferLocked(buffer); in releaseBuffer() local 182 status_t BufferItemConsumer::releaseBufferSlotLocked(int slotIndex, const sp<GraphicBuffer>& buffer, in releaseBufferSlotLocked() 199 void BufferItemConsumer::freeBufferLocked(int slotIndex) { in freeBufferLocked()
|
D | ConsumerBase.cpp | 169 status_t ConsumerBase::detachBufferLocked(int slotIndex) { 182 void ConsumerBase::freeBufferLocked(int slotIndex) { 382 int slotIndex = getSlotForBufferLocked(buffer); local 403 int slotIndex = getSlotForBufferLocked(buffer); local
|
/frameworks/base/core/java/com/android/internal/telephony/ |
D | ICarrierConfigChangeListener.aidl | 20 void onCarrierConfigChanged(int slotIndex, int subId, int carrierId, int specificCarrierId); in onCarrierConfigChanged()
|
/frameworks/base/services/tests/timetests/src/com/android/server/timedetector/ |
D | TimeDetectorStrategyImplTest.java | 244 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_autoTimeEnabled() local 264 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_emptySuggestionIgnored() local 283 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_systemClockThreshold() local 424 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_autoTimeDisabled_suggestionMatchesSystemClock() local 461 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_autoTimeDisabled_suggestionMismatchesSystemClock() local 498 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_autoTimeDisabled_suggestionMismatchesSystemClock2() local 528 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_invalidNitzReferenceTimesIgnored() local 596 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_timeDetectionToggled() local 659 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_maxSuggestionAge() local 814 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestManualTime_retainsAutoSignal() local [all …]
|
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/ |
D | Ts43Authentication.java | 169 public Ts43AuthToken getAuthToken(int slotIndex, @NonNull @AppId String appId, in getAuthToken() 285 public URL getOidcAuthServer(@NonNull Context context, int slotIndex, in getOidcAuthServer()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/ |
D | NitzStateMachineTestSupport.java | 290 static TelephonyTimeZoneSuggestion createEmptyTimeZoneSuggestion(int slotIndex) { in createEmptyTimeZoneSuggestion() 296 static TelephonyTimeSuggestion createEmptyTimeSuggestion(int slotIndex) { in createEmptyTimeSuggestion() 303 int slotIndex, NitzSignal nitzSignal) { in createTimeSuggestionFromNitzSignal()
|
/frameworks/libs/gsma_services/ts43authentication/src/com/android/libraries/ts43authentication/ |
D | Ts43AuthenticationLibrary.java | 139 int slotIndex, URL entitlementServerAddress, @Nullable String entitlementVersion, in EapAkaAuthenticationRequest() 167 @Nullable String appVersion, int slotIndex, URL entitlementServerAddress, in OidcAuthenticationServerRequest() 235 @Nullable String acceptContentType, @Nullable String appVersion, int slotIndex, in requestEapAkaAuthentication() 293 int slotIndex, URL entitlementServerAddress, @Nullable String entitlementVersion, in requestOidcAuthenticationServer()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ISub.aidl | 60 SubscriptionInfo getActiveSubscriptionInfoForSimSlotIndex(int slotIndex, String callingPackage, in getActiveSubscriptionInfoForSimSlotIndex() 130 int addSubInfo(String uniqueId, String displayName, int slotIndex, int subscriptionType); in addSubInfo() 244 int getSubId(int slotIndex); in getSubId() 278 int getEnabledSubscriptionId(int slotIndex); in getEnabledSubscriptionId()
|
D | ITelephony.aidl | 412 int getActivePhoneTypeForSlot(int slotIndex); in getActivePhoneTypeForSlot() 602 boolean hasIccCardUsingSlotIndex(int slotIndex); in hasIccCardUsingSlotIndex() 693 …String iccTransmitApduLogicalChannelByPort(int slotIndex, int portIndex, int channel, int cla, int… in iccTransmitApduLogicalChannelByPort() 736 …String iccTransmitApduBasicChannelByPort(int slotIndex, int portIndex, String callingPackage, int … in iccTransmitApduBasicChannelByPort() 834 boolean resetModemConfig(int slotIndex); in resetModemConfig() 847 boolean rebootModem(int slotIndex); in rebootModem() 880 void resetIms(int slotIndex); in resetIms() 909 boolean setBoundImsServiceOverride(int slotIndex, int userId, boolean isCarrierService, in setBoundImsServiceOverride() 915 boolean clearCarrierImsServiceOverride(int slotIndex); in clearCarrierImsServiceOverride() 920 String getBoundImsServicePackage(int slotIndex, boolean isCarrierImsService, int featureType); in getBoundImsServicePackage() [all …]
|