Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DMyServiceClient.java92 public String getRestrictBackgroundStatus() throws RemoteException { in getRestrictBackgroundStatus() method in MyServiceClient
93 return mService.getRestrictBackgroundStatus(); in getRestrictBackgroundStatus()
H A DNetworkPolicyTestUtils.java346 final int actualStatus = getConnectivityManager().getRestrictBackgroundStatus();
391 final int actualStatus = getConnectivityManager().getRestrictBackgroundStatus();
H A DAbstractRestrictBackgroundNetworkTestCase.java263 final String status = mServiceClient.getRestrictBackgroundStatus(); in assertRestrictBackgroundStatus()
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/
H A DMyService.java86 public String getRestrictBackgroundStatus() {
87 return MyBroadcastReceiver.getRestrictBackgroundStatus(getApplicationContext());
H A DMyBroadcastReceiver.java120 static String getRestrictBackgroundStatus(Context context) { in getRestrictBackgroundStatus() method in MyBroadcastReceiver
123 final int apiStatus = cm.getRestrictBackgroundStatus(); in getRestrictBackgroundStatus()
/aosp12/packages/modules/Connectivity/tests/cts/hostside/aidl/com/android/cts/net/hostside/
H A DIMyService.aidl27 String getRestrictBackgroundStatus(); in getRestrictBackgroundStatus() method
/aosp12/frameworks/base/core/java/android/net/
H A DINetworkPolicyManager.aidl65 int getRestrictBackgroundStatus(int uid); in getRestrictBackgroundStatus() method
H A DNetworkPolicyManager.java466 public int getRestrictBackgroundStatus(int uid) { in getRestrictBackgroundStatus() method in NetworkPolicyManager
468 return mService.getRestrictBackgroundStatus(uid); in getRestrictBackgroundStatus()
/aosp12/frameworks/base/docs/html/sdk/support_api_diff/25.0.0/
H A DmissingSinces.txt12 NO DOC BLOCK: android.support.v4.net.ConnectivityManagerCompat Method getRestrictBackgroundStatus(a…
/aosp12/frameworks/layoutlib/bridge/src/android/net/
H A DConnectivityManager.java878 public @RestrictBackgroundStatus int getRestrictBackgroundStatus() { in getRestrictBackgroundStatus() method in ConnectivityManager
/aosp12/frameworks/base/core/api/
H A Dmodule-lib-current.txt182 …id.net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK) public int getRestrictBackgroundStatus(int);
/aosp12/packages/modules/Connectivity/framework/api/
H A Dcurrent.txt86 method public int getRestrictBackgroundStatus();
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTethering.java1180 final boolean isDataSaverEnabled = connMgr.getRestrictBackgroundStatus() in handleDataSaverChanged()
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DConnectivityManager.java5084 public @RestrictBackgroundStatus int getRestrictBackgroundStatus() { in getRestrictBackgroundStatus() method in ConnectivityManager
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringTest.java2081 doReturn(status).when(mCm).getRestrictBackgroundStatus(); in setDataSaverEnabled()
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java2162 final int status = (cm == null) ? -1 : cm.getRestrictBackgroundStatus(); in dumpSyncState()
/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java3184 public int getRestrictBackgroundStatus(int uid) {
/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java2286 return mPolicyManager.getRestrictBackgroundStatus(callerUid); in getRestrictBackgroundStatusByCaller()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt11577 HSPLandroid/net/ConnectivityManager;->getRestrictBackgroundStatus()I
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt11569 HSPLandroid/net/ConnectivityManager;->getRestrictBackgroundStatus()I
/aosp12/frameworks/base/services/
H A Dart-profile25497 HPLcom/android/server/net/NetworkPolicyManagerService;->getRestrictBackgroundStatus(I)I