Merge "Add @Nullable for getSubscriptionIds"
This commit is contained in:
@@ -1340,6 +1340,7 @@ public class SubscriptionManager {
|
|||||||
* @param slotIndex the slot Index.
|
* @param slotIndex the slot Index.
|
||||||
* @return subscription Ids or null if the given slot Index is not valid.
|
* @return subscription Ids or null if the given slot Index is not valid.
|
||||||
*/
|
*/
|
||||||
|
@Nullable
|
||||||
public static int[] getSubscriptionIds(int slotIndex) {
|
public static int[] getSubscriptionIds(int slotIndex) {
|
||||||
return getSubId(slotIndex);
|
return getSubId(slotIndex);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user