INNER CODE UNIT · Java
TRANSACTION_onMeteredIfacesChanged
moezbhatti/qksms · android-smsmms/src/main/java/android/net/INetworkPolicyListener.java:129
static final int TRANSACTION_onMeteredIfacesChanged = (android.os.IBinder.FIRST_CALL_TRANSACTION + 1);
static final int TRANSACTION_onRestrictBackgroundChanged = (android.os.IBinder.FIRST_CALL_TRANSACTION + 2);
}
public void onUidRulesChanged(int uid, int uidRules) throws android.os.RemoteException;
public void onMeteredIfacesChanged(java.lang.String[] meteredIfaces) throws android.os.RemoteException;
public void onRestrictBackgroundChanged(boolean restrictBackground) throws android.os.RemoteException;
}