Searched refs:checkIntent (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/firewall/ |
D | IntentFirewall.java | 129 return checkIntent(mActivityResolver, intent.getComponent(), TYPE_ACTIVITY, intent, in checkStartActivity() 135 return checkIntent(mServiceResolver, resolvedService, TYPE_SERVICE, intent, callerUid, in checkService() 141 return checkIntent(mBroadcastResolver, intent.getComponent(), TYPE_BROADCAST, intent, in checkBroadcast() 145 public boolean checkIntent(FirewallIntentResolver resolver, ComponentName resolvedComponent, in checkIntent() method in IntentFirewall
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | NetworkScoreServiceTest.java | 882 verify(mContext).bindServiceAsUser(MockUtils.checkIntent( in testServiceConnection_bind_notBound() 895 when(mContext.bindServiceAsUser(MockUtils.checkIntent( in testServiceConnection_bind_alreadyBound() 906 verify(mContext, times(1)).bindServiceAsUser(MockUtils.checkIntent( in testServiceConnection_bind_alreadyBound() 919 when(mContext.bindServiceAsUser(MockUtils.checkIntent( in testServiceConnection_bindFails() 946 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 | 797 MockUtils.checkIntent(intent), in testSetActivePasswordState_sendToProfiles() 802 MockUtils.checkIntent(intent), in testSetActivePasswordState_sendToProfiles() 841 MockUtils.checkIntent(intent), in testSetActivePasswordState_notSentToParent() 846 MockUtils.checkIntent(intent), in testSetActivePasswordState_notSentToParent() 4315 MockUtils.checkIntent(intent), in setActivePasswordState() 4764 MockUtils.checkIntent(expectedIntent), in verifyDataSharingChangedBroadcast()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskRecord.java | 2926 Intent checkIntent = intent != null ? intent : affinityIntent; in restoreFromXml() local 2928 if (checkIntent != null) { in restoreFromXml() 2932 checkIntent.getComponent().getPackageName(), in restoreFromXml() 2941 Slog.w(TAG, "Updating task #" + taskId + " for " + checkIntent in restoreFromXml()
|
/frameworks/base/services/ |
D | art-profile | 7069 HSPLcom/android/server/firewall/IntentFirewall;->checkIntent(Lcom/android/server/firewall/IntentFir…
|