Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java128 private Bearer mForegroundBearer = null; field in TbsGeneric
361 if (mForegroundBearer == null) { in addBearer()
408 if (mForegroundBearer == bearer) { in removeBearer()
580 if (mForegroundBearer != bearer) { in callAdded()
749 if (bearer == mForegroundBearer) { in networkStateChanged()
1129 } else if (mForegroundBearer == null) { in setForegroundBearer()
1133 if (!bearer.providerName.equals(mForegroundBearer.providerName)) { in setForegroundBearer()
1137 if (bearer.technology != mForegroundBearer.technology) { in setForegroundBearer()
1142 mForegroundBearer = bearer; in setForegroundBearer()