Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java1018 if (isCurrentPreparedPackage(packageName)) { in setAlwaysOnPackageInternal()
1220 if (mAlwaysOn && !isCurrentPreparedPackage(oldPackage)) { in prepare()
1225 if (!isCurrentPreparedPackage(oldPackage)) { in prepare()
1244 isCurrentPreparedPackage(newPackage))) { in prepare()
1252 if (mAlwaysOn && !isCurrentPreparedPackage(newPackage)) { in prepare()
1261 private boolean isCurrentPreparedPackage(String packageName) { in isCurrentPreparedPackage() method in Vpn
4058 return isCurrentPreparedPackage(packageName) && isIkev2VpnRunner(); in isCurrentIkev2VpnLocked()
/frameworks/base/services/
Dart-wear-profile9234 PLcom/android/server/connectivity/Vpn;->isCurrentPreparedPackage(Ljava/lang/String;)Z