Merge "Add @Nullable for getSubscriptionIds"

am: ceceb459e0

Change-Id: I37c72d12966e962838bb66f5cb52a8ab02a4ac34
This commit is contained in:
sqian
2018-10-22 16:00:45 -07:00
committed by android-build-merger

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);
}