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

/frameworks/base/services/java/com/android/server/
H A DCommonTimeManagementService.java99 private String mCurIface; field in class:CommonTimeManagementService
203 (null == mCurIface ? "unbound" : mCurIface)));
244 mCurIface = mCTConfig.getInterfaceBinding();
339 if ((null != bindIface) && (null == mCurIface)) {
341 mCurIface = bindIface;
343 if ((null == bindIface) && (null != mCurIface)) {
345 mCurIface = null;
347 if ((null != bindIface) && (null != mCurIface) && !bindIface.equals(mCurIface)) {
[all...]

Completed in 1272 milliseconds