Lines Matching refs:null
123 // If the VM provider returns non null value in this extra we will force the user to
132 public static final CallForwardInfo[] FWD_SETTINGS_DONT_TOUCH = null;
308 if (forwardingNumber == null || forwardingNumber.length() == 0) {
332 if (o == null) return false;
336 return ((this.voicemailNumber == null &&
337 v.voicemailNumber == null) ||
338 this.voicemailNumber != null &&
348 if (infos1 == null || infos2 == null) return false;
367 null ) ? (", " +
380 private CallForwardInfo[] mForwardingReadResults = null;
386 private Map<Integer, AsyncResult> mForwardingChangeResults = null;
393 private Collection<Integer> mExpectedChangeResultReasons = null;
398 private AsyncResult mVoicemailChangeResult = null;
403 private String mPreviousVMProviderKey = null;
445 * string and intent value of null.
508 if (preference.getIntent() != null) {
581 if (newProviderSettings == null) {
621 // mSubMenuVoicemailSettings itself, so we should return null.
624 return null;
629 // if there is no voicemail number, we just return null to
631 return null;
655 if (mPreviousVMProviderKey != null) {
667 if (prevSettings == null) {
668 // prevSettings never becomes null since it should be already loaded!
670 + mPreviousVMProviderKey + "\" becomes null, which is unexpected.");
690 if (prevFwdSettings != null) {
700 if (result != null && result.exception == null) {
750 String vmNum = null;
755 if (data == null) {
775 if (vmNum == null || vmNum.length() == 0) {
798 (fwdNum != null ? "has" : " does not have") + " forwarding number");
810 Cursor cursor = null;
813 NUM_PROJECTION, null, null, null);
814 if ((cursor == null) || (!cursor.moveToFirst())) {
821 if (cursor != null) {
889 if (mNewVMNumber == null) {
895 String.valueOf((mNewFwdSettings != null ? mNewFwdSettings.length : 0))
920 mForwardingReadResults[i] = null;
944 Throwable error = null;
945 if (ar.exception != null) {
957 if (mForwardingReadResults == null) {
963 if (error != null) {
965 mForwardingReadResults = null;
973 CallForwardInfo fi = null;
980 if (fi == null) {
991 if (fi.number == null || fi.number.length() == 0) {
1002 if (mForwardingReadResults[i] == null) {
1023 CallForwardInfo result = null;
1024 if (null != infos) {
1041 if (oldInfo != null && oldInfo.status == 0) {
1056 mForwardingChangeResults = null;
1057 mVoicemailChangeResult = null;
1107 mVMChangeCompletedSuccessfully = checkVMChangeSuccess() == null;
1114 if (result.exception != null) {
1122 if (checkFwdChangeSuccess() == null) {
1133 if (entry.getValue().exception == null) {
1152 if (mForwardingChangeResults != null) {
1174 if (result.exception != null) {
1186 (!mVMChangeCompletedSuccessfully || mVoicemailChangeResult != null) &&
1201 if (mForwardingChangeResults == null) {
1208 if (mForwardingChangeResults.get(reason) == null) {
1217 * @return error string or null if successful
1220 String result = null;
1226 if (exception != null) {
1228 if (result == null) {
1238 * @return error string or null if successful
1241 if (mVoicemailChangeResult.exception != null) {
1243 if (msg == null) {
1248 return null;
1258 if (mForwardingChangeResults != null) {
1260 if (exceptionMessage != null) {
1267 if (exceptionMessage != null) {
1326 if (mSubMenuVoicemailSettings == null) {
1331 if (mOldVmNumber == null) {
1428 return null;
1513 if (mSubMenuVoicemailSettings != null) {
1527 if (mVoicemailProviders != null) {
1537 if (mVibrateWhenRinging != null) {
1539 if (vibrator != null && vibrator.hasVibrator()) {
1543 mVibrateWhenRinging = null;
1549 if (mPlayDtmfTone != null) {
1554 if (mButtonDTMF != null) {
1559 mButtonDTMF = null;
1563 if (mButtonAutoRetry != null) {
1568 mButtonAutoRetry = null;
1572 if (mButtonHAC != null) {
1578 mButtonHAC = null;
1582 if (mButtonTTY != null) {
1587 mButtonTTY = null;
1593 if (options != null)
1596 if (options != null)
1602 if (fdnButton != null)
1623 if (icicle == null) {
1625 mVoicemailProviders != null) {
1645 if (mRingtonePreference != null) {
1649 if (mVoicemailNotificationRingtone != null) {
1657 if (actionBar != null) {
1671 if (preference == null) return;
1682 String uriString = prefs.getString(preference.getKey(), null);
1685 ringtoneUri = null;
1700 if (ringtoneUri == null) {
1706 new String[] { MediaStore.Audio.Media.TITLE }, null, null, null);
1707 if (cursor != null) {
1773 if (mVibrateWhenRinging != null) {
1777 if (mButtonDTMF != null) {
1783 if (mButtonAutoRetry != null) {
1789 if (mButtonHAC != null) {
1794 if (mButtonTTY != null) {
1839 if (vibrator == null || !vibrator.hasVibrator()) {
1928 if (provider == null) {
1930 log("updateVMPreferenceWidget: provider for the key \"" + key + "\" is null.");
1934 mVoicemailSettings.setIntent(null);
1965 String providerToIgnore = null;
1971 if (providerToIgnore != null) {
1981 mVMProvidersData.put(DEFAULT_VM_PROVIDER_KEY, new VoiceMailProvider(myCarrier, null));
2065 null, idx, adapter.getItemId(idx));
2079 if (mVoicemailProviders == null) {
2113 * voice mail provider. If none is stored returns null.
2121 null);
2122 if (vmNumberSetting == null) {
2124 + " was not found. Returning null.");
2125 return null;
2160 if (mVoicemailProviders == null) {
2164 .putString(key + VM_NUMBER_TAG, null)
2171 return (key != null) ? key : DEFAULT_VM_PROVIDER_KEY;