Home
last modified time | relevance | path

Searched refs:checkIntent (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/firewall/
DIntentFirewall.java129 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/
DNetworkScoreServiceTest.java882 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/
DMockUtils.java90 public static Intent checkIntent(final Intent intent) { in checkIntent() method in MockUtils
DDevicePolicyManagerTest.java797 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/
DTaskRecord.java2926 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/
Dart-profile7069 HSPLcom/android/server/firewall/IntentFirewall;->checkIntent(Lcom/android/server/firewall/IntentFir…