Home
last modified time | relevance | path

Searched refs:getContentValuesForServiceState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DTelephony.java3044 public static ContentValues getContentValuesForServiceState(ServiceState state) { in getContentValuesForServiceState() method in Telephony.ServiceStateTable
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java19 import static android.provider.Telephony.ServiceStateTable.getContentValuesForServiceState;
2859 getContentValuesForServiceState(mSS)); in pollStateDone()