Searched refs:makeIntent (Results 1 – 2 of 2) sorted by relevance
26 import static com.android.tv.mdnsoffloadmanager.TestHelpers.makeIntent;620 mock(Context.class), makeIntent(Intent.ACTION_SCREEN_OFF)); in whenNonInteractiveMode_enablesOffload()636 mock(Context.class), makeIntent(Intent.ACTION_SCREEN_OFF)); in whenInteractiveMode_disablesOffloadAndRetrievesMetrics()644 mock(Context.class), makeIntent(Intent.ACTION_SCREEN_ON)); in whenInteractiveMode_disablesOffloadAndRetrievesMetrics()781 makeIntent(PowerManager.ACTION_LOW_POWER_STANDBY_POLICY_CHANGED)); in packageRemovedFromLowPowerExemptedList_correspondingDataIsCleared()801 makeIntent(PowerManager.ACTION_LOW_POWER_STANDBY_POLICY_CHANGED)); in packageAddedToLowPowerExemptedList_dataIsOffloaded()
109 static Intent makeIntent(String action) { in makeIntent() method in TestHelpers