INNER CODE UNIT · Java

TRANSACTION_onUidRulesChanged

moezbhatti/qksms · android-smsmms/src/main/java/android/net/INetworkPolicyListener.java:128

        static final int TRANSACTION_onUidRulesChanged = (android.os.IBinder.FIRST_CALL_TRANSACTION + 0);
        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;
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…