Home
last modified time | relevance | path

Searched refs:unbindIfBound (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCarrierConfigLoader.java315 unbindIfBound(mContext, conn, phoneId); in handleMessage()
324 unbindIfBound(mContext, conn, phoneId); in handleMessage()
359 unbindIfBound(mContext, conn, phoneId); in handleMessage()
379 unbindIfBound(mContext, mServiceConnection[phoneId], phoneId); in handleMessage()
445 unbindIfBound(mContext, conn, phoneId); in handleMessage()
454 unbindIfBound(mContext, conn, phoneId); in handleMessage()
498 unbindIfBound(mContext, conn, phoneId); in handleMessage()
519 unbindIfBound(mContext, mServiceConnection[phoneId], phoneId); in handleMessage()
1398 private void unbindIfBound(Context context, CarrierServiceConnection conn, in unbindIfBound() method in CarrierConfigLoader