Use requestType, not service type for interrogation check
Test: atest GtsTelephonyTestCases Bug: 127258685 Merged-In: Ib0cf44f58f02125ee0e4dc52e4073cd87d55ce52 Change-Id: I9502c8efe20fc7ce2d2f9e03f3e1b09c28c45de0
This commit is contained in:
@@ -457,7 +457,7 @@ public final class ImsSsData implements Parcelable {
|
||||
}
|
||||
|
||||
public boolean isTypeInterrogation() {
|
||||
return (getServiceType() == SS_INTERROGATION);
|
||||
return (getRequestType() == SS_INTERROGATION);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user