Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DDeviceOwnerPositiveTestActivity.java19 import static com.android.cts.verifier.managedprovisioning.Utils.createInteractiveTestItem;
145 adapter.add(createInteractiveTestItem(this, DEVICE_ADMIN_SETTINGS_ID, in addTestsToAdapter()
160 adapter.add(createInteractiveTestItem(this, DISALLOW_CONFIG_WIFI_ID, in addTestsToAdapter()
174 adapter.add(createInteractiveTestItem(this, DISALLOW_CONFIG_VPN_ID, in addTestsToAdapter()
191 adapter.add(createInteractiveTestItem(this, DISALLOW_DATA_ROAMING_ID, in addTestsToAdapter()
206 adapter.add(createInteractiveTestItem(this, DISALLOW_CONFIG_BT_ID, in addTestsToAdapter()
220 adapter.add(createInteractiveTestItem(this, DISALLOW_USB_FILE_TRANSFER_ID, in addTestsToAdapter()
231 adapter.add(createInteractiveTestItem(this, DISABLE_STATUS_BAR_TEST_ID, in addTestsToAdapter()
247 adapter.add(createInteractiveTestItem(this, DISABLE_KEYGUARD_TEST_ID, in addTestsToAdapter()
262 adapter.add(createInteractiveTestItem(this, SET_USER_ICON_TEST_ID, in addTestsToAdapter()
[all …]
DDeviceOwnerRequestingBugreportTestActivity.java19 import static com.android.cts.verifier.managedprovisioning.Utils.createInteractiveTestItem;
137 adapter.add(createInteractiveTestItem(this, BUGREPORT_SHARING_DECLINED_WHILE_BEING_TAKEN, in addTestsToAdapter()
145 adapter.add(createInteractiveTestItem(this, BUGREPORT_SHARING_ACCEPTED_WHILE_BEING_TAKEN, in addTestsToAdapter()
153 adapter.add(createInteractiveTestItem(this, in addTestsToAdapter()
162 adapter.add(createInteractiveTestItem(this, in addTestsToAdapter()
171 adapter.add(createInteractiveTestItem(this, REMOVE_DEVICE_OWNER_TEST_ID, in addTestsToAdapter()
DUtils.java39 static TestListItem createInteractiveTestItem(Activity activity, String id, int titleRes, in createInteractiveTestItem() method in Utils
50 static TestListItem createInteractiveTestItem(Activity activity, String id, int titleRes, in createInteractiveTestItem() method in Utils
52 return createInteractiveTestItem(activity, id, titleRes, infoRes, in createInteractiveTestItem()
DWifiLockdownTestActivity.java135 adapter.add(Utils.createInteractiveTestItem(this, in addTestsToAdapter()
140 adapter.add(Utils.createInteractiveTestItem(this, in addTestsToAdapter()
145 adapter.add(Utils.createInteractiveTestItem(this, in addTestsToAdapter()
150 adapter.add(Utils.createInteractiveTestItem(this, in addTestsToAdapter()
DByodProvisioningTestActivity.java43 adapter.add(Utils.createInteractiveTestItem(this, "BYOD_CustomColor", in onCreate()
51 adapter.add(Utils.createInteractiveTestItem(this, "BYOD_CustomImage", in onCreate()