OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profileFilter
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
UserInfoController.java
62
IntentFilter
profileFilter
= new IntentFilter();
63
profileFilter
.addAction(ContactsContract.Intents.ACTION_PROFILE_CHANGED);
64
profileFilter
.addAction(Intent.ACTION_USER_INFO_CHANGED);
65
mContext.registerReceiverAsUser(mProfileReceiver, UserHandle.ALL,
profileFilter
,
/frameworks/av/services/audioflinger/
test-resample.cpp
107
bool
profileFilter
= false;
123
profileFilter
= true;
336
if (
profileFilter
) {
Completed in 77 milliseconds