Searched refs:getAdditionalExtrasForGetProvisioningModeIntent (Results 1 – 3 of 3) sorted by relevance
777 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_orgDevice_exactExtras()794 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_orgDevice_imeiPassed()811 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_orgDevice_serialNumberPassed()827 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_nonOrgDevice_adminBundlePassed()845 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_nonOrgDevice_allowedModesPassed()862 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_nonOrgDevice_hasExactlyTwoExtras()874 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_orgDevice_adminBundlePassed()891 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_fullyManagedDevice_adminBundlePassed()910 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_fullyManagedDevice_exactExtras()926 Bundle bundle = mController.getAdditionalExtrasForGetProvisioningModeIntent(); in testGetAdditionalExtrasForGetProvisioningModeIntent_fullyManagedDevice_imeiPassed()[all …]
478 Bundle additionalExtras = mController.getAdditionalExtrasForGetProvisioningModeIntent();
626 Bundle getAdditionalExtrasForGetProvisioningModeIntent() { in getAdditionalExtrasForGetProvisioningModeIntent() method in PreProvisioningActivityController