Home
last modified time | relevance | path

Searched defs:newIntent (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/
DGrantUriPermission.java57 final Intent newIntent = intent.getParcelableExtra(EXTRA_INTENT); in onReceive() local
62 final Intent newIntent = intent.getParcelableExtra(EXTRA_INTENT); in onReceive() local
/cts/tests/fragment/src/android/fragment/cts/
DNewIntentActivity.java26 public final CountDownLatch newIntent = new CountDownLatch(1); field in NewIntentActivity
/cts/hostsidetests/services/activityandwindowmanager/activitymanager/appSecondUid/src/android/server/cts/second/
DLaunchBroadcastReceiver.java34 final Intent newIntent = new Intent(); in onReceive() local
/cts/hostsidetests/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/tools/
DActivityLauncher.java44 final Intent newIntent = new Intent(); in launchActivityFromExtras() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DVpnTestActivity.java95 Intent newIntent = VpnService.prepare(this); in testVpnEstablishFails() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleScannerService.java188 Intent newIntent = new Intent(BLE_PRIVACY_NEW_MAC_RECEIVE); in onScanResult() local