HomeSort by relevance Sort by last modified time
    Searched defs:getServiceState (Results 1 - 22 of 22) sorted by null

  /external/ims/rcs/rcsmanager/src/java/com/android/ims/
RcsPresenceInfo.java 111 * @see #getServiceState
146 * @see #getServiceState
198 public int getServiceState(int serviceType) {
348 " ipVoiceCallSate=" + getServiceState(ServiceType.VOLTE_CALL) +
352 " ipVideoCallSate=" + getServiceState(ServiceType.VT_CALL) +
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyEvents.java 226 public ServiceState getServiceState() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneStateIntentReceiver.java 86 public ServiceState getServiceState() {
PhoneInternalInterface.java 206 ServiceState getServiceState();
483 * {@link #getServiceState()}.{@link
486 * getServiceState().getState() will not change immediately after this call.
CallManager.java 279 public int getServiceState() {
283 int serviceState = phone.getServiceState().getState();
307 public int getServiceState(int subId) {
312 int serviceState = phone.getServiceState().getState();
    [all...]
GsmCdmaPhone.java 397 public ServiceState getServiceState() {
402 mImsPhone.getServiceState());
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
ServiceStateProvider.java 111 public ServiceState getServiceState(int subId) {
166 ServiceState ss = getServiceState(subId);
214 ServiceState ss = getServiceState(subId);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
SimStatus.java 210 updateServiceState(mPhone.getServiceState());
358 final int state = mPhone.getServiceState().getState();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 137 public ServiceState getServiceState() {
245 int serviceState = getServiceState().getState();
ImsPhone.java 258 getServiceState() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 106 public ServiceState getServiceState() {
207 int serviceState = getServiceState().getState();
SipPhone.java 387 public ServiceState getServiceState() {
390 return super.getServiceState();
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneTest.java 289 assertNotNull(mImsPhoneUT.getServiceState());
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
PhoneMock.java     [all...]
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java     [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 919 milliseconds