Searched refs:getDevice (Results 1 – 11 of 11) sorted by relevance
53 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()
84 TestUtils.assumeGameCoreCertified(getDevice()); in setUp()86 String cmdString = getDevice().executeShellCommand("cmd gpu vkjson"); in setUp()
39 … String output = getDevice().executeShellCommand("gzip -dc /proc/config.gz | grep CONFIG_HZ="); in testConfigHzHighEnough()
93 public ITestDevice getDevice() { in getDevice() method in GameQualificationHostsideController234 collector.setDevice(getDevice()); in run()240 getDevice().pushFile(mApkInfoFile, ApkInfo.APK_LIST_LOCATION); in run()248 getDevice(), in run()
63 this.device = fat.getDevice(); in ClusterChain()77 public BlockDevice getDevice() { in getDevice() method in ClusterChain205 final BlockDevice dev = getDevice(); in readData()
154 setBytesPerSector(getDevice().getSectorSize()); in init()155 setSectorCount(getDevice().getSize() / getDevice().getSectorSize()); in init()
63 new FsInfoSector(bs.getDevice(), offset(bs)); in read()86 new FsInfoSector(bs.getDevice(), offset(bs)); in create()
122 this.device = bs.getDevice(); in Fat()160 public BlockDevice getDevice() { in getDevice() method in Fat
41 this.device = bs.getDevice(); in Fat16RootDirectory()
76 public BlockDevice getDevice() { in getDevice() method in Sector
51 public BlockDevice getDevice() { in getDevice() method in UnknownFileSystemException