Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserInfoControllerImpl.java63 IntentFilter profileFilter = new IntentFilter(); in UserInfoControllerImpl() local
64 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()
/frameworks/av/media/libaudioprocessing/tests/
Dtest-resampler.cpp107 bool profileFilter = false; in main() local
123 profileFilter = true; in main()
336 if (profileFilter) { in main()