Merge "Add method that checks the Binder status of ImsConfig" am: 6ffc855e8d

am: bc13df8ce8

Change-Id: I7d73cade826c47b902c875b9543cb50fb19631d9
This commit is contained in:
Brad Ebinger
2017-08-10 23:11:44 +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();
}
}