/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | OwnersTest.java | 41 final OwnersTestable owners = new OwnersTestable(getContext()); in testUpgrade01() local 43 DpmTestUtils.writeToFile(owners.getLegacyConfigFileWithTestOverride(), in testUpgrade01() 46 owners.load(); in testUpgrade01() 49 assertFalse(owners.getLegacyConfigFileWithTestOverride().exists()); in testUpgrade01() 52 assertFalse(owners.getDeviceOwnerFileWithTestOverride().exists()); in testUpgrade01() 54 assertFalse(owners.getProfileOwnerFileWithTestOverride(10).exists()); in testUpgrade01() 55 assertFalse(owners.getProfileOwnerFileWithTestOverride(11).exists()); in testUpgrade01() 56 assertFalse(owners.getProfileOwnerFileWithTestOverride(20).exists()); in testUpgrade01() 57 assertFalse(owners.getProfileOwnerFileWithTestOverride(21).exists()); in testUpgrade01() 59 assertFalse(owners.hasDeviceOwner()); in testUpgrade01() [all …]
|
/frameworks/base/core/java/android/content/ |
D | UndoManager.java | 234 public int undo(UndoOwner[] owners, int count) { in undo() argument 249 while (count > 0 && (i=findPrevState(mUndos, owners, i)) >= 0) { in undo() 271 public int redo(UndoOwner[] owners, int count) { in redo() argument 281 while (count > 0 && (i=findPrevState(mRedos, owners, i)) >= 0) { in redo() 303 public int forgetUndos(UndoOwner[] owners, int count) { in forgetUndos() argument 312 if (count > 0 && matchOwners(state, owners)) { in forgetUndos() 324 public int forgetRedos(UndoOwner[] owners, int count) { in forgetRedos() argument 333 if (count > 0 && matchOwners(state, owners)) { in forgetRedos() 350 public int countUndos(UndoOwner[] owners) { in countUndos() argument 351 if (owners == null) { in countUndos() [all …]
|
/frameworks/av/services/camera/libcameraservice/utils/ |
D | ClientManager.h | 518 std::set<int32_t> owners; in getAllOwners() local 520 owners.emplace(i->getOwnerId()); in getAllOwners() 522 return std::vector<int32_t>(owners.begin(), owners.end()); in getAllOwners()
|
/frameworks/base/docs/html/about/versions/nougat/ |
D | android-7.0-changes.jd | 687 owners. Device admins can no longer use 693 <li>Device and profile owners can manage accounts even if restrictions are 694 set. Device owners and profile owners can call the Account Management APIs 698 <li>Device owners can manage secondary users more easily. When a device is 706 <li>Device owners can access device identifiers. A Device owner can access the
|
D | android-7.0.jd | 699 Profile owners targeting the N SDK 703 work profile and decrypts it if necessary. For profile owners, 710 Profile owners can set distinct passcode policies for the work challenge 716 Additionally, profile owners can customize the credentials screen for the 731 <p>Device owners and profile owners can ensure that work apps always connect
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 323 UndoOwner[] owners = { mUndoOwner }; in forgetUndoRedo() local 324 mUndoManager.forgetUndos(owners, -1 /* all */); in forgetUndoRedo() 325 mUndoManager.forgetRedos(owners, -1 /* all */); in forgetUndoRedo() 329 UndoOwner[] owners = { mUndoOwner }; in canUndo() local 330 return mAllowUndo && mUndoManager.countUndos(owners) > 0; in canUndo() 334 UndoOwner[] owners = { mUndoOwner }; in canRedo() local 335 return mAllowUndo && mUndoManager.countRedos(owners) > 0; in canRedo() 342 UndoOwner[] owners = { mUndoOwner }; in undo() local 343 mUndoManager.undo(owners, 1); // Undo 1 action. in undo() 350 UndoOwner[] owners = { mUndoOwner }; in redo() local [all …]
|
/frameworks/base/docs/html/design/wear/ |
D | style.jd | 17 … shapes. Wearable devices are a form of fashion and expression for their owners, and so Android We…
|
/frameworks/base/docs/html/ |
D | legal.jd | 45 <p>All other trademarks are the property of their respective owners.</p>
|
/frameworks/base/docs/html/training/app-links/ |
D | index.jd | 37 Automatic handling of links requires the cooperation of app developers and website owners. 250 For app link verification to be successful, website owners must declare associations
|
/frameworks/base/docs/html/work/ |
D | cosu.jd | 89 a device owner application installed on the device. Device owners are a
|
/frameworks/base/docs/html/wear/preview/ |
D | license.jd | 82 …ole or in part) unless you have been specifically given permission to do so by the relevant owners.
|
D | downloads.jd | 89 …ole or in part) unless you have been specifically given permission to do so by the relevant owners.
|
/frameworks/base/docs/html/training/articles/ |
D | security-ssl.jd | 480 <p>SSL relies heavily on CAs to issue certificates to only the properly verified owners
|
/frameworks/base/docs/html/about/versions/ |
D | jelly-bean.jd | 199 …ng-top:1.5em;line-height:1.25em;">Your app can offer restrictions to let owners manage your app co… 204 device. With restricted profiles, tablet owners can quickly set up 225 and advertise them to tablet owners in the profile configuration settings.
|
D | android-3.0.jd | 645 <p>For device manufacturers, content owners, and Internet digital media providers the DRM
|