Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java1051 private final boolean mDestroyFrozenSockets; field in ConnectivityService
2048 mDestroyFrozenSockets = mDeps.isAtLeastV() || (mDeps.isAtLeastU()
2053 if (mDestroyFrozenSockets) {
3596 pw.print("mDestroyFrozenSockets="); pw.println(mDestroyFrozenSockets);