Home
last modified time | relevance | path

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

/frameworks/base/services/tests/VpnTests/java/com/android/server/connectivity/
DVpnTest.java279 private static final String PRIMARY_USER_APP_EXCLUDE_KEY = field in VpnTest
1094 when(mVpnProfileStore.get(PRIMARY_USER_APP_EXCLUDE_KEY)) in startVpnForVerifyAppExclusionList()
1118 verify(mVpnProfileStore, never()).put(eq(PRIMARY_USER_APP_EXCLUDE_KEY), any()); in testSetAndGetAppExclusionList()
1121 .put(eq(PRIMARY_USER_APP_EXCLUDE_KEY), in testSetAndGetAppExclusionList()