Searched refs:getServiceStateForSubscriber (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl1069 ServiceState getServiceStateForSubscriber(int subId, String callingPackage);
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java5407 public ServiceState getServiceStateForSubscriber(int subId) { method in class:TelephonyManager
5411 return service.getServiceStateForSubscriber(subId, getOpPackageName());
5414 Log.e(TAG, "Error calling ITelephony#getServiceStateForSubscriber", e);

Completed in 125 milliseconds