Searched refs:FILTER (Results 1 – 1 of 1) sorted by relevance
615 private static final IntentFilter FILTER = new IntentFilter(Intent.ACTION_USER_UNLOCKED); field in ProfileOwnerProvisioningService.UserUnlockedReceiver624 mContext.registerReceiverAsUser(this, new UserHandle(userId), FILTER, null, null); in UserUnlockedReceiver()