Searched refs:checkIntent (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/firewall/ |
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
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
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()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | MockUtils.java | 90 public static Intent checkIntent(final Intent intent) { in checkIntent() method in MockUtils
|
D | DevicePolicyManagerTest.java | 1029 MockUtils.checkIntent(intent), in testSetActivePasswordState_sendToProfiles() 1069 MockUtils.checkIntent(intent), in testSetActivePasswordState_notSentToParent() 1074 MockUtils.checkIntent(intent), in testSetActivePasswordState_notSentToParent() 5946 MockUtils.checkIntent(intent), in setActivePasswordState() 6417 MockUtils.checkIntent(expectedIntent), in verifyDataSharingAppliedBroadcast()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Task.java | 4248 Intent checkIntent = intent != null ? intent : affinityIntent; 4250 if (checkIntent != null) { 4254 checkIntent.getComponent().getPackageName(), 4263 Slog.w(TAG, "Updating task #" + taskId + " for " + checkIntent
|
/frameworks/base/services/ |
D | art-profile-boot | 627 Lcom/android/server/firewall/IntentFirewall;->checkIntent(Lcom/android/server/firewall/IntentFirewa…
|
D | art-profile | 1553 HSPLcom/android/server/firewall/IntentFirewall;->checkIntent(Lcom/android/server/firewall/IntentFir…
|
D | art-wear-profile | 11595 HPLcom/android/server/firewall/IntentFirewall;->checkIntent(Lcom/android/server/firewall/IntentFire…
|