Searched refs:canManageSubscription (Results 1 – 4 of 4) sorted by relevance
59 when(mMockWifiEntry.canManageSubscription()).thenReturn(true); in testUpdateState_canSetPrivacy_shouldBeSelectable()66 when(mMockWifiEntry.canManageSubscription()).thenReturn(false); in testUpdateState_canNotSetPrivacy_shouldNotSelectable()
44 return mWifiEntry.canManageSubscription() ? AVAILABLE : CONDITIONALLY_UNAVAILABLE; in getAvailabilityStatus()
212 || canManageSubscription( in hasOpportunisticSubPrivilege()841 private boolean canManageSubscription(SubscriptionInfo subInfo, String packageName) { in canManageSubscription() method in OpportunisticNetworkService846 return mSubscriptionManager.canManageSubscription(subInfo, packageName); in canManageSubscription()
607 || subscriptionManager.canManageSubscription(info);