Home
last modified time | relevance | path

Searched defs:profiles (Results 1 – 25 of 63) sorted by relevance

123

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DIntentForwarderActivityTest.java158 List<UserInfo> profiles = new ArrayList<>(); in forwardToManagedProfile_canForward_sendIntent() local
197 List<UserInfo> profiles = new ArrayList<>(); in forwardToManagedProfile_cannotForward_sendIntent() local
219 List<UserInfo> profiles = new ArrayList<>(); in forwardToManagedProfile_noManagedProfile_sendIntent() local
236 List<UserInfo> profiles = new ArrayList<>(); in launchInSameProfile_chooserIntent() local
276 List<UserInfo> profiles = new ArrayList<>(); in forwardToManagedProfile_canForward_selectorIntent() local
590 List<UserInfo> profiles = new ArrayList<>(); in forwardToManagedProfile_LoggingTest() local
617 List<UserInfo> profiles = new ArrayList<>(); in forwardToParent_LoggingTest() local
643 List<UserInfo> profiles = new ArrayList<>(); in setupShouldSkipDisclosureTest() local
/frameworks/base/packages/SettingsLib/tests/robotests/testutils/com/android/settingslib/testutils/shadow/
DShadowBluetoothAdapter.java72 protected boolean removeActiveDevice(int profiles) { in removeActiveDevice()
81 protected boolean setActiveDevice(BluetoothDevice device, int profiles) { in setActiveDevice()
/frameworks/av/media/libmedia/
DMediaProfiles.cpp410 MediaProfiles::createVideoCodec(const char **atts, size_t natts, MediaProfiles *profiles) in createVideoCodec()
485 MediaProfiles::createAudioCodec(const char **atts, size_t natts, MediaProfiles *profiles) in createAudioCodec()
728 MediaProfiles *profiles = (MediaProfiles *)userData; in startElementHandler() local
999 MediaProfiles::createDefaultVideoEncoders(MediaProfiles *profiles) in createDefaultVideoEncoders()
1111 MediaProfiles::createDefaultCamcorderProfiles(MediaProfiles *profiles) in createDefaultCamcorderProfiles()
1145 MediaProfiles::createDefaultAudioEncoders(MediaProfiles *profiles) in createDefaultAudioEncoders()
1151 MediaProfiles::createDefaultVideoDecoders(MediaProfiles *profiles) in createDefaultVideoDecoders()
1160 MediaProfiles::createDefaultAudioDecoders(MediaProfiles *profiles) in createDefaultAudioDecoders()
1169 MediaProfiles::createDefaultEncoderOutputFileFormats(MediaProfiles *profiles) in createDefaultEncoderOutputFileFormats()
1183 MediaProfiles::createDefaultImageEncodingQualityLevels(MediaProfiles *profiles) in createDefaultImageEncodingQualityLevels()
[all …]
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManagerTest.java137 List<LocalBluetoothProfile> profiles = new ArrayList<>(); in updateProfiles_addHidProfileForRemoteDevice() local
273 private List<Integer> generateList(int[] profiles) { in generateList()
DCsipDeviceManagerTest.java139 List<LocalBluetoothProfile> profiles = new ArrayList<LocalBluetoothProfile>(); in setUp() local
243 List<LocalBluetoothProfile> profiles = new ArrayList<LocalBluetoothProfile>(); in getPreferredMainDevice_noConnectedDeviceNoDualMode_returnFirstOneDevice() local
/frameworks/base/services/tests/servicestests/src/com/android/server/tv/tunerresourcemanager/
DTunerResourceManagerServiceTest.java357 ResourceClientProfile[] profiles = new ResourceClientProfile[2]; in requestFrontendTest_NoFrontendAvailable_RequestWithLowerPriority() local
408 ResourceClientProfile[] profiles = new ResourceClientProfile[2]; in requestFrontendTest_NoFrontendAvailable_RequestWithHigherPriority() local
465 ResourceClientProfile[] profiles = new ResourceClientProfile[1]; in releaseFrontendTest_UnderTheSameExclusiveGroup() local
504 ResourceClientProfile[] profiles = new ResourceClientProfile[2]; in requestCasTest_NoCasAvailable_RequestWithHigherPriority() local
560 ResourceClientProfile[] profiles = new ResourceClientProfile[2]; in requestCiCamTest_NoCiCamAvailable_RequestWithHigherPriority() local
616 ResourceClientProfile[] profiles = new ResourceClientProfile[1]; in releaseCasTest() local
653 ResourceClientProfile[] profiles = new ResourceClientProfile[1]; in releaseCiCamTest() local
690 ResourceClientProfile[] profiles = new ResourceClientProfile[2]; in requestLnbTest_NoLnbAvailable_RequestWithHigherPriority() local
741 ResourceClientProfile[] profiles = new ResourceClientProfile[1]; in releaseLnbTest() local
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DISrvccStartedCallback.aidl27 void onSrvccCallNotified(in List<SrvccCall> profiles); in onSrvccCallNotified()
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIGetAllProfilesCallback.aidl22 void onComplete(int resultCode, in EuiccProfileInfo[] profiles); in onComplete()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
DUserChangeListener.java38 default void onUserProfilesChanged(@NonNull List<UserInfo> profiles) {} in onUserProfilesChanged()
DShellInterface.java65 default void onUserProfilesChanged(@NonNull List<UserInfo> profiles) {} in onUserProfilesChanged()
DShellController.java255 void onUserProfilesChanged(@NonNull List<UserInfo> profiles) { in onUserProfilesChanged()
330 public void onUserProfilesChanged(@NonNull List<UserInfo> profiles) { in onUserProfilesChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccPortTest.java165 EuiccProfileInfo[] profiles = resultCaptor.result; in testEuiccPortProfile() local
183 EuiccProfileInfo[] profiles = resultCaptor.result; in testEuiccPortProfile_MEP() local
200 EuiccProfileInfo[] profiles = resultCaptor.result; in testGetAllProfiles() local
218 EuiccProfileInfo[] profiles = resultCaptor.result; in testEnabledOnEsimPort_GetAllProfiles() local
239 EuiccProfileInfo[] profiles = resultCaptor.result; in testGetAllProfiles_DisableState() local
255 EuiccProfileInfo[] profiles = resultCaptor.result; in testFSuffix() local
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp108 void HwModule::setProfiles(const IOProfileCollection &profiles) in setProfiles()
298 const auto& profiles = audio_is_output_device(type) ? in getModuleForDeviceType() local
417 const auto &profiles = (audio_is_output_device(type) ? hwModule->getOutputProfiles() : in createDevice() local
459 const IOProfileCollection &profiles = audio_is_output_device(device->type()) ? in cleanUpForDevice() local
DAudioPolicyConfig.cpp92 auto& profiles = mixPort->getAudioProfiles(); in aidl2legacy_AudioHwModule_HwModule() local
106 auto& profiles = devicePort->getAudioProfiles(); in aidl2legacy_AudioHwModule_HwModule() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
DUserTrackerImpl.kt149 val profiles = userManager.getProfiles(user) in setUserIdInternal() constant
222 val profiles = userManager.getProfiles(userId) in handleProfilesChanged() constant
/frameworks/base/telephony/java/android/service/euicc/
DGetEuiccProfileInfoListResult.java94 int result, @Nullable EuiccProfileInfo[] profiles, boolean isRemovable) { in GetEuiccProfileInfoListResult()
/frameworks/base/media/java/android/media/
DAudioPort.java119 List<AudioProfile> profiles, AudioGain[] gains, in AudioPort()
213 public List<AudioProfile> profiles() { in profiles() method in AudioPort
DAudioMixPort.java48 List<AudioProfile> profiles, AudioGain[] gains) { in AudioMixPort()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java2058 List<SrvccCall> profiles = new ArrayList<>(); in testConvertToSrvccConnectionInfoNotSupported() local
2094 List<SrvccCall> profiles = new ArrayList<>(); in testConvertToSrvccConnectionInfoBasicSrvcc() local
2129 List<SrvccCall> profiles = new ArrayList<>(); in testConvertToSrvccConnectionInfoMoAlerting() local
2192 List<SrvccCall> profiles = new ArrayList<>(); in testConvertToSrvccConnectionInfoMtAlerting() local
2227 List<SrvccCall> profiles = new ArrayList<>(); in testConvertToSrvccConnectionInfoMtPreAlerting() local
2299 List<SrvccCall> profiles = new ArrayList<>(); in testNotifySrvccStateStarted() local
2361 List<SrvccCall> profiles = new ArrayList<>(); in testConvertToSrvccConnectionInfoConferenceCall() local
/frameworks/base/core/tests/coretests/src/android/service/euicc/
DEuiccProfileInfoTest.java255 EuiccProfileInfo[] profiles = EuiccProfileInfo.CREATOR.newArray(123); in testCreatorNewArray() local
/frameworks/av/media/libstagefright/
DUtils.cpp160 const static ALookup<uint16_t, int32_t> profiles { in parseAacProfileFromCsd() local
211 const static ALookup<uint8_t, int32_t> profiles { in parseAvcProfileLevelFromAvcc() local
293 const ALookup<uint8_t, int32_t> &profiles = getDolbyVisionProfileTable(); in parseDolbyVisionProfileLevelFromDvcc() local
323 const static ALookup<uint8_t, int32_t> profiles { in parseH263ProfileLevelFromD263() local
395 const static ALookup<uint8_t, int32_t> profiles { in parseHevcProfileLevelFromHvcc() local
442 const static ALookup<uint8_t, int32_t> profiles { in parseMpeg2ProfileLevelFromHeader() local
488 const static ALookup<uint8_t, int32_t> profiles{ in parseMpeg2ProfileLevelFromEsds() local
610 const static ALookup<uint8_t, int32_t> profiles { in parseVp9ProfileLevelFromCsd() local
687 const static ALookup<std::pair<uint8_t, uint8_t>, int32_t> profiles { in parseAV1ProfileLevelFromCsd() local
2103 const ALookup<uint8_t, int32_t> &profiles = in convertMessageToMetaData() local
/frameworks/base/core/java/android/hardware/camera2/params/
DDynamicRangeProfiles.java211 HashSet<Long> profiles = new HashSet<>(); in DynamicRangeProfiles() local
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/sysui/
DShellControllerTest.java165 ArrayList<UserInfo> profiles = new ArrayList<>(); in testUserProfilesChanged() local
455 public void onUserProfilesChanged(@NonNull List<UserInfo> profiles) { in onUserProfilesChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DLocationControllerImpl.java258 final List<UserInfo> profiles = mUserTracker.getUserProfiles(); in areActiveLocationRequests() local
297 private boolean isSystemApp(List<UserInfo> profiles, AppOpItem item) { in isSystemApp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSecurityControllerTest.java166 List<UserInfo> profiles = Arrays.asList(new UserInfo(PRIMARY_USER_ID, "Primary", in testWorkAccount() local

123