Searched refs:getAdditionalExtrasForGetProvisioningModeIntent (Results 1 – 3 of 3) sorted by relevance
1198 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_orgDevice_exactExtras()1216 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_orgDevice_imeiPassed()1234 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_orgDevice_serialNumberPassed()1250 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_nonOrgDevice_adminBundlePassed()1268 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_nonOrgDevice_allowedModesPassed()1285 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_nonOrgDevice_hasExactlyTwoExtras()1298 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_orgDevice_adminBundlePassed()1315 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_fullyManagedDevice_adminBundlePassed()1334 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_fullyManagedDevice_exactExtras()1351 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_fullyManagedDevice_imeiPassed()[all …]
926 Bundle additionalExtras = mController.getAdditionalExtrasForGetProvisioningModeIntent();
778 Bundle getAdditionalExtrasForGetProvisioningModeIntent() { in getAdditionalExtrasForGetProvisioningModeIntent() method in PreProvisioningActivityController