Searched defs:CAT_SEVERE_THREAT (Results 1 - 1 of 1) sorted by path

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
H A DCdmaSmsCbTest.java599 private static final String CAT_SEVERE_THREAT = "Severe Threat to Life and Property"; field in class:CdmaSmsCbTest
647 int category1NameLength = CAT_SEVERE_THREAT.length();
667 bos.write(7, CAT_SEVERE_THREAT.charAt(i));
694 assertEquals(CAT_SEVERE_THREAT, programData.getCategoryName());

Completed in 261 milliseconds