Searched refs:mIsPrimaryUser (Results 1 – 1 of 1) sorted by relevance
435 if (!mIsPrimaryUser) { in buildPstnPhoneAccount()1218 mIsPrimaryUser = currentUser == null ? true : currentUser.isSystem();1288 private boolean mIsPrimaryUser = UserHandle.of(ActivityManager.getCurrentUser()).isSystem(); field in TelecomAccountRegistry