Searched defs:instr (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | TelephonyUtils.java | 59 public static void addTestEmergencyNumber(Instrumentation instr, String testNumber) in addTestEmergencyNumber() 64 public static void removeTestEmergencyNumber(Instrumentation instr, String testNumber) in removeTestEmergencyNumber() 69 public static void endBlockSuppression(Instrumentation instr) throws Exception { in endBlockSuppression() 73 public static void flushTelephonyMetrics(Instrumentation instr) throws Exception { in flushTelephonyMetrics() 77 public static void enableCompatCommand(Instrumentation instr, String pkgName, in enableCompatCommand() 83 public static void disableCompatCommand(Instrumentation instr, String pkgName, in disableCompatCommand() 89 public static void resetCompatCommand(Instrumentation instr, String pkgName, in resetCompatCommand()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | TestUtils.java | 438 public static void addTestEmergencyNumber(Instrumentation instr, in addTestEmergencyNumber() 443 public static void removeTestEmergencyNumber(Instrumentation instr, in removeTestEmergencyNumber() 448 public static void clearTestEmergencyNumbers(Instrumentation instr) throws Exception { in clearTestEmergencyNumbers() 452 public static void setTestEmergencyPhoneAccountPackageFilter(Instrumentation instr, in setTestEmergencyPhoneAccountPackageFilter() 459 Instrumentation instr) throws Exception { in clearTestEmergencyPhoneAccountPackageFilter() 463 public static void enableCompatCommand(Instrumentation instr, in enableCompatCommand() 469 public static void disableCompatCommand(Instrumentation instr, in disableCompatCommand() 475 public static void resetCompatCommand(Instrumentation instr, in resetCompatCommand()
|