Home
last modified time | relevance | path

Searched defs:postIntent (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowInstrumentation.java404 private void postIntent( in postIntent() method in ShadowInstrumentation
471 private ListenableFuture<BroadcastResultHolder> postIntent( in postIntent() method in ShadowInstrumentation
/aosp_15_r20/cts/tests/tests/wifi/src/android/net/wifi/cts/
H A DWifiManagerTest.java2525 final Intent postIntent = new Intent("com.android.setupwizard.OEM_POST_SETUP"); in testNetworkSetupWizardPermission() local