Home
last modified time | relevance | path

Searched refs:MANAGED_PROVISIONING_INTENT (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
DDeviceManagementRoleHolderHelperTest.java84 private static final Intent MANAGED_PROVISIONING_INTENT = MANAGED_PROFILE_INTENT; field in DeviceManagementRoleHolderHelperTest
113 mContext, MANAGED_PROVISIONING_INTENT)).isTrue(); in isRoleHolderReadyForProvisioning_works()
122 mContext, MANAGED_PROVISIONING_INTENT)).isFalse(); in isRoleHolderReadyForProvisioning_emptyRoleHolderPackageName_isFalse()
131 mContext, MANAGED_PROVISIONING_INTENT)).isFalse(); in isRoleHolderReadyForProvisioning_roleHolderDelegationDisabled_returnsFalse()
140 mContext, MANAGED_PROVISIONING_INTENT)).isFalse(); in isRoleHolderReadyForProvisioning_roleHolderNotInstalled_returnsFalse()
149 mContext, MANAGED_PROVISIONING_INTENT)).isFalse(); in isRoleHolderReadyForProvisioning_roleHolderStub_returnsFalse()
158 mContext, MANAGED_PROVISIONING_INTENT)).isFalse(); in isRoleHolderReadyForProvisioning_roleHolderInvalid_returnsFalse()
168 mContext, MANAGED_PROVISIONING_INTENT)).isTrue(); in isRoleHolderReadyForProvisioning_roleHolderResolvesRequiredIntents_returnsTrue()
180 mContext, MANAGED_PROVISIONING_INTENT)).isFalse(); in isRoleHolderReadyForProvisioning_roleHolderResolvesRequiredIntentsExceptManagedProfile_returnsFalse()
192 mContext, MANAGED_PROVISIONING_INTENT)).isFalse(); in isRoleHolderReadyForProvisioning_roleHolderResolvesRequiredIntentsExceptTrustedSource_returnsFalse()
[all …]
DDeviceManagementRoleHolderUpdaterHelperTest.java78 private static final Intent MANAGED_PROVISIONING_INTENT = MANAGED_PROFILE_INTENT; field in DeviceManagementRoleHolderUpdaterHelperTest
126 mContext, MANAGED_PROVISIONING_INTENT, PARAMS)).isTrue(); in shouldStartRoleHolderUpdater_works()
163 mContext, MANAGED_PROVISIONING_INTENT, PARAMS)).isFalse(); in shouldStartRoleHolderUpdater_nullRoleHolderPackageName_returnsFalse()
173 mContext, MANAGED_PROVISIONING_INTENT, PARAMS)).isFalse(); in shouldStartRoleHolderUpdater_emptyRoleHolderPackageName_returnsFalse()
183 mContext, MANAGED_PROVISIONING_INTENT, PARAMS)).isFalse(); in shouldStartRoleHolderUpdater_nullRoleHolderUpdaterPackageName_returnsFalse()
193 mContext, MANAGED_PROVISIONING_INTENT, PARAMS)).isFalse(); in shouldStartRoleHolderUpdater_emptyRoleHolderUpdaterPackageName_returnsFalse()
203 mContext, MANAGED_PROVISIONING_INTENT, PARAMS)).isFalse(); in shouldStartRoleHolderUpdater_roleHolderDelegationDisabled_returnsFalse()
213 mContext, MANAGED_PROVISIONING_INTENT, PARAMS)).isFalse(); in shouldStartRoleHolderUpdater_roleHolderUpdaterNotInstalled_returnsFalse()
223 mContext, MANAGED_PROVISIONING_INTENT, PARAMS)).isFalse(); in shouldStartRoleHolderUpdater_roleHolderUpdaterNotResolvable_returnsFalse()