Searched refs:checkIntent (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/firewall/ |
H A D | IntentFirewall.java | 146 return checkIntent(mActivityResolver, intent.getComponent(), TYPE_ACTIVITY, intent, in checkStartActivity() 152 return checkIntent(mServiceResolver, resolvedService, TYPE_SERVICE, intent, callerUid, in checkService() 158 return checkIntent(mBroadcastResolver, intent.getComponent(), TYPE_BROADCAST, intent, in checkBroadcast() 162 public boolean checkIntent(FirewallIntentResolver resolver, ComponentName resolvedComponent, in checkIntent() method in IntentFirewall
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/ |
H A D | NetworkScoreServiceTest.java | 885 verify(mContext).bindServiceAsUser(MockUtils.checkIntent( in testServiceConnection_bind_notBound() 898 when(mContext.bindServiceAsUser(MockUtils.checkIntent( in testServiceConnection_bind_alreadyBound() 909 verify(mContext, times(1)).bindServiceAsUser(MockUtils.checkIntent( in testServiceConnection_bind_alreadyBound() 922 when(mContext.bindServiceAsUser(MockUtils.checkIntent( in testServiceConnection_bindFails() 949 when(mContext.bindServiceAsUser(MockUtils.checkIntent( in testServiceConnection_unbind_alreadyBound()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | MockUtils.java | 90 public static Intent checkIntent(final Intent intent) { in checkIntent() method in MockUtils
|
H A D | DevicePolicyManagerTest.java | 1031 MockUtils.checkIntent(intent), in testSetActivePasswordState_sendToProfiles() 1071 MockUtils.checkIntent(intent), in testSetActivePasswordState_notSentToParent() 1076 MockUtils.checkIntent(intent), in testSetActivePasswordState_notSentToParent() 5928 MockUtils.checkIntent(intent), in setActivePasswordState() 6399 MockUtils.checkIntent(expectedIntent), in verifyDataSharingAppliedBroadcast()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | Task.java | 4114 Intent checkIntent = intent != null ? intent : affinityIntent; 4116 if (checkIntent != null) { 4120 checkIntent.getComponent().getPackageName(), 4129 Slog.w(TAG, "Updating task #" + taskId + " for " + checkIntent
|
/aosp14/frameworks/base/services/ |
H A D | art-profile-boot | 627 Lcom/android/server/firewall/IntentFirewall;->checkIntent(Lcom/android/server/firewall/IntentFirewa…
|
H A D | art-profile | 4093 HSPLcom/android/server/firewall/IntentFirewall;->checkIntent(Lcom/android/server/firewall/IntentFir…
|