/frameworks/base/services/java/com/android/server/am/ |
D | CompatModeDialog.java | 84 boolean ask = mService.mCompatModePackages.getPackageAskCompatModeLocked( in updateControls() 86 mAlwaysShow.setChecked(ask); in updateControls() 87 mHint.setVisibility(ask ? View.INVISIBLE : View.VISIBLE); in updateControls()
|
D | CompatModePackages.java | 180 public void setFrontActivityAskCompatModeLocked(boolean ask) { in setFrontActivityAskCompatModeLocked() argument 183 setPackageAskCompatModeLocked(r.packageName, ask); in setFrontActivityAskCompatModeLocked() 187 public void setPackageAskCompatModeLocked(String packageName, boolean ask) { in setPackageAskCompatModeLocked() argument 189 int newFlags = ask ? (curFlags&~COMPAT_FLAG_DONT_ASK) : (curFlags|COMPAT_FLAG_DONT_ASK); in setPackageAskCompatModeLocked()
|
/frameworks/base/docs/html/ |
D | license.jd | 44 ask that you give proper <a href="#attribution">attribution</a>. </p> 97 In practice we ask that you provide attribution to the Android Open 141 video, we ask that you make a best effort to include a spoken or
|
/frameworks/base/core/java/android/app/ |
D | ActivityManager.java | 319 public void setPackageAskScreenCompat(String packageName, boolean ask) { in setPackageAskScreenCompat() argument 321 ActivityManagerNative.getDefault().setPackageAskScreenCompat(packageName, ask); in setPackageAskScreenCompat()
|
D | ActivityManagerNative.java | 1668 boolean ask = getPackageAskScreenCompat(pkg); in onTransact() 1670 reply.writeInt(ask ? 1 : 0); in onTransact() 1678 boolean ask = data.readInt() != 0; in onTransact() 1679 setPackageAskScreenCompat(pkg, ask); in onTransact() 3835 boolean ask = reply.readInt() != 0; in getPackageAskScreenCompat() 3838 return ask; in getPackageAskScreenCompat() 3841 public void setPackageAskScreenCompat(String packageName, boolean ask) in setPackageAskScreenCompat() argument 3847 data.writeInt(ask ? 1 : 0); in setPackageAskScreenCompat()
|
D | IActivityManager.java | 323 public void setPackageAskScreenCompat(String packageName, boolean ask) in setPackageAskScreenCompat() argument
|
/frameworks/base/docs/html/design/building-blocks/ |
D | dialogs.jd | 59 up succinctly in a sentence or two. The content area should either ask a question (such as "Delete
|
D | progress.jd | 22 <p>Activity indicators are for operations of an indeterminate length. They ask users to wait a mome…
|
/frameworks/base/docs/html/training/id-auth/ |
D | custom_auth.jd | 170 <strong>Accounts & Sync</strong> Settings page to add an account, and apps that ask for
|
/frameworks/base/docs/html/design/patterns/ |
D | help.jd | 16 …ssibly an annoyance, despite your good intentions. And because they didn't ask for it, they probab…
|
D | actionbar.jd | 365 <p>When planning your split action bars, ask yourself questions like these:</p>
|
D | notifications.jd | 160 plan your notifications, ask yourself if they are important enough to warrant an interruption. If
|
/frameworks/base/docs/html/training/custom-views/ |
D | custom-drawing.jd | 185 // Whatever the width ends up being, ask for a height that would let the pie
|
/frameworks/base/docs/html/google/play-services/ |
D | auth.jd | 31 a valid Google account is required and it must exist on the device. You can ask your users which
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 36 distributors to deny you these rights or to ask you to surrender these 428 write to the author to ask for permission. For software which is
|
/frameworks/base/docs/html/tools/extras/ |
D | oem-usb.jd | 196 <li>When Vista starts updating the driver, a prompt will ask how you want to
|
/frameworks/base/docs/html/training/basics/data-storage/ |
D | files.jd | 363 <p>If the file is saved on internal storage, you can also ask the {@link android.content.Context} t…
|
/frameworks/base/docs/html/training/multiple-apks/ |
D | multiple.jd | 169 easier to ask your cubie than "Have we tested the 3-to-10 xlarge APK against the Xoom?" Print this
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_motion.jd | 394 to build a calibration step into your application. During calibration you can ask the user to set
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | opengl.jd | 415 experienced OpenGL developers when you ask them for help. So don’t do that.</p>
|
/frameworks/base/docs/html/google/gcm/ |
D | gcm.jd | 490 <td>There is no Google account on the phone. The Android application should ask the 496 …<td>Bad Google Account password. The Android application should ask the user to enter his/her Goog…
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | device-admin.jd | 125 <td>Requires that devices ask for PIN or passwords.</td>
|
/frameworks/base/docs/html/guide/topics/media/jet/ |
D | jetcreator_manual.jd | 467 Deletes the selected segment or event (will ask for confirmation)</p>
|
/frameworks/base/docs/html/guide/faq/ |
D | commontasks.jd | 701 When using a search intent to ask the Maps activity to search for something, the Maps activity resp…
|
/frameworks/base/docs/html/google/play/billing/v2/ |
D | billing_subscriptions.jd | 315 for subscription purchases. For example, users who purchase an app can ask for a
|