Searched refs:mDeviceSdkLevel (Results 1 – 1 of 1) sorted by relevance
57 private DeviceSdkLevel mDeviceSdkLevel; field in ApexSystemServicesTestCases63 mDeviceSdkLevel = new DeviceSdkLevel(getDevice()); in setup()65 assumeTrue(mDeviceSdkLevel.isDeviceAtLeastT()); in setup()