Home
last modified time | relevance | path

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

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DNetworkPolicyTestUtils.java66 private static Boolean mAppStandbySupported; field in NetworkPolicyTestUtils
107 if (mAppStandbySupported == null) { in isAppStandbySupported()
108 mAppStandbySupported = AppStandbyUtils.isAppStandbyEnabled(); in isAppStandbySupported()
110 return mAppStandbySupported; in isAppStandbySupported()