Merge "Add @Nullable for getSubscriptionIds"

This commit is contained in:
Treehugger Robot
2018-10-22 21:12:56 +00:00
committed by Gerrit Code Review

View File

@@ -1340,6 +1340,7 @@ public class SubscriptionManager {
* @param slotIndex the slot Index.
* @return subscription Ids or null if the given slot Index is not valid.
*/
@Nullable
public static int[] getSubscriptionIds(int slotIndex) {
return getSubId(slotIndex);
}