Searched refs:getRestrictBackgroundStatus (Results 1 – 12 of 12) sorted by relevance
107 public String getRestrictBackgroundStatus() throws RemoteException { in getRestrictBackgroundStatus() method in MyServiceClient109 return mService.getRestrictBackgroundStatus(); in getRestrictBackgroundStatus()
356 final int actualStatus = getConnectivityManager().getRestrictBackgroundStatus();401 final int actualStatus = getConnectivityManager().getRestrictBackgroundStatus();
337 final String status = mServiceClient.getRestrictBackgroundStatus(); in assertRestrictBackgroundStatus()
89 public String getRestrictBackgroundStatus() {90 return MyBroadcastReceiver.getRestrictBackgroundStatus(getApplicationContext());
113 static String getRestrictBackgroundStatus(Context context) { in getRestrictBackgroundStatus() method in MyBroadcastReceiver116 final int apiStatus = cm.getRestrictBackgroundStatus(); in getRestrictBackgroundStatus()
28 String getRestrictBackgroundStatus(); in getRestrictBackgroundStatus() method
73 doReturn(status).`when`(context.networkPolicyManager).getRestrictBackgroundStatus(anyInt()) in mockDataSaverStatus()
1351 final boolean isDataSaverEnabled = connMgr.getRestrictBackgroundStatus() in handleDataSaverChanged()
5685 public @RestrictBackgroundStatus int getRestrictBackgroundStatus() { in getRestrictBackgroundStatus() method in ConnectivityManager
86 method public int getRestrictBackgroundStatus();
2574 doReturn(status).when(mCm).getRestrictBackgroundStatus(); in setDataSaverEnabled()
3159 return mPolicyManager.getRestrictBackgroundStatus(callerUid);7492 mPolicyManager.getRestrictBackgroundStatus(Process.SYSTEM_UID);