OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getServiceState
(Results
1 - 25
of
43
) sorted by null
1
2
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
PresenceInfoParser.java
162
((ServiceState.ONLINE == presenceInfo.
getServiceState
(
164
(ServiceState.ONLINE == presenceInfoTmp.
getServiceState
(
166
presenceInfoTmp.
getServiceState
(ServiceType.VOLTE_CALL),
169
((ServiceState.ONLINE == presenceInfo.
getServiceState
(
171
(ServiceState.ONLINE == presenceInfoTmp.
getServiceState
(
173
presenceInfoTmp.
getServiceState
(ServiceType.VT_CALL),
/external/ims/rcs/rcsmanager/src/java/com/android/ims/
RcsPresenceInfo.java
109
* @see #
getServiceState
144
* @see #
getServiceState
196
public int
getServiceState
(int serviceType) {
346
" ipVoiceCallSate=" +
getServiceState
(ServiceType.VOLTE_CALL) +
349
" ipVideoCallSate=" +
getServiceState
(ServiceType.VT_CALL) +
/packages/services/Telephony/tests/src/com/android/services/telephony/
EmergencyCallStateListenerTest.java
101
when(mMockPhone.
getServiceState
()).thenReturn(state);
117
when(mMockPhone.
getServiceState
()).thenReturn(state);
136
when(mMockPhone.
getServiceState
()).thenReturn(state);
151
when(mMockPhone.
getServiceState
()).thenReturn(state);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CallManagerTest.java
321
doReturn(mSecondServiceState).when(mSecondPhone).
getServiceState
();
332
assertEquals(ServiceState.STATE_IN_SERVICE, CallManager.getInstance().
getServiceState
());
336
assertEquals(ServiceState.STATE_IN_SERVICE, CallManager.getInstance().
getServiceState
());
340
assertEquals(ServiceState.STATE_IN_SERVICE, CallManager.getInstance().
getServiceState
());
346
CallManager.getInstance().
getServiceState
());
351
CallManager.getInstance().
getServiceState
());
357
CallManager.getInstance().
getServiceState
());
TelephonyTest.java
354
doReturn(mServiceState).when(mPhone).
getServiceState
();
355
doReturn(mServiceState).when(mImsPhone).
getServiceState
();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java
238
+ " SS=" + mPhone.
getServiceState
().getState());
246
int ss = mPhone.
getServiceState
().getState();
256
int currentDataNetwork = mPhone.
getServiceState
().getDataNetworkType();
260
&& mPhone.
getServiceState
().getVoiceNetworkType()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
CdmaSmsDispatcherTest.java
78
doReturn(mServiceState).when(mPhone).
getServiceState
();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaPhone.java
396
public ServiceState
getServiceState
() {
401
mImsPhone.
getServiceState
());
643
getServiceState
().getRilDataRadioTechnology() == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN) {
[
all
...]
PhoneStateIntentReceiver.java
86
public ServiceState
getServiceState
() {
DefaultPhoneNotifier.java
76
ServiceState ss = sender.
getServiceState
();
179
ServiceState ss = sender.
getServiceState
();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java
257
+ " SS=" + mPhone.
getServiceState
().getState());
272
+ " SS=" + mPhone.
getServiceState
().getState());
280
int ss = mPhone.
getServiceState
().getState();
/packages/services/Telephony/src/com/android/phone/
HfaLogic.java
141
onServiceStateChange(phone.
getServiceState
());
OtaStartupReceiver.java
143
if (app.mCM.
getServiceState
() != ServiceState.STATE_IN_SERVICE) {
CallController.java
294
mCM.
getServiceState
());
323
phone.
getServiceState
().getState());
EmergencyCallHelper.java
269
int serviceState = mCM.getDefaultPhone().
getServiceState
().getState();
/packages/services/Telephony/src/com/android/services/telephony/
EmergencyCallStateListener.java
182
int serviceState = mPhone.
getServiceState
().getState();
TelephonyConnectionService.java
329
int state = phone.
getServiceState
().getState();
331
int dataNetType = phone.
getServiceState
().getDataNetworkType();
334
state = phone.
getServiceState
().getDataRegState();
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java
[
all
...]
DataConnection.java
404
ServiceState ss = mPhone.
getServiceState
();
406
mDataRegState = mPhone.
getServiceState
().getDataRegState();
483
if (mPhone.
getServiceState
().getDataRoamingFromRegistration()) {
517
|| (mPhone.
getServiceState
().getRilDataRadioTechnology()
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java
136
public ServiceState
getServiceState
() {
242
int serviceState =
getServiceState
().getState();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java
104
public ServiceState
getServiceState
() {
205
int serviceState =
getServiceState
().getState();
/packages/apps/Settings/src/com/android/settings/deviceinfo/
SimStatus.java
210
updateServiceState(mPhone.
getServiceState
());
358
final int state = mPhone.
getServiceState
().getState();
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
EABContactManager.java
[
all
...]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyEvents.java
228
public ServiceState
getServiceState
() {
/external/ims/rcs/rcsservice/src/com/android/service/ims/
RcsStackAdaptor.java
401
capInfo.setIpVoiceSupported(presenceInfo.
getServiceState
(
404
capInfo.setIpVideoSupported(presenceInfo.
getServiceState
(
Completed in 1569 milliseconds
1
2