Add @Nullable for getSubscriptionIds

Bug: 117930253
Test: Treehugger
Change-Id: Ia24bd84bb93380473b9b5a2153b52538e86229db
This commit is contained in:
sqian
2018-10-19 19:01:42 -07:00
parent 4133a00a10
commit f8ace214fb

View File

@@ -1341,6 +1341,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);
}