Home
last modified time | relevance | path

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

/packages/services/Car/tests/UserSwitchMonitorApp/src/com/google/android/car/userswitchmonitor/
DBootCompletedReceiver.java18 import static com.google.android.car.userswitchmonitor.UserSwitchMonitorService.TAG;
31 Intent service = new Intent(appContext, UserSwitchMonitorService.class); in onReceive()
DUserSwitchMonitorService.java50 public final class UserSwitchMonitorService extends Service { class
355 String userFriendlyIntent = UserSwitchMonitorService.toString(mUserId, intent); in onReceive()