HomeSort by relevance Sort by last modified time
    Searched full:telephonycontext (Results 1 - 1 of 1) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
QuickResponseUtils.java 81 Context telephonyContext = null;
83 telephonyContext = context.createPackageContext(PACKAGE_NAME_TELEPHONY, 0);
89 if (telephonyContext != null) {
91 final SharedPreferences oldPrefs = telephonyContext.getSharedPreferences(

Completed in 228 milliseconds