Home
last modified time | relevance | path

Searched defs:slotIndex (Results 1 – 25 of 64) sorted by relevance

123

/frameworks/base/telephony/java/android/telephony/
DCellBroadcastService.java83 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()
DNetworkService.java98 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()
DICellBroadcastService.aidl41 CharSequence getCellBroadcastAreaInfo(int slotIndex); in getCellBroadcastAreaInfo()
DSmsCbMessage.java223 @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
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DKeepaliveTracker.java78 public int slotIndex; field in KeepaliveTracker.KeepaliveRecord
89 KeepaliveRecord(int slotIndex, @KeepaliveStatusCode int status) { in KeepaliveRecord()
129 int slotIndex; in handleMessage() local
189 private void onStartSocketKeepaliveRequested(int slotIndex, @NonNull Duration interval, in onStartSocketKeepaliveRequested()
220 private void onStopSocketKeepaliveRequested(int slotIndex) { in onStopSocketKeepaliveRequested()
242 private int getHandleForSlot(int slotIndex) { in getHandleForSlot()
276 private void onSocketKeepaliveStarted(int slotIndex, @NonNull KeepaliveStatus ks) { in onSocketKeepaliveStarted()
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java366 public void notifyCallStateChanged(int slotIndex, int subId, @CallState int state, in notifyCallStateChanged()
428 public void notifyServiceStateChanged(int slotIndex, int subId, @NonNull ServiceState state) { in notifyServiceStateChanged()
445 public void notifySignalStrengthChanged(int slotIndex, int subId, in notifySignalStrengthChanged()
465 public void notifyMessageWaitingChanged(int slotIndex, int subId, boolean msgWaitingInd) { in notifyMessageWaitingChanged()
517 public void notifyDataConnectionForSubscriber(int slotIndex, int subId, in notifyDataConnectionForSubscriber()
537 public void notifyCallQualityChanged(int slotIndex, int subId, @NonNull CallQuality callQuality, in notifyCallQualityChanged()
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()
[all …]
DCellBroadcastIntents.java86 int initialCode, int slotIndex) { in sendSmsCbReceivedBroadcast()
/frameworks/base/telephony/java/android/telephony/data/
DQualifiedNetworksService.java104 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()
DDataService.java144 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()
749 public void setupDataCall(int slotIndex, int accessNetworkType, DataProfile dataProfile, in setupDataCall()
762 public void deactivateDataCall(int slotIndex, int cid, int reason, in deactivateDataCall()
770 public void setInitialAttachApn(int slotIndex, DataProfile dataProfile, boolean isRoaming, in setInitialAttachApn()
778 public void setDataProfile(int slotIndex, List<DataProfile> dps, boolean isRoaming, in setDataProfile()
785 public void requestDataCallList(int slotIndex, IDataServiceCallback callback) { in requestDataCallList()
[all …]
DIDataService.aidl47 void registerForUnthrottleApn(int slotIndex, IDataServiceCallback callback); in registerForUnthrottleApn()
48 void unregisterForUnthrottleApn(int slotIndex, IDataServiceCallback callback); in unregisterForUnthrottleApn()
DThrottleStatus.java155 private ThrottleStatus(int slotIndex, in ThrottleStatus()
284 public Builder setSlotIndex(int slotIndex) { in setSlotIndex()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccSlotTest.java378 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/services/core/java/com/android/server/wm/
DDisplayRotationReversionController.java69 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/nitz/
DTimeZoneSuggesterImpl.java57 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()
DNitzStateMachineImpl.java93 int slotIndex, @Nullable String countryIsoCode, in getTimeZoneSuggestion()
145 int slotIndex = phone.getPhoneId(); in createInstance() local
162 public NitzStateMachineImpl(int slotIndex, in NitzStateMachineImpl()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DPortUtils.java50 public static int convertToHalPortIndex(int slotIndex, int portIndex) { in convertToHalPortIndex()
64 public static int convertFromHalPortIndex(int slotIndex, int portIndex, in convertFromHalPortIndex()
DUiccSlot.java118 public void update(CommandsInterface ci, IccCardStatus ics, int phoneId, int slotIndex) { in update()
195 public void update(CommandsInterface[] ci, IccSlotStatus iss, int slotIndex) { in update()
408 private boolean isSlotRemovable(int slotIndex) { in isSlotRemovable()
/frameworks/base/core/java/android/app/timedetector/
DTelephonyTimeSuggestion.java80 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/
DTelephonyTimeZoneSuggestion.java83 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/base/core/java/com/android/internal/telephony/
DICarrierConfigChangeListener.aidl20 void onCarrierConfigChanged(int slotIndex, int subId, int carrierId, int specificCarrierId); in onCarrierConfigChanged()
/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
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
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 …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/
DNitzStateMachineTestSupport.java290 static TelephonyTimeZoneSuggestion createEmptyTimeZoneSuggestion(int slotIndex) { in createEmptyTimeZoneSuggestion()
296 static TelephonyTimeSuggestion createEmptyTimeSuggestion(int slotIndex) { in createEmptyTimeSuggestion()
303 int slotIndex, NitzSignal nitzSignal) { in createTimeSuggestionFromNitzSignal()
/frameworks/base/telephony/java/com/android/internal/telephony/
DISub.aidl60 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()
DITelephony.aidl405 int getActivePhoneTypeForSlot(int slotIndex); in getActivePhoneTypeForSlot()
583 boolean hasIccCardUsingSlotIndex(int slotIndex); in hasIccCardUsingSlotIndex()
674 …String iccTransmitApduLogicalChannelByPort(int slotIndex, int portIndex, int channel, int cla, int… in iccTransmitApduLogicalChannelByPort()
717 …String iccTransmitApduBasicChannelByPort(int slotIndex, int portIndex, String callingPackage, int … in iccTransmitApduBasicChannelByPort()
807 boolean resetModemConfig(int slotIndex); in resetModemConfig()
820 boolean rebootModem(int slotIndex); in rebootModem()
853 void resetIms(int slotIndex); in resetIms()
882 boolean setBoundImsServiceOverride(int slotIndex, boolean isCarrierService, in setBoundImsServiceOverride()
888 boolean clearCarrierImsServiceOverride(int slotIndex); in clearCarrierImsServiceOverride()
893 String getBoundImsServicePackage(int slotIndex, boolean isCarrierImsService, int featureType); in getBoundImsServicePackage()
[all …]
/frameworks/base/libs/hostgraphics/gui/
DBufferItemConsumer.h65 void freeBufferLocked(int slotIndex) { } in freeBufferLocked()

123