Home
last modified time | relevance | path

Searched refs:unlocked (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/docs/html/google/play/billing/
Dbilling_best_practices.jd12 <li><a href="#unlocked">Protect Unlocked Content</a></li>
43 <h3 id="unlocked">Protect your unlocked content</h3>
44 <p>To prevent malicious users from redistributing your unlocked content, do not bundle it in your
51 <p>When you deliver content from a remote server or a real-time service, you can store the unlocked
104 <h3 id="revocable">Implement a revocability scheme for unlocked content</h3>
106 purchase state of the unlocked content whenever a user accesses the content. This allows you to
/frameworks/base/docs/html-intl/intl/zh-cn/google/play/billing/
Dbilling_best_practices.jd12 <li><a href="#unlocked">保护未锁定的内容</a></li>
37 <h3 id="unlocked">保护你的未锁定内容</h3>
/frameworks/base/core/java/android/hardware/usb/
DUsbManager.java514 public void setUsbDataUnlocked(boolean unlocked) { in setUsbDataUnlocked() argument
516 mService.setUsbDataUnlocked(unlocked); in setUsbDataUnlocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DEventLogTags.logtags35 ## 6: TAP_LOCK Tapped the (unlocked) lock icon, locks the device.
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DEventLogTags.logtags35 ## 6: TAP_LOCK Tapped the (unlocked) lock icon, locks the device.
/frameworks/base/docs/html/tools/performance/hierarchy-viewer/
Dsetup.jd38 <li>If you have an unlocked device running Android 4.0 or lower,
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java868 public void setUsbDataUnlocked(boolean unlocked) {
869 if (DEBUG) Slog.d(TAG, "setUsbDataUnlocked(" + unlocked + ")");
870 mHandler.sendMessage(MSG_SET_USB_DATA_UNLOCKED, unlocked);
DUsbService.java323 public void setUsbDataUnlocked(boolean unlocked) { in setUsbDataUnlocked() argument
325 mDeviceManager.setUsbDataUnlocked(unlocked); in setUsbDataUnlocked()
/frameworks/base/docs/html/distribute/analyze/
Dmeasure.jd101 like signups for a newsletter or achievements unlocked in your game. With
/frameworks/base/docs/html/training/cloudsave/
Dconflict-res.jd114 represents the set of levels that player has unlocked, then the resolved data is
116 levels they have unlocked. The
/frameworks/base/docs/html/tools/
Ddevice.jd34 <p>If you want a SIM-unlocked phone, then you might consider a Nexus phone. To purchase a
/frameworks/base/docs/html/google/play/licensing/
Doverview.jd236 across all compatible devices, locked or unlocked, that run Android 1.5 or
/frameworks/base/docs/html/training/auto/start/
Dindex.jd224 <li>Connect the mobile device to the development machine via USB. Your device must be unlocked to
/frameworks/base/docs/html/about/versions/
Dandroid-5.0-changes.jd178 unlocked and its screen is on). These notifications appear similar to the
205 unlocked devices.</p>
/frameworks/base/docs/html/preview/
Dapi-overview.jd159 <p>Your app can authenticate users based on how recently they last unlocked their device. This
561 unlocked directly to the activity of an app in the managed profile, a toast is displayed notifying
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dnfc.jd73 is unlocked, unless NFC is disabled in the device's Settings menu.
793 their screens unlocked.</li>
Dhce.jd324 device must be unlocked before this service can be invoked to handle APDUs.</p>
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd842 (that is, the device is unlocked and its screen is on). These notifications
/frameworks/base/docs/html/guide/topics/media/
Dcamera.jd931 // Camera is available and unlocked, MediaRecorder is prepared,