HomeSort by relevance Sort by last modified time
    Searched refs:providerIntent (Results 1 - 2 of 2) sorted by null

  /packages/services/Telephony/src/com/android/phone/settings/
VoicemailProviderListPreference.java 140 Intent providerIntent = new Intent();
141 providerIntent.setAction(VoicemailSettingsActivity.ACTION_CONFIGURE_VOICEMAIL);
142 providerIntent.setClassName(currentActivityInfo.packageName, currentActivityInfo.name);
143 VoicemailProvider vmProvider = new VoicemailProvider(nameForDisplay, providerIntent);
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java     [all...]

Completed in 176 milliseconds