Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DMemoryTests.java53 TestUtils.assumeGameCoreCertified(getDevice()); in setUp()
62 getDevice().startLogcat(); in testMemoryAllocationLimit()
68 getDevice().clearLogcat(); in testMemoryAllocationLimit()
72 getDevice().executeShellCommand("am start -W " + pkgname + "/" + actname); in testMemoryAllocationLimit()
75 …while((getDevice().executeShellCommand("dumpsys activity | grep top-activity")).contains("allocstr… in testMemoryAllocationLimit()
81 InputStreamSource logcatSource = getDevice().getLogcat(); in testMemoryAllocationLimit()
100 getDevice().stopLogcat(); in testMemoryAllocationLimit()
DVkJsonTests.java84 TestUtils.assumeGameCoreCertified(getDevice()); in setUp()
86 String cmdString = getDevice().executeShellCommand("cmd gpu vkjson"); in setUp()
DDeviceConfigurationTest.java39 … String output = getDevice().executeShellCommand("gzip -dc /proc/config.gz | grep CONFIG_HZ="); in testConfigHzHighEnough()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/testtype/
DGameQualificationHostsideController.java93 public ITestDevice getDevice() { in getDevice() method in GameQualificationHostsideController
234 collector.setDevice(getDevice()); in run()
240 getDevice().pushFile(mApkInfoFile, ApkInfo.APK_LIST_LOCATION); in run()
248 getDevice(), in run()
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DClusterChain.java63 this.device = fat.getDevice(); in ClusterChain()
77 public BlockDevice getDevice() { in getDevice() method in ClusterChain
205 final BlockDevice dev = getDevice(); in readData()
DBootSector.java154 setBytesPerSector(getDevice().getSectorSize()); in init()
155 setSectorCount(getDevice().getSize() / getDevice().getSectorSize()); in init()
DFsInfoSector.java63 new FsInfoSector(bs.getDevice(), offset(bs)); in read()
86 new FsInfoSector(bs.getDevice(), offset(bs)); in create()
DFat.java122 this.device = bs.getDevice(); in Fat()
160 public BlockDevice getDevice() { in getDevice() method in Fat
DFat16RootDirectory.java41 this.device = bs.getDevice(); in Fat16RootDirectory()
DSector.java76 public BlockDevice getDevice() { in getDevice() method in Sector
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
DUnknownFileSystemException.java51 public BlockDevice getDevice() { in getDevice() method in UnknownFileSystemException