Searched refs:usFilter (Results 1 – 1 of 1) sorted by relevance
392 IntentFilter usFilter = new IntentFilter(Intent.ACTION_USER_SWITCHED); in startSystem() local394 argThat(new IntentFilterMatcher(usFilter)), isNull(), isA(Handler.class)); in startSystem()