Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/uiflows/
DPreProvisioningActivity.java222 TextView deviceManagerName = (TextView) findViewById(R.id.device_manager_name); in setMdmIconAndLabel() local
230 deviceManagerName.setText(appLabel); in setMdmIconAndLabel()
234 deviceManagerName.setText(packageName); in setMdmIconAndLabel()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DDeleteManagedProfileDialog.java115 TextView deviceManagerName = (TextView) dialog.findViewById( in onCreateDialog() local
117 deviceManagerName.setText(appLabel); in onCreateDialog()