HomeSort by relevance Sort by last modified time
    Searched full:profilefilter (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
UserInfoController.java 65 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/
test-resample.cpp 107 bool profileFilter = false;
123 profileFilter = true;
338 if (profileFilter) {

Completed in 746 milliseconds