/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/systemupdate/ |
D | InstallUpdateTest.java | 198 private void setNonChargingBatteryLevelAndWait(int level) throws Exception { in setNonChargingBatteryLevelAndWait() 208 private void setChargingBatteryLevelAndWait(int level) throws Exception { in setChargingBatteryLevelAndWait() 213 private void setBatteryStateAndWait(boolean plugged, int level) throws Exception { in setBatteryStateAndWait() 226 private boolean isBatteryState(boolean plugged, int level) { in isBatteryState() 238 int level = batteryStatus.getIntExtra(BatteryManager.EXTRA_LEVEL, /* defaultValue= */ -1); in calculateBatteryPercentage() local
|
/cts/suite/audio_quality/lib/src/ |
D | Log.cpp | 41 void Log::printf(LogLevel level, const char* fmt, ...) in printf() 49 void Log::setLogLevel(LogLevel level) in setLogLevel()
|
/cts/tests/tests/libthermalndk/jni/ |
D | NativeThermalTest.cpp | 64 static inline void setThermalStatusOverride(JNIEnv* env, jobject obj, int32_t level) { in setThermalStatusOverride() 77 JNIEnv *env, jobject obj, int32_t level) { in testGetCurrentThermalStatus() 100 static jstring nativeTestGetCurrentThermalStatus(JNIEnv *env, jobject obj, jint level) { in nativeTestGetCurrentThermalStatus() 134 for (int32_t level = ATHERMAL_STATUS_LIGHT; level <= ATHERMAL_STATUS_SHUTDOWN; level++) { in testRegisterThermalStatusListener() local 238 for (int32_t level = ATHERMAL_STATUS_LIGHT; level <= ATHERMAL_STATUS_SHUTDOWN; level++) { in testThermalStatusListenerDoubleRegistration() local
|
/cts/tests/tests/libthermalndk/src/android/thermal/cts/ |
D | NativeThermalTest.java | 46 private native String nativeTestGetCurrentThermalStatus(int level); in nativeTestGetCurrentThermalStatus() 65 public void setOverrideStatus (int level) throws Exception { in setOverrideStatus()
|
/cts/tests/media/src/android/mediav2/cts/ |
D | EncoderProfileLevelTest.java | 273 private LevelLimitAVC(int level, int mbsPerSec, long mbs, int bitrate) { in getMinLevelAVC() 280 private final int level; in getMinLevelAVC() field in EncoderProfileLevelTest.LevelLimitAVC 321 private LevelLimitHEVC(int level, int frameRate, long samples, int bitrate) { in getMinLevelHEVC() 328 private final int level; in getMinLevelHEVC() field in EncoderProfileLevelTest.LevelLimitHEVC 369 private LevelLimitH263(int level, int height, int width, int frameRate, in getMinLevelH263() 378 private final int level; in getMinLevelH263() field in EncoderProfileLevelTest.LevelLimitH263 410 private LevelLimitVP9(int level, long sampleRate, int size, int breadth, in getMinLevelVP9() 419 private final int level; in getMinLevelVP9() field in EncoderProfileLevelTest.LevelLimitVP9 456 private LevelLimitMPEG2(int level, long sampleRate, int width, int height, in getMinLevelMPEG2() 466 private final int level; in getMinLevelMPEG2() field in EncoderProfileLevelTest.LevelLimitMPEG2 [all …]
|
/cts/tests/tests/media/src/android/media/cts/ |
D | EnvReverbTest.java | 86 short level = mReverb.getRoomLevel(); in test1_0Room() local 154 short level = mReverb.getReverbLevel(); in test1_2Reverb() local 268 short level = (short)((settings.roomLevel == 0) ? -1000 : 0); in test1_5Properties() local
|
D | MediaCodecCapabilitiesTest.java | 332 private boolean checkDecoder(String mime, int profile, int level) { in checkDecoder() 341 private boolean hasDecoder(String mime, int profile, int level) { in hasDecoder() 345 private boolean hasEncoder(String mime, int profile, int level) { in hasEncoder() 351 private boolean checkDecodeWithDefaultPlayer(String mime, int profile, int level) { in checkDecodeWithDefaultPlayer() 360 String mime, boolean isEncoder, int profile, int level, in supports()
|
D | MediaExtractorTest.java | 225 int level = trackFormatForDolbyVision.getInteger(MediaFormat.KEY_LEVEL); in testDolbyVisionMediaExtractorProfileDvheDtr() local 257 final int level = trackFormat.getInteger(MediaFormat.KEY_LEVEL); in SKIP_testDolbyVisionMediaExtractorProfileDvheStn() local 297 int level = trackFormatForDolbyVision.getInteger(MediaFormat.KEY_LEVEL); in testDolbyVisionMediaExtractorProfileDvheSt() local 345 int level = trackFormatForDolbyVision.getInteger(MediaFormat.KEY_LEVEL); in testDolbyVisionMediaExtractorProfileDvavSe() local 376 final int level = trackFormat.getInteger(MediaFormat.KEY_LEVEL); in testDolbyVisionMediaExtractorProfileDvav1() local 419 int level = trackFormatForDolbyVision.getInteger(MediaFormat.KEY_LEVEL); in testDolbyVisionMediaExtractorProfileDvav1_2() local
|
/cts/suite/audio_quality/test/ |
D | LogTest.cpp | 32 Log::LogLevel level = Log::Instance()->getLogLevel(); in TEST_F() local
|
/cts/apps/OomCatcher/src/com/android/cts/oomcatcher/ |
D | OomCatcher.java | 72 public void onTrimMemory(int level) { in onTrimMemory()
|
/cts/tests/tests/security/native/verified_boot/ |
D | VerifiedBootTest.cpp | 32 int level = android::base::GetIntProperty("ro.product.first_api_level", 0); in getFirstApiLevel() local
|
/cts/hostsidetests/incident/src/com/android/server/cts/ |
D | BatteryIncidentTest.java | 57 int level = dump.getLevel(); in verifyBatteryServiceDumpProto() local
|
/cts/tests/app/app/src/android/app/stubs/ |
D | SimpleActivity.java | 49 public void onTrimMemory(int level) { in onTrimMemory()
|
D | TrimMemService.java | 46 public void onTrimMemory(int level) { in onTrimMemory()
|
/cts/tests/app/CantSaveState1/src/com/android/test/cantsavestate2/ |
D | CantSave1Activity.java | 46 public void onTrimMemory(int level) { in onTrimMemory()
|
/cts/suite/audio_quality/client/src/com/android/cts/audiotest/ |
D | CtsAudioClientActivity.java | 68 int setVolume(int stream, int level) { in setVolume()
|
/cts/tests/app/src/android/app/cts/ |
D | ApplicationTest.java | 65 final int level = 2; in testOnTrimMemory() local
|
/cts/tests/tests/security/src/android/security/cts/ |
D | AslrTest.java | 115 int level = Integer.parseInt(in.readLine().trim()); in testVaRandomize() local
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | BatteryUtils.java | 65 public static void runDumpsysBatterySetLevel(int level) throws Exception { in runDumpsysBatterySetLevel()
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | ScaleDrawableTest.java | 362 int level = 4000; in testOnBoundsChange() local 531 protected boolean onLevelChange(int level) { in onLevelChange() 563 protected boolean onLevelChange(int level) { in onLevelChange()
|
D | LevelListDrawableTest.java | 232 protected boolean onLevelChange(int level) { in onLevelChange()
|
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
D | BatteryConstraintTest.java | 95 void setBatteryState(boolean plugged, int level) throws Exception { in setBatteryState()
|
/cts/tests/translation/src/android/translation/cts/ |
D | Helper.java | 165 public static void disableDebugLog(String level) { in disableDebugLog()
|
/cts/tests/tests/security/native/encryption/ |
D | FileBasedEncryptionPolicyTest.cpp | 41 int level = property_get_int32("ro.product.first_api_level", 0); in getFirstApiLevel() local
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | CellInfoTest.java | 457 int level = cdma.getLevel(); in verifyCellSignalStrengthCdma() local 801 int level = cellSignalStrengthLte.getLevel(); in verifyCellSignalStrengthLte() local 938 int level = wcdma.getLevel(); in verifyCellSignalStrengthWcdma() local 1038 int level = gsm.getLevel(); in verifyCellSignalStrengthGsm() local 1168 int level = tdscdma.getLevel(); in verifyCellSignalStrengthTdscdma() local
|