Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/android/net/
H A DConnectivityManager.java875 public @interface RestrictBackgroundStatus { annotation in ConnectivityManager
878 public @RestrictBackgroundStatus int getRestrictBackgroundStatus() { in getRestrictBackgroundStatus()
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DConnectivityManager.java5073 public @interface RestrictBackgroundStatus { annotation in ConnectivityManager
5084 public @RestrictBackgroundStatus int getRestrictBackgroundStatus() { in getRestrictBackgroundStatus()
/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java116 import android.net.ConnectivityManager.RestrictBackgroundStatus;
2281 public @RestrictBackgroundStatus int getRestrictBackgroundStatusByCaller() { in getRestrictBackgroundStatusByCaller()