Searched refs:profileFilter (Results 1 – 2 of 2) sorted by relevance
63 IntentFilter profileFilter = new IntentFilter(); in UserInfoControllerImpl() local64 profileFilter.addAction(ContactsContract.Intents.ACTION_PROFILE_CHANGED); in UserInfoControllerImpl()65 profileFilter.addAction(Intent.ACTION_USER_INFO_CHANGED); in UserInfoControllerImpl()66 mContext.registerReceiverAsUser(mProfileReceiver, UserHandle.ALL, profileFilter, in UserInfoControllerImpl()
107 bool profileFilter = false; in main() local123 profileFilter = true; in main()336 if (profileFilter) { in main()