Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DUtils.java428 final Intent removeIntent = result.getParcelable(AccountManager.KEY_INTENT); in removeAccount() local
429 if (removeIntent != null) { in removeAccount()
432 TrampolineActivity.startActivity(context, removeIntent); in removeAccount()