Home
last modified time | relevance | path

Searched refs:sendCommandWithBroadcastOptions (Results 1 – 3 of 3) sorted by relevance

/cts/tests/app/src/android/app/cts/
DBroadcastOptionsIntegrationTest.java65 CommandReceiver.sendCommandWithBroadcastOptions(instrumentation.getContext(), in assertBroadcastSuccess()
76 CommandReceiver.sendCommandWithBroadcastOptions(instrumentation.getContext(), in assertBroadcastFailure()
DActivityManagerFgsBgStartTest.java1381 CommandReceiver.sendCommandWithBroadcastOptions(mContext, in testTempAllowListTypeInternal()
1880 CommandReceiver.sendCommandWithBroadcastOptions(mContext, in testTempAllowListReasonCodeInternal()
1942 CommandReceiver.sendCommandWithBroadcastOptions(mContext, in testTempAllowListReasonCodeAlarmClock()
2015 CommandReceiver.sendCommandWithBroadcastOptions(mContext, in testAlarmClockFgsNotStoppedByBackgroundRestrictedInternal()
2325 CommandReceiver.sendCommandWithBroadcastOptions(mContext, in testOverlappedTempAllowListByBroadcastOptions()
2354 CommandReceiver.sendCommandWithBroadcastOptions(mContext, in testOverlappedTempAllowListByBroadcastOptions()
/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java733 public static void sendCommandWithBroadcastOptions(Context context, int command, in sendCommandWithBroadcastOptions() method in CommandReceiver