Searched refs:isEuiccCommand (Results 1 - 1 of 1) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccConnector.java123 // Commands corresponding with EuiccService APIs. Keep isEuiccCommand in sync with any changes.
136 private static boolean isEuiccCommand(int what) { method in class:EuiccConnector
485 } else if (isEuiccCommand(message.what)) {
505 if (isEuiccCommand(message.what)) {
596 } else if (isEuiccCommand(message.what)) {
633 } else if (isEuiccCommand(message.what)) {

Completed in 56 milliseconds