Home
last modified time | relevance | path

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

/platform_testing/tests/functional/externalstorage/src/com/android/functional/externalstoragetests/
DAdoptableStorageTests.java109 mDevice.wait(Until.findObject(By.res(storageHelper.SETTINGS_PKG, "edittext")), in testRenameAdoptable()
128 assertTrue(mDevice.wait(Until.hasObject(By.res(storageHelper.SETTINGS_PKG, "body")), in testEjectAdoptable()
130 mDevice.wait(Until.findObject(By.res(storageHelper.SETTINGS_PKG, "confirm").text(pattern)), in testEjectAdoptable()
166 By.res(storageHelper.SETTINGS_PKG, "storage_wizard_init_internal_title")), in initiateAdoption()
171 By.res(storageHelper.SETTINGS_PKG, "suw_navbar_next").text(pattern)), in initiateAdoption()
179 Until.findObject(By.res(storageHelper.SETTINGS_PKG, "storage_wizard_progress")), in initiateAdoption()
195 storageHelper.executeShellCommand("pm move-package " + storageHelper.SETTINGS_PKG + " " in testTransferSystemApp()
197 assertTrue(storageHelper.getInstalledLocation(storageHelper.SETTINGS_PKG) in testTransferSystemApp()
DExternalStorageHelper.java54 public final String SETTINGS_PKG = "com.android.settings"; field in ExternalStorageHelper
221 By.res(SETTINGS_PKG, "storage_wizard_init_external_title")), in setupAsPortableUiFlow()
268 executeShellCommand("pm clear " + SETTINGS_PKG); in settingsUiCleanUp()
DPortableStorageTests.java188 mDevice.wait(Until.findObject(By.res(storageHelper.SETTINGS_PKG, "unmount")), in testEjectPortable()