Searched refs:SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsRegistrationCallbackHelperTest.java | 20 import static android.telephony.ims.RegistrationManager.SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK; 184 callback.onUnregistered(reasonInfo, SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK, in testImsUnRegisteredWithSuggestedAction() 190 eq(SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK), eq(REGISTRATION_TECH_LTE)); in testImsUnRegisteredWithSuggestedAction()
|
D | ImsPhoneTest.java | 26 import static android.telephony.ims.RegistrationManager.SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK; 1414 SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK, REGISTRATION_TECH_NR); in testUpdateImsRegistrationInfo() 1419 && regInfo[2] == SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK); in testUpdateImsRegistrationInfo() 1429 SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK, REGISTRATION_TECH_LTE); in testUpdateImsRegistrationInfo() 1434 && regInfo[2] == SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK); in testUpdateImsRegistrationInfo() 1444 SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK, REGISTRATION_TECH_LTE); in testUpdateImsRegistrationInfo() 1449 && regInfo[2] == SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK); in testUpdateImsRegistrationInfo() 1503 SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK, REGISTRATION_TECH_NR); in testUpdateImsRegistrationInfo()
|
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
D | ImsRegistrationTests.java | 19 import static android.telephony.ims.RegistrationManager.SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK; 162 SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK, REGISTRATION_TECH_LTE); in testRegistrationCallbackOnDeregisteredWithSuggestedAction() 165 eq(SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK), eq(REGISTRATION_TECH_LTE)); in testRegistrationCallbackOnDeregisteredWithSuggestedAction()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | RegistrationManager.java | 84 SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK, 106 public static final int SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK = 1; field
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhone.java | 27 import static android.telephony.ims.RegistrationManager.SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK; 2579 if ((suggestedAction == SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK)
|
/frameworks/base/core/api/ |
D | system-current.txt | 17100 field public static final int SUGGESTED_ACTION_TRIGGER_PLMN_BLOCK = 1; // 0x1
|