Searched refs:profileFilter (Results 1 – 1 of 1) sorted by relevance
75 IntentFilter profileFilter = new IntentFilter(); in UserInfoControllerImpl() local76 profileFilter.addAction(ContactsContract.Intents.ACTION_PROFILE_CHANGED); in UserInfoControllerImpl()77 profileFilter.addAction(Intent.ACTION_USER_INFO_CHANGED); in UserInfoControllerImpl()78 mContext.registerReceiverAsUser(mProfileReceiver, UserHandle.ALL, profileFilter, in UserInfoControllerImpl()