Home
last modified time | relevance | path

Searched defs:profileState (Results 1 – 7 of 7) sorted by relevance

/packages/modules/NetworkStack/apishim/35/com/android/networkstack/apishim/
DVpnProfileStateShimImpl.java32 protected VpnProfileStateShimImpl(@NonNull VpnProfileState profileState) { in VpnProfileStateShimImpl()
/packages/modules/NetworkStack/apishim/34/com/android/networkstack/apishim/api34/
DVpnProfileStateShimImpl.java30 protected VpnProfileStateShimImpl(@NonNull VpnProfileState profileState) { in VpnProfileStateShimImpl()
/packages/modules/NetworkStack/apishim/33/com/android/networkstack/apishim/api33/
DVpnManagerShimImpl.java66 final VpnProfileState profileState = mVm.getProvisionedVpnProfileState(); in getProvisionedVpnProfileState() local
DVpnProfileStateShimImpl.java30 public VpnProfileStateShimImpl(@NonNull VpnProfileState profileState) { in VpnProfileStateShimImpl()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIkev2VpnTest.java526 final VpnProfileStateShim profileState = mVmShim.getProvisionedVpnProfileState(); in checkStartStopVpnProfileBuildsNetworks() local
547 final VpnProfileStateShim profileState = mVmShim.getProvisionedVpnProfileState(); in checkStartStopVpnProfileBuildsNetworks() local
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothDeviceManager.java654 int profileState = mAutoConnectingDeviceProfiles.valueAt(i); in isAutoConnectDeviceConnected() local
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DVpnTest.java1319 int errorCode, String[] packageName, @NonNull VpnProfileState... profileState) { in verifyVpnManagerEvent()
1372 private void verifyAlwaysOnStateChanged(String[] packageName, VpnProfileState... profileState) { in verifyAlwaysOnStateChanged()