Merge "Add method that checks the Binder status of ImsConfig" into oc-dr1-dev

am: beca22868c

Change-Id: I0ecd6a43d4375d3ac4d7d54b3d437832c0221f05
This commit is contained in:
Brad Ebinger
2017-06-23 18:40:43 +00:00
committed by android-build-merger

View File

@@ -697,4 +697,11 @@ public class ImsConfig {
ImsReasonInfo.CODE_LOCAL_SERVICE_UNAVAILABLE);
}
}
/**
* @return true if the binder connection is alive, false otherwise.
*/
public boolean isBinderAlive() {
return miConfig.asBinder().isBinderAlive();
}
}