aboutsummaryrefslogtreecommitdiff
path: root/car-lib
diff options
context:
space:
mode:
authorYing Zheng <yizheng@google.com>2018-06-05 17:05:12 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-06-05 17:05:12 +0000
commitbc847a0ef574b4aacc4a6f201bd7433b91aa77d3 (patch)
tree5d8d5b802bb45ef3bf7ba2a597d5155555ac0e91 /car-lib
parent229543beb489155f5dbd388fc7f43adc383ed361 (diff)
parent102bcb209057c84331d51b7e8bc17d5aeb2889a4 (diff)
downloadCar-bc847a0ef574b4aacc4a6f201bd7433b91aa77d3.tar.gz
Merge "Remove temp method as the full support is in." into pi-dev
Diffstat (limited to 'car-lib')
-rw-r--r--car-lib/src/android/car/user/CarUserManagerHelper.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/car-lib/src/android/car/user/CarUserManagerHelper.java b/car-lib/src/android/car/user/CarUserManagerHelper.java
index 2453835416..7585ec76a9 100644
--- a/car-lib/src/android/car/user/CarUserManagerHelper.java
+++ b/car-lib/src/android/car/user/CarUserManagerHelper.java
@@ -177,15 +177,6 @@ public class CarUserManagerHelper {
}
/**
- * Temporary method: Gets all the users that includes system user.
- *
- * @return List of {@code UserInfo} for users that associated with a real person.
- */
- public List<UserInfo> getAllUsersIncludingSystemUser() {
- return mUserManager.getUsers(/* excludeDying= */true);
- }
-
- /**
* Get all the users except the one with userId passed in.
*
* @param userId of the user not to be returned.