Searched refs:getAdditionalExtrasForGetProvisioningModeIntent (Results 1 – 3 of 3) sorted by relevance
744 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_orgDevice_exactExtras()761 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_orgDevice_imeiPassed()778 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_orgDevice_serialNumberPassed()794 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_nonOrgDevice_adminBundlePassed()812 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_nonOrgDevice_allowedModesPassed()829 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_nonOrgDevice_hasExactlyTwoExtras()841 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_orgDevice_adminBundlePassed()858 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_fullyManagedDevice_adminBundlePassed()877 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_fullyManagedDevice_exactExtras()893 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_fullyManagedDevice_imeiPassed()[all …]
478 Bundle additionalExtras = mController.getAdditionalExtrasForGetProvisioningModeIntent();
544 Bundle getAdditionalExtrasForGetProvisioningModeIntent() { in getAdditionalExtrasForGetProvisioningModeIntent() method in PreProvisioningActivityController