Searched refs:checkIntent (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
H A D | CalendarReceiver.java | 94 final PendingIntent checkIntent = PendingIntent.getBroadcast(context, in setCalendarCheckAlarm() local 102 NEXT_EVENT_CHECK_INTERVAL, NEXT_EVENT_CHECK_INTERVAL, checkIntent); in setCalendarCheckAlarm()
|
/aosp12/frameworks/base/services/core/java/com/android/server/firewall/ |
H A D | IntentFirewall.java | 132 return checkIntent(mActivityResolver, intent.getComponent(), TYPE_ACTIVITY, intent, in checkStartActivity() 138 return checkIntent(mServiceResolver, resolvedService, TYPE_SERVICE, intent, callerUid, in checkService() 144 return checkIntent(mBroadcastResolver, intent.getComponent(), TYPE_BROADCAST, intent, in checkBroadcast() 148 public boolean checkIntent(FirewallIntentResolver resolver, ComponentName resolvedComponent, in checkIntent() method in IntentFirewall
|
/aosp12/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()
|
/aosp12/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 | 977 MockUtils.checkIntent(intent), in testSetActivePasswordState_sendToProfiles() 1016 MockUtils.checkIntent(intent), in testSetActivePasswordState_notSentToParent() 1021 MockUtils.checkIntent(intent), in testSetActivePasswordState_notSentToParent() 5708 MockUtils.checkIntent(intent), in setActivePasswordState() 6176 MockUtils.checkIntent(expectedIntent), in verifyDataSharingAppliedBroadcast()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | Task.java | 4055 Intent checkIntent = intent != null ? intent : affinityIntent; 4057 if (checkIntent != null) { 4061 checkIntent.getComponent().getPackageName(), 4070 Slog.w(TAG, "Updating task #" + taskId + " for " + checkIntent
|
/aosp12/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 | 19181 HSPLcom/android/server/firewall/IntentFirewall;->checkIntent(Lcom/android/server/firewall/IntentFir…
|