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