Searched defs:mIsProxying (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallController.java304 private boolean mIsProxying = true; field in class:InCallController.EmergencyInCallServiceConnection
312 if (mIsConnected && mIsProxying) {
317 mIsProxying = false;
332 mIsProxying = (mSubConnection != null);
338 if (mIsProxying) {
345 mIsProxying = false;
367 if (mIsProxying) {
385 if (mIsProxying) {
398 if (shouldReconnect && !mIsProxying) {
406 pw.append(mIsProxying
[all...]

Completed in 68 milliseconds