Searched refs:PARAM_PHONE_ACCOUNT_HANDLE (Results 1 – 5 of 5) sorted by relevance
214 VoicemailClient.PARAM_PHONE_ACCOUNT_HANDLE); in addVoicemailSettings()225 bundle.putParcelable(VoicemailClient.PARAM_PHONE_ACCOUNT_HANDLE, soleAccount); in addVoicemailSettings()
40 String PARAM_PHONE_ACCOUNT_HANDLE = "phone_account_handle"; field
89 Assert.isNotNull(getArguments().getParcelable(VoicemailClient.PARAM_PHONE_ACCOUNT_HANDLE)); in onCreate()278 changePinIntent.putExtra(VoicemailClient.PARAM_PHONE_ACCOUNT_HANDLE, phoneAccountHandle); in setupVoicemailChangePinPreference()
331 phoneAccountHandle = getIntent().getParcelableExtra(VoicemailClient.PARAM_PHONE_ACCOUNT_HANDLE); in onCreate()
154 intent.putExtra(VoicemailClient.PARAM_PHONE_ACCOUNT_HANDLE, phoneAccountHandle);