Home
last modified time | relevance | path

Searched refs:profileFilter (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserInfoControllerImpl.java75 IntentFilter profileFilter = new IntentFilter(); in UserInfoControllerImpl() local
76 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()