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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserInfoController.java65 IntentFilter profileFilter = new IntentFilter();
66 profileFilter.addAction(ContactsContract.Intents.ACTION_PROFILE_CHANGED);
67 profileFilter.addAction(Intent.ACTION_USER_INFO_CHANGED);
68 mContext.registerReceiverAsUser(mProfileReceiver, UserHandle.ALL, profileFilter,
/frameworks/av/services/audioflinger/
H A Dtest-resample.cpp107 bool profileFilter = false; local
123 profileFilter = true;
338 if (profileFilter) {

Completed in 203 milliseconds