Searched refs:SUB_ID_NULL (Results 1 – 4 of 4) sorted by relevance
47 private static final int SUB_ID_NULL = Integer.MIN_VALUE; field in AppDataUsageFragment82 ? getArguments().getInt(ARG_NETWORK_SUB_ID, SUB_ID_NULL) : SUB_ID_NULL; in onAttach()83 if (subId == SUB_ID_NULL) { in onAttach()
47 static final int SUB_ID_NULL = Integer.MIN_VALUE; field in MobileNetworkUpdateManager80 if (mCurSubscriptionId != SUB_ID_NULL) { in MobileNetworkUpdateManager()163 if (mCurSubscriptionId != SUB_ID_NULL) { in getSubscription()
82 ? getArguments().getInt(ARG_NETWORK_SUB_ID, MobileNetworkUpdateManager.SUB_ID_NULL) in onAttach()83 : MobileNetworkUpdateManager.SUB_ID_NULL; in onAttach()127 if (subId != MobileNetworkUpdateManager.SUB_ID_NULL) { in onMobileNetworkUpdated()
123 setupMobileNetworkUpdateManager(MobileNetworkUpdateManager.SUB_ID_NULL); in onMobileNetworkUpdated_withoutInitialSubId_pickDefaultSubId()