Home
last modified time | relevance | path

Searched defs:onSwitchUser (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/car-lib/src/android/car/
DICar.aidl47 oneway void onSwitchUser(in int userHandle) = 2; in onSwitchUser() method
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java86 void onSwitchUser(int userId); in onSwitchUser() method
313 public void onSwitchUser(int userHandle) { in onSwitchUser() method in CarUserService
/packages/services/Car/car-test-lib/src/android/car/testapi/
DFakeCar.java144 public void onSwitchUser(int userHandle) throws RemoteException { in onSwitchUser() method in FakeCar.FakeCarService
/packages/services/Car/service/src/com/android/car/pm/
DVendorServiceController.java197 public void onSwitchUser(int userId) { in onSwitchUser() method in VendorServiceController
/packages/services/Car/service/src/com/android/car/
DICarImpl.java255 public void onSwitchUser(int userHandle) { in onSwitchUser() method in ICarImpl