OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getServiceState
(Results
26 - 38
of
38
) sorted by null
1
2
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java
642
int ss = mPhone.
getServiceState
().getState();
655
+" SS= "+mPhone.
getServiceState
().getState());
[
all
...]
Phone.java
[
all
...]
GsmCdmaConnection.java
488
int serviceState = phone.
getServiceState
().getState();
[
all
...]
GsmCdmaCallTracker.java
591
int serviceState = mPhone.
getServiceState
().getState();
[
all
...]
/packages/services/Telephony/src/com/android/phone/
MobileNetworkSettings.java
560
&& !mPhone.
getServiceState
().getRoaming()) {
[
all
...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaPhoneTest.java
161
assertEquals(serviceState, mPhoneUT.
getServiceState
());
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneTest.java
282
assertNotNull(mImsPhoneUT.
getServiceState
());
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
PhoneMock.java
1061
public ServiceState
getServiceState
() {
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java
237
getServiceState
() {
[
all
...]
ImsPhoneCallTracker.java
704
int serviceState = mPhone.
getServiceState
().getState();
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 1037 milliseconds
1
2