Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCarrierConfigLoader.java340 unbindIfBound(mContext, conn, phoneId); in handleMessage()
349 unbindIfBound(mContext, conn, phoneId); in handleMessage()
384 unbindIfBound(mContext, conn, phoneId); in handleMessage()
404 unbindIfBound(mContext, mServiceConnection[phoneId], phoneId); in handleMessage()
465 unbindIfBound(mContext, conn, phoneId); in handleMessage()
474 unbindIfBound(mContext, conn, phoneId); in handleMessage()
518 unbindIfBound(mContext, conn, phoneId); in handleMessage()
539 unbindIfBound(mContext, mServiceConnection[phoneId], phoneId); in handleMessage()
1294 unbindIfBound(mContext, mServiceConnection[phoneId], phoneId); in onMultiSimConfigChanged()
1591 private void unbindIfBound(@NonNull Context context, @NonNull CarrierServiceConnection conn, in unbindIfBound() method in CarrierConfigLoader