Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DOsUtil.java47 private static Boolean sIsSecondaryUser = null; field in OsUtil
142 if (sIsSecondaryUser == null) { in isSecondaryUser()
156 sIsSecondaryUser = isSecondaryUser; in isSecondaryUser()
158 return sIsSecondaryUser; in isSecondaryUser()