Searched refs:onPolicyChanged (Results 1 – 10 of 10) sorted by relevance
167 onPolicyChanged(context, getPolicyKey(intent), getPolicyExtraBundle(intent), in onReceive()280 public void onPolicyChanged( in onPolicyChanged() method in PolicyUpdateReceiver
21 void onPolicyChanged(); in onPolicyChanged() method
345 void onPolicyChanged(); in onPolicyChanged() method644 public void onPolicyChanged() { in onPolicyChanged() method in VcnManager.VcnUnderlyingNetworkPolicyListenerBinder646 () -> mExecutor.execute(() -> mListener.onPolicyChanged())); in onPolicyChanged()
525 verify(mMockPolicyListener).onPolicyChanged(); in testTelephonyNetworkTrackerCallbackStopsInstances()729 verify(mMockPolicyListener, never()).onPolicyChanged(); in testSetVcnConfigRequiresSystemUser()741 verify(mMockPolicyListener, never()).onPolicyChanged(); in testSetVcnConfigRequiresCarrierPrivileges()751 verify(mMockPolicyListener, never()).onPolicyChanged(); in testSetVcnConfigMismatchedPackages()806 verify(mMockPolicyListener, never()).onPolicyChanged(); in testSetVcnConfigTestModeRequiresPermission()1431 verify(mMockPolicyListener).onPolicyChanged(); in testAddNewVcnUpdatesPolicyListener()1448 verify(mMockPolicyListener).onPolicyChanged(); in testVcnConfigChangeUpdatesPolicyListener()1460 verify(mMockPolicyListener).onPolicyChanged(); in testRemoveVcnUpdatesPolicyListener()1475 verify(mMockPolicyListener).onPolicyChanged(); in testVcnSubIdChangeUpdatesPolicyListener()1499 verify(mMockPolicyListener).onPolicyChanged(); in testVcnCarrierConfigChangeUpdatesPolicyListener()[all …]
84 listenerWrapper.onPolicyChanged(); in testAddVcnUnderlyingNetworkPolicyListener()85 verify(mMockPolicyListener).onPolicyChanged(); in testAddVcnUnderlyingNetworkPolicyListener()
1263 callback.onPolicyChanged(); in dispatchOnPolicyChanged()1741 void onPolicyChanged() {} in onPolicyChanged() method in ZenModeHelper.Callback
2309 void onPolicyChanged() { in init()
682 policyListener.mListener.onPolicyChanged(); in notifyAllPolicyListenersLocked()
9774 method public void onPolicyChanged();
8309 …method public void onPolicyChanged(@NonNull android.content.Context, @NonNull String, @NonNull and…