Searched refs:isSimPresent (Results 1 – 3 of 3) sorted by relevance
31 import static com.android.wifitrackerlib.Utils.isSimPresent;252 assertFalse(isSimPresent(mMockContext, TEST_CARRIER_ID)); in testCheckSimPresentWithNoSubscription()262 assertFalse(isSimPresent(mMockContext, TEST_CARRIER_ID)); in testCheckSimPresentWithNoMatchingSubscription()272 assertTrue(isSimPresent(mMockContext, TEST_CARRIER_ID)); in testCheckSimPresentWithMatchingSubscription()
681 static boolean isSimPresent(@NonNull Context context, int carrierId) { in isSimPresent() method in Utils
334 && !Utils.isSimPresent(mContext, mTargetWifiConfig.carrierId)) { in connect()