Home
last modified time | relevance | path

Searched refs:disablePhoneNumberFormattingForTest (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/oem/
DMotorolaUtils.java52 private static Boolean disablePhoneNumberFormattingForTest = null; field in MotorolaUtils
104 if (disablePhoneNumberFormattingForTest != null) { in shouldDisablePhoneNumberFormatting()
105 return disablePhoneNumberFormattingForTest; in shouldDisablePhoneNumberFormatting()
158 disablePhoneNumberFormattingForTest = disablePhoneNumberFormatting; in setDisablePhoneNumberFormattingForTest()