/frameworks/base/core/java/android/bluetooth/ |
BluetoothA2dpSink.java | 32 * profile. 47 * profile. 51 * <li> {@link #EXTRA_STATE} - The current state of the profile. </li> 52 * <li> {@link #EXTRA_PREVIOUS_STATE}- The previous state of the profile.</li> 64 "android.bluetooth.a2dp-sink.profile.action.CONNECTION_STATE_CHANGED"; 68 * profile. 72 * <li> {@link #EXTRA_STATE} - The current state of the profile. </li> 73 * <li> {@link #EXTRA_PREVIOUS_STATE}- The previous state of the profile. </li> 84 "android.bluetooth.a2dp-sink.profile.action.PLAYING_STATE_CHANGED"; 102 * profile [all...] |
/packages/apps/ManagedProvisioning/res/values-en-rAU/ |
strings.xml | 23 <string name="setup_work_profile" msgid="9164519662954159586">"Set up your profile"</string> 24 <string name="company_controls_workspace" msgid="2808025277267917221">"Your organisation controls this profile and keeps it secure. You control everything else on your device."</string> 26 <string name="the_following_is_your_mdm" msgid="6613658218262376404">"The following app will need to access this profile:"</string> 29 <string name="setting_up_workspace" msgid="4517537806569988620">"Setting up your work profile?"</string> 30 <string name="admin_has_ability_to_monitor_profile" msgid="4568398182707822770">"Your administrator has the ability to monitor and manage settings, corporate access, apps, permissions and data associated with the profile, including network activity and your device\'s location information."</string> 37 <string name="default_managed_profile_name" msgid="5370257687074907055">"Work profile"</string> 38 <string name="delete_profile_title" msgid="3097803266123463699">"Remove work profile?"</string> 39 <string name="opening_paragraph_delete_profile_unknown_company" msgid="2139238673477554356">"A work profile already exists and is managed by:"</string> 40 <string name="opening_paragraph_delete_profile_known_company" msgid="3126629826260821264">"This work profile is managed for %s using:"</string> 42 <string name="sure_you_want_to_delete_profile" msgid="1336653819166266605">"All apps and data in this profile will be deleted if you continue."</string [all...] |
/packages/apps/ManagedProvisioning/res/values-en-rGB/ |
strings.xml | 23 <string name="setup_work_profile" msgid="9164519662954159586">"Set up your profile"</string> 24 <string name="company_controls_workspace" msgid="2808025277267917221">"Your organisation controls this profile and keeps it secure. You control everything else on your device."</string> 26 <string name="the_following_is_your_mdm" msgid="6613658218262376404">"The following app will need to access this profile:"</string> 29 <string name="setting_up_workspace" msgid="4517537806569988620">"Setting up your work profile?"</string> 30 <string name="admin_has_ability_to_monitor_profile" msgid="4568398182707822770">"Your administrator has the ability to monitor and manage settings, corporate access, apps, permissions and data associated with the profile, including network activity and your device\'s location information."</string> 37 <string name="default_managed_profile_name" msgid="5370257687074907055">"Work profile"</string> 38 <string name="delete_profile_title" msgid="3097803266123463699">"Remove work profile?"</string> 39 <string name="opening_paragraph_delete_profile_unknown_company" msgid="2139238673477554356">"A work profile already exists and is managed by:"</string> 40 <string name="opening_paragraph_delete_profile_known_company" msgid="3126629826260821264">"This work profile is managed for %s using:"</string> 42 <string name="sure_you_want_to_delete_profile" msgid="1336653819166266605">"All apps and data in this profile will be deleted if you continue."</string [all...] |
/packages/apps/ManagedProvisioning/res/values-en-rIN/ |
strings.xml | 23 <string name="setup_work_profile" msgid="9164519662954159586">"Set up your profile"</string> 24 <string name="company_controls_workspace" msgid="2808025277267917221">"Your organisation controls this profile and keeps it secure. You control everything else on your device."</string> 26 <string name="the_following_is_your_mdm" msgid="6613658218262376404">"The following app will need to access this profile:"</string> 29 <string name="setting_up_workspace" msgid="4517537806569988620">"Setting up your work profile?"</string> 30 <string name="admin_has_ability_to_monitor_profile" msgid="4568398182707822770">"Your administrator has the ability to monitor and manage settings, corporate access, apps, permissions and data associated with the profile, including network activity and your device\'s location information."</string> 37 <string name="default_managed_profile_name" msgid="5370257687074907055">"Work profile"</string> 38 <string name="delete_profile_title" msgid="3097803266123463699">"Remove work profile?"</string> 39 <string name="opening_paragraph_delete_profile_unknown_company" msgid="2139238673477554356">"A work profile already exists and is managed by:"</string> 40 <string name="opening_paragraph_delete_profile_known_company" msgid="3126629826260821264">"This work profile is managed for %s using:"</string> 42 <string name="sure_you_want_to_delete_profile" msgid="1336653819166266605">"All apps and data in this profile will be deleted if you continue."</string [all...] |
/packages/apps/Settings/src/com/android/settings/vpn2/ |
ConfigPreference.java | 30 * configuration. Tracks the underlying profile and its connection 37 ConfigPreference(Context context, OnClickListener onManage, VpnProfile profile) { 39 setProfile(profile); 46 public void setProfile(VpnProfile profile) { 47 mProfile = profile;
|
/developers/build/prebuilts/gradle/BasicManagedProfile/ |
README.md | 5 This sample demonstrates basic functionalities of Managed Profile API 7 profile owner, and use this app to enable/disable apps in the newly 8 created managed profile. You can also set restrictions to some apps, 10 the data associated with the profile. 16 support managed profile. 18 To set up this app as a profile owner, you need to encrypt your device 20 device, but be aware that you can set up only one managed profile at a 24 package is registered as the profile owner for the current user. You 25 can initiate the provisioning flow of a managed profile with Intent of 30 [setProfileEnabled][4] to enable the newly created profile, and you [all...] |
/developers/samples/android/admin/BasicManagedProfile/ |
README.md | 5 This sample demonstrates basic functionalities of Managed Profile API 7 profile owner, and use this app to enable/disable apps in the newly 8 created managed profile. You can also set restrictions to some apps, 10 the data associated with the profile. 16 support managed profile. 18 To set up this app as a profile owner, you need to encrypt your device 20 device, but be aware that you can set up only one managed profile at a 24 package is registered as the profile owner for the current user. You 25 can initiate the provisioning flow of a managed profile with Intent of 30 [setProfileEnabled][4] to enable the newly created profile, and you [all...] |
/device/htc/flounder/gps/qct/lib/ |
libloc_ds_api.so | |
/frameworks/base/tests/RenderScriptTests/SceneGraph/assets/ |
orientation_test.dae | 28 <technique profile="OpenCOLLADAMaya"> 52 <technique profile="OpenCOLLADAMaya"> 115 <technique profile="OpenCOLLADAMaya"> 172 <technique profile="OpenCOLLADAMaya"> 229 <technique profile="OpenCOLLADAMaya"> 286 <technique profile="OpenCOLLADAMaya"> 343 <technique profile="OpenCOLLADAMaya"> 400 <technique profile="OpenCOLLADAMaya"> 457 <technique profile="OpenCOLLADAMaya"> 514 <technique profile="OpenCOLLADAMaya" [all...] |
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
SipUtil.java | 75 * Creates a {@link PhoneAccountHandle} from the specified SIP profile name. 83 * Determines the SIP profile name for a specified {@link PhoneAccountHandle}. 86 * @return The SIP profile name. 104 * @param profile The SipProfile. 107 static PhoneAccount createPhoneAccount(Context context, SipProfile profile) { 111 String sipAddress = profile.getUserName() + "@" + profile.getSipDomain(); 112 Uri sipUri = Uri.parse(profile.getUriString()); 115 SipUtil.createAccountHandle(context, profile.getProfileName()); 123 PhoneAccount.Builder builder = PhoneAccount.builder(accountHandle, profile.getDisplayName() [all...] |
/external/llvm/docs/CommandGuide/ |
llvm-profdata.rst | 1 llvm-profdata - Profile data tool 12 The :program:`llvm-profdata` tool is a small utility for working with profile 36 :program:`llvm-profdata merge` takes several profile data files 38 indexed profile data file. 50 indexed profile data can't be written to standard output. 67 :program:`llvm-profdata show` takes a profile data file and displays the 68 information about the profile counters for this file and
|
/frameworks/base/core/java/com/android/internal/os/ |
WifiPowerEstimator.java | 33 public WifiPowerEstimator(PowerProfile profile) { 34 mWifiPowerPerPacket = getWifiPowerPerPacket(profile); 35 mWifiPowerOn = profile.getAveragePower(PowerProfile.POWER_WIFI_ON); 36 mWifiPowerScan = profile.getAveragePower(PowerProfile.POWER_WIFI_SCAN); 37 mWifiPowerBatchScan = profile.getAveragePower(PowerProfile.POWER_WIFI_BATCHED_SCAN); 43 private static double getWifiPowerPerPacket(PowerProfile profile) { 45 final double WIFI_POWER = profile.getAveragePower(PowerProfile.POWER_WIFI_ACTIVE)
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
MediaRecorderStressTestRunner.java | 36 public static CamcorderProfile profile = CamcorderProfile.get(mCameraId, mProfileQuality); field in class:MediaRecorderStressTestRunner 38 public static int mVideoEncoder = profile.videoCodec; 39 public static int mAudioEncoder = profile.audioCodec; 40 public static int mFrameRate = profile.videoFrameRate; 41 public static int mVideoWidth = profile.videoFrameWidth; 42 public static int mVideoHeight = profile.videoFrameHeight; 43 public static int mBitRate = profile.videoBitRate;
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
DeviceOwnerTest.java | 57 "some.profile.owner.package", "some.profile.owner.package.Class"); 75 "some.profile.owner.package", "some.profile.owner.package.Class"); 77 "some.other.profile.owner", "some.other.profile.owner.OtherClass"); 80 ComponentName legacyComponentName = new ComponentName("legacy.profile.owner.package", "");
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
vc1parse_ipic.c | 10 // or main profile bitstream or progressive BI picture in main profile 19 * or main profile bitstream or progressive BI picture in main profile 34 /* rounding control is implied for simple and main profile, SMPTE 421M 8.3.7. 36 if (md->PROFILE != VC1_PROFILE_ADVANCED) 73 /* MVRANGE but only for main profile. */
|
/packages/apps/Camera2/src/com/android/camera/stats/profiler/ |
Profilers.java | 75 public Profile e(String name) { 83 public Profile w(String name) { 91 public Profile i(String name) { 99 public Profile d(String name) { 107 public Profile v(String name) { 115 public Profile guard(String name) { 119 public Profile guard(String name, int durationMillis) {
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ |
ProfileOwnerProvisioningService.java | 67 * Service that runs the profile owner provisioning. 134 error("Failed to initialize managed profile, aborting.", e); 156 ProvisionLogger.logd("Cancelling profile owner provisioning service"); 161 ProvisionLogger.logd("Starting profile owner provisioning service"); 233 ProvisionLogger.logi("Migrating account to managed profile"); 242 ProvisionLogger.logd("Starting managed profile provisioning"); 258 DeleteNonRequiredAppsTask.PROFILE_OWNER, true /* creating new profile */, 292 * Called when the new profile is ready for provisioning (the profile is created and all the 306 // Note: account migration must happen after setting the profile owner [all...] |
/prebuilts/gradle-plugin/com/android/tools/build/builder/1.2.0/ |
builder-1.2.0-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/1.2.0-alpha1/ |
builder-1.2.0-alpha1-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/1.2.0-beta4/ |
builder-1.2.0-beta4-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/1.2.0-rc1/ |
builder-1.2.0-rc1-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/1.2.1/ |
builder-1.2.1-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/1.2.2/ |
builder-1.2.2-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/1.2.3/ |
builder-1.2.3-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/1.2.4/ |
builder-1.2.4-sources.jar | |