HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 251 - 275 of 3978) sorted by null

<<11121314151617181920>>

  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
EnableProfileActivity.java 37 // Important: After the profile has been created, the MDM must enable it for corporate
50 // This is the name for the newly created managed profile.
52 // We enable the profile here.
  /developers/build/prebuilts/gradle/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerReceiver.java 31 * Called on the new profile when device owner provisioning has completed. Device owner
32 * provisioning is the process of setting up the device so that its main profile is managed by
37 // Enable the profile
  /developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
EnableProfileActivity.java 37 // Important: After the profile has been created, the MDM must enable it for corporate
50 // This is the name for the newly created managed profile.
52 // We enable the profile here.
  /developers/samples/android/admin/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerReceiver.java 31 * Called on the new profile when device owner provisioning has completed. Device owner
32 * provisioning is the process of setting up the device so that its main profile is managed by
37 // Enable the profile
  /development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
EnableProfileActivity.java 37 // Important: After the profile has been created, the MDM must enable it for corporate
50 // This is the name for the newly created managed profile.
52 // We enable the profile here.
  /development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/
DeviceOwnerReceiver.java 31 * Called on the new profile when device owner provisioning has completed. Device owner
32 * provisioning is the process of setting up the device so that its main profile is managed by
37 // Enable the profile
  /device/asus/flo/
audio_policy.conf 16 # Each module descriptor contains one or more output profile descriptors and zero or more
17 # input profile descriptors. Each profile lists all the parameters supported by a given output
  /device/asus/fugu/
audio_policy.conf 16 # Each module descriptor contains one or more output profile descriptors and zero or more
17 # input profile descriptors. Each profile lists all the parameters supported by a given output
  /device/htc/flounder/
audio_policy.conf 21 # Each module descriptor contains one or more output profile descriptors and zero or more
22 # input profile descriptors. Each profile lists all the parameters supported by a given output
  /external/v8/test/cctest/
log-eq-of-logging-and-traversal.js 32 case "": return Profile.CodeState.COMPILED;
33 case "~": return Profile.CodeState.OPTIMIZABLE;
34 case "*": return Profile.CodeState.OPTIMIZED;
52 this.profile = new Profile();
69 this.profile.addFuncCode(type, name, start, size, funcAddr, state);
71 this.profile.addCode(type, name, start, size);
76 this.profile.moveCode(from, to);
80 this.profile.moveFunc(from, to);
98 logging_processor.profile.cleanUpFuncEntries()
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
UserManagerTest.java 123 // Make sure only one managed profile can be created
131 // Verify that current user is not a managed profile
136 UserInfo profile = createProfileForUser("Managed 1", local
138 assertNotNull(profile);
139 assertTrue("creationTime must be set when the profile is created",
140 profile.creationTime > 0);
141 assertEquals(profile.creationTime, mUserManager.getUserCreationTime(
142 new UserHandle(profile.id)));
240 UserInfo profile = mUserManager.createProfileForUser(name, flags, userHandle); local
241 if (profile != null)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/util/
DevicePolicyUtils.java 45 // No managed profile, so this feature is disabled
49 // Now we support getBluetoothContactSharingDisabled() for managed profile only
50 // TODO: Make primary profile can also support getBluetoothContactSharingDisabled()
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
ManagedProfileTest.java 26 * Set of tests for Managed Profile use cases.
62 // ID of the profile we'll create. This will always be a profile of USER_OWNER.
72 // We need multi user to be supported in order to create a profile of the user owner.
107 * wipeData() test removes the managed profile, so it needs to separated from other tests.
116 // Note: the managed profile is removed by this test, which will make removeUserCommand in
129 fail(mHasFeature ? "Device must allow creating only one managed profile"
130 : "Device must not allow creating a managed profile");
135 * Verify that removing a managed profile will remove all networks owned by that profile
    [all...]
  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/res/values/
strings.xml 24 <string name="sample_app_description">Note: This sample app requires the restricted profile
27 2. Create a restricted profile, if one doesn\'t exist already.\n\n
28 3. Open the profile settings, locate the sample app, and tap the app restriction settings
30 4. In the lock screen, switch to the user\'s restricted profile, launch this sample app,
  /developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/res/values/
strings.xml 24 <string name="sample_app_description">Note: This sample app requires the restricted profile
27 2. Create a restricted profile, if one doesn\'t exist already.\n\n
28 3. Open the profile settings, locate the sample app, and tap the app restriction settings
30 4. In the lock screen, switch to the user\'s restricted profile, launch this sample app,
  /development/samples/browseable/AppRestrictions/res/values/
strings.xml 24 <string name="sample_app_description">Note: This sample app requires the restricted profile
27 2. Create a restricted profile, if one doesn\'t exist already.\n\n
28 3. Open the profile settings, locate the sample app, and tap the app restriction settings
30 4. In the lock screen, switch to the user\'s restricted profile, launch this sample app,
  /external/deqp/scripts/opengl/
src_util.py 107 def getInterface (registry, api, version=None, profile=None, **kwargs):
108 spec = khr_util.registry.spec(registry, api, version, profile, **kwargs)
109 if api == 'gl' and profile == 'core' and version < "3.2":
129 profile = check(api, version)
130 if profile is True:
131 profile = None
132 elif profile is False:
134 iface = getInterface(registry, api, version=version, profile=profile)
  /external/fio/examples/
latency-profile.fio 15 # profile over a 5s window
  /external/javassist/
pom.xml 157 <!-- profile for releasing to sonatype repo
160 <profile>
192 </profile>
196 <profile>
214 </profile>
215 <profile>
233 </profile>
234 <profile>
252 </profile>
  /external/jemalloc/test/unit/
prof_reset.c 43 "Unexpected mallctl failure while resetting profile data");
49 "Unexpected profile sample rate change");
57 "Unexpected mallctl failure while resetting profile data");
63 "Expected profile sample rate change");
111 0, "Unexpected error while dumping heap profile");
116 "Unexpected error while resetting heap profile data");
118 0, "Unexpected error while dumping heap profile");
150 0, "Unexpected error while resetting heap profile "
156 0, "Unexpected error while dumping heap profile");
  /external/llvm/lib/ProfileData/
InstrProf.cpp 40 return "Too much profile data";
42 return "Truncated profile data";
44 return "Malformed profile data";
46 return "No profile data available for function";
  /external/mesa3d/
common.py 87 allowed_values=('debug', 'checked', 'profile', 'release')))
99 opts.Add(BoolOption('profile', 'DEPRECATED: profile build', 'no'))
100 opts.Add(BoolOption('quiet', 'DEPRECATED: profile build', 'yes'))
  /external/v8/test/mjsunit/tools/
tickprocessor-test.gc-state 19 [Bottom up (heavy) profile]:
  /frameworks/base/core/java/android/content/pm/
LauncherActivityInfo.java 32 * profile associated with this user. It can be used to query the label, icon
51 * @param user The UserHandle of the profile to which this activity belongs.
77 * Returns the user handle of the user profile that this activity belongs to. In order to
78 * persist the identity of the profile, do not store the UserHandle. Instead retrieve its
85 * @return The UserHandle of the profile.
101 * Returns the icon for this activity, without any badging for the profile.
119 * Returns the icon for this activity, without any badging for the profile.
138 * Returns the drawable for this activity, without any badging for the profile.
194 * Returns the activity icon with badging appropriate for the profile.
  /frameworks/base/core/java/com/android/internal/os/
BluetoothPowerCalculator.java 28 public BluetoothPowerCalculator(PowerProfile profile) {
29 mIdleMa = profile.getAveragePower(PowerProfile.POWER_BLUETOOTH_CONTROLLER_IDLE);
30 mRxMa = profile.getAveragePower(PowerProfile.POWER_BLUETOOTH_CONTROLLER_RX);
31 mTxMa = profile.getAveragePower(PowerProfile.POWER_BLUETOOTH_CONTROLLER_TX);

Completed in 3080 milliseconds

<<11121314151617181920>>