Home
last modified time | relevance | path

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

12

/frameworks/base/telephony/java/android/telephony/
DCellBroadcastService.java78 public abstract void onGsmCellBroadcastSms(int slotIndex, @NonNull byte[] message); in onGsmCellBroadcastSms()
87 public abstract void onCdmaCellBroadcastSms(int slotIndex, @NonNull byte[] bearerData, in onCdmaCellBroadcastSms()
101 public abstract void onCdmaScpMessage(int slotIndex, in onCdmaScpMessage()
114 public abstract @NonNull CharSequence getCellBroadcastAreaInfo(int slotIndex); in getCellBroadcastAreaInfo()
141 public void handleGsmCellBroadcastSms(int slotIndex, byte[] message) { in handleGsmCellBroadcastSms()
153 public void handleCdmaCellBroadcastSms(int slotIndex, byte[] bearerData, in handleCdmaCellBroadcastSms()
169 public void handleCdmaScpMessage(int slotIndex, in handleCdmaScpMessage()
187 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()
639 int slotIndex = cursor.getInt(cursor.getColumnIndexOrThrow(CellBroadcasts.SLOT_INDEX)); in createFromCursor() local
DUiccCardInfo.java76 public UiccCardInfo(boolean isEuicc, int cardId, String eid, String iccId, int slotIndex, in UiccCardInfo()
DSubscriptionManager.java1238 public SubscriptionInfo getActiveSubscriptionInfoForSimSlotIndex(int slotIndex) { in getActiveSubscriptionInfoForSimSlotIndex()
1590 public Uri addSubscriptionInfoRecord(String iccId, int slotIndex) { in addSubscriptionInfoRecord()
1616 public void addSubscriptionInfoRecord(String uniqueId, String displayName, int slotIndex, in addSubscriptionInfoRecord()
1782 public int[] getSubscriptionIds(int slotIndex) { in getSubscriptionIds()
1788 public static int[] getSubId(int slotIndex) { in getSubId()
2145 public static boolean isValidSlotIndex(int slotIndex) { in isValidSlotIndex()
2262 public static int getSimStateForSlotIndex(int slotIndex) { in getSimStateForSlotIndex()
3292 public int getEnabledSubscriptionId(int slotIndex) { in getEnabledSubscriptionId()
DTelephonyManager.java1791 public String getDeviceSoftwareVersion(int slotIndex) { in getDeviceSoftwareVersion()
1877 public String getDeviceId(int slotIndex) { in getDeviceId()
1937 public String getImei(int slotIndex) { in getImei()
1966 public String getTypeAllocationCode(int slotIndex) { in getTypeAllocationCode()
2031 public String getMeid(int slotIndex) { in getMeid()
2065 public String getManufacturerCode(int slotIndex) { in getManufacturerCode()
2124 public String getNai(int slotIndex) { in getNai()
2280 public int getCurrentPhoneTypeForSlot(int slotIndex) { in getCurrentPhoneTypeForSlot()
2579 public String getNetworkCountryIso(int slotIndex) { in getNetworkCountryIso()
3164 public boolean hasIccCard(int slotIndex) { in hasIccCard()
[all …]
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java233 public void notifyCallStateChanged(int subId, int slotIndex, @CallState int state, in notifyCallStateChanged()
267 public void notifyServiceStateChanged(int subId, int slotIndex, @NonNull ServiceState state) { in notifyServiceStateChanged()
283 public void notifySignalStrengthChanged(int subId, int slotIndex, in notifySignalStrengthChanged()
302 public void notifyMessageWaitingChanged(int subId, int slotIndex, boolean msgWaitingInd) { in notifyMessageWaitingChanged()
352 public void notifyDataConnectionForSubscriber(int slotIndex, int subId, in notifyDataConnectionForSubscriber()
371 public void notifyCallQualityChanged(int subId, int slotIndex, @NonNull CallQuality callQuality, in notifyCallQualityChanged()
387 public void notifyEmergencyNumberList(int subId, int slotIndex) { in notifyEmergencyNumberList()
403 public void notifyRadioPowerStateChanged(int subId, int slotIndex, in notifyRadioPowerStateChanged()
447 public void notifyDataActivationStateChanged(int subId, int slotIndex, in notifyDataActivationStateChanged()
466 public void notifyVoiceActivationStateChanged(int subId, int slotIndex, in notifyVoiceActivationStateChanged()
[all …]
DCellBroadcastIntents.java85 int initialCode, int slotIndex) { in sendSmsCbReceivedBroadcast()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccSlotTest.java240 int slotIndex = 0; in testUpdateAbsentState() local
282 int slotIndex = 0; in testUiccSlotCreateAndDispose() local
307 int slotIndex = 0; in testUiccSlotBroadcastAbsent() local
340 int slotIndex = 0; in testNotRemovable() local
356 int slotIndex = 0; in testIsRemovable() local
/frameworks/base/telephony/java/android/telephony/data/
DQualifiedNetworksService.java100 public NetworkAvailabilityProvider(int slotIndex) { in NetworkAvailabilityProvider()
178 final int slotIndex = message.arg1; in handleMessage() local
247 public abstract NetworkAvailabilityProvider onCreateNetworkAvailabilityProvider(int slotIndex); in onCreateNetworkAvailabilityProvider()
278 public void createNetworkAvailabilityProvider(int slotIndex, in createNetworkAvailabilityProvider()
285 public void removeNetworkAvailabilityProvider(int slotIndex) { in removeNetworkAvailabilityProvider()
DDataService.java133 public DataServiceProvider(int slotIndex) { in DataServiceProvider()
349 final int slotIndex = message.arg1; in handleMessage() local
468 public abstract DataServiceProvider onCreateDataServiceProvider(int slotIndex); in onCreateDataServiceProvider()
496 public void createDataServiceProvider(int slotIndex) { in createDataServiceProvider()
502 public void removeDataServiceProvider(int slotIndex) { in removeDataServiceProvider()
508 public void setupDataCall(int slotIndex, int accessNetworkType, DataProfile dataProfile, in setupDataCall()
518 public void deactivateDataCall(int slotIndex, int cid, int reason, in deactivateDataCall()
526 public void setInitialAttachApn(int slotIndex, DataProfile dataProfile, boolean isRoaming, in setInitialAttachApn()
534 public void setDataProfile(int slotIndex, List<DataProfile> dps, boolean isRoaming, in setDataProfile()
541 public void requestDataCallList(int slotIndex, IDataServiceCallback callback) { in requestDataCallList()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/nitz/
DTimeZoneSuggesterImpl.java57 public TelephonyTimeZoneSuggestion getTimeZoneSuggestion(int slotIndex, in getTimeZoneSuggestion()
138 int slotIndex, @NonNull TimestampedValue<NitzData> nitzSignal) { in findTimeZoneForTestNetwork()
168 int slotIndex, @NonNull String countryIsoCode, in findTimeZoneFromCountryAndNitz()
241 int slotIndex, @NonNull String countryIsoCode, long whenMillis) { in findTimeZoneFromNetworkCountryCode()
DNitzStateMachineImpl.java91 int slotIndex, @Nullable String countryIsoCode, in getTimeZoneSuggestion()
134 int slotIndex = phone.getPhoneId(); in createInstance() local
151 public NitzStateMachineImpl(int slotIndex, in NitzStateMachineImpl()
/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
DTimeDetectorStrategyImplTest.java69 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_autoTimeEnabled() local
88 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_emptySuggestionIgnored() local
104 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_systemClockThreshold() local
233 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_autoTimeDisabled() local
250 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_invalidNitzReferenceTimesIgnored() local
310 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_timeDetectionToggled() local
368 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestTelephonyTime_maxSuggestionAge() local
416 int slotIndex = ARBITRARY_SLOT_INDEX; in testSuggestManualTime_retainsAutoSignal() local
811 Script assertLatestTelephonySuggestion(int slotIndex, TelephonyTimeSuggestion expected) { in assertLatestTelephonySuggestion()
854 TelephonyTimeSuggestion generateTelephonyTimeSuggestion(int slotIndex, Long timeMillis) { in generateTelephonyTimeSuggestion()
[all …]
/frameworks/base/telephony/java/com/android/internal/telephony/
DISub.aidl67 SubscriptionInfo getActiveSubscriptionInfoForSimSlotIndex(int slotIndex, String callingPackage, in getActiveSubscriptionInfoForSimSlotIndex()
129 int addSubInfoRecord(String iccId, int slotIndex); in addSubInfoRecord()
140 int addSubInfo(String uniqueId, String displayName, int slotIndex, int subscriptionType); in addSubInfo()
254 int[] getSubId(int slotIndex); in getSubId()
289 int getEnabledSubscriptionId(int slotIndex); in getEnabledSubscriptionId()
294 int getSimStateForSlotIndex(int slotIndex); in getSimStateForSlotIndex()
DITelephony.aidl285 int getCallStateForSlot(int slotIndex); in getCallStateForSlot()
336 int getActivePhoneTypeForSlot(int slotIndex); in getActivePhoneTypeForSlot()
514 boolean hasIccCardUsingSlotIndex(int slotIndex); in hasIccCardUsingSlotIndex()
578 int slotIndex, String callingPackage, String AID, int p2); in iccOpenLogicalChannelBySlot()
604 boolean iccCloseLogicalChannelBySlot(int slotIndex, int channel); in iccCloseLogicalChannelBySlot()
637 String iccTransmitApduLogicalChannelBySlot(int slotIndex, int channel, int cla, int instruction, in iccTransmitApduLogicalChannelBySlot()
679 String iccTransmitApduBasicChannelBySlot(int slotIndex, String callingPackage, int cla, in iccTransmitApduBasicChannelBySlot()
769 boolean resetModemConfig(int slotIndex); in resetModemConfig()
782 boolean rebootModem(int slotIndex); in rebootModem()
824 void resetIms(int slotIndex); in resetIms()
[all …]
/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/android/app/timedetector/
DTelephonyTimeSuggestion.java78 int slotIndex = in.readInt(); in createFromParcel() local
198 public Builder(int slotIndex) { in Builder()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccSlot.java85 public void update(CommandsInterface ci, IccCardStatus ics, int phoneId, int slotIndex) { in update()
144 public void update(CommandsInterface ci, IccSlotStatus iss, int slotIndex) { in update()
223 private boolean isSlotRemovable(int slotIndex) { in isSlotRemovable()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/
DNitzStateMachineTestSupport.java265 static TelephonyTimeZoneSuggestion createEmptyTimeZoneSuggestion(int slotIndex) { in createEmptyTimeZoneSuggestion()
271 static TelephonyTimeSuggestion createEmptyTimeSuggestion(int slotIndex) { in createEmptyTimeSuggestion()
278 int slotIndex, TimestampedValue<NitzData> nitzSignal) { in createTimeSuggestionFromNitzSignal()
/frameworks/base/services/core/java/com/android/server/timedetector/
DTimeDetectorStrategyImpl.java248 int slotIndex = suggestion.getSlotIndex(); in validateAndStoreTelephonySuggestion() local
372 Integer slotIndex = mSuggestionBySlotIndex.keyAt(i); in findBestTelephonySuggestion() local
586 public synchronized TelephonyTimeSuggestion getLatestTelephonySuggestion(int slotIndex) { in getLatestTelephonySuggestion()
/frameworks/native/libs/gui/
DBufferItemConsumer.cpp108 void BufferItemConsumer::freeBufferLocked(int slotIndex) { in freeBufferLocked()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorSubscriptionController.java126 public int addSubInfoRecord(String iccId, int slotIndex) { in addSubInfoRecord()
132 public int addSubInfo(String uniqueId, String displayName, int slotIndex, in addSubInfo()
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl92 …void notifyDisplayInfoChanged(int slotIndex, int subId, in TelephonyDisplayInfo telephonyDisplayIn… in notifyDisplayInfoChanged()
104 void notifyRegistrationFailed(int slotIndex, int subId, in CellIdentity cellIdentity, in notifyRegistrationFailed()
106 void notifyBarringInfoChanged(int slotIndex, int subId, in BarringInfo barringInfo); in notifyBarringInfoChanged()

12