Home
last modified time | relevance | path

Searched refs:ask (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/services/java/com/android/server/am/
DCompatModeDialog.java84 boolean ask = mService.mCompatModePackages.getPackageAskCompatModeLocked( in updateControls()
86 mAlwaysShow.setChecked(ask); in updateControls()
87 mHint.setVisibility(ask ? View.INVISIBLE : View.VISIBLE); in updateControls()
DCompatModePackages.java180 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/
Dlicense.jd44 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/
DActivityManager.java319 public void setPackageAskScreenCompat(String packageName, boolean ask) { in setPackageAskScreenCompat() argument
321 ActivityManagerNative.getDefault().setPackageAskScreenCompat(packageName, ask); in setPackageAskScreenCompat()
DActivityManagerNative.java1668 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()
DIActivityManager.java323 public void setPackageAskScreenCompat(String packageName, boolean ask) in setPackageAskScreenCompat() argument
/frameworks/base/docs/html/design/building-blocks/
Ddialogs.jd59 up succinctly in a sentence or two. The content area should either ask a question (such as "Delete
Dprogress.jd22 <p>Activity indicators are for operations of an indeterminate length. They ask users to wait a mome…
/frameworks/base/docs/html/training/id-auth/
Dcustom_auth.jd170 <strong>Accounts &amp; Sync</strong> Settings page to add an account, and apps that ask for
/frameworks/base/docs/html/design/patterns/
Dhelp.jd16 …ssibly an annoyance, despite your good intentions. And because they didn't ask for it, they probab…
Dactionbar.jd365 <p>When planning your split action bars, ask yourself questions like these:</p>
Dnotifications.jd160 plan your notifications, ask yourself if they are important enough to warrant an interruption. If
/frameworks/base/docs/html/training/custom-views/
Dcustom-drawing.jd185 // Whatever the width ends up being, ask for a height that would let the pie
/frameworks/base/docs/html/google/play-services/
Dauth.jd31 a valid Google account is required and it must exist on the device. You can ask your users which
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt36 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/
Doem-usb.jd196 <li>When Vista starts updating the driver, a prompt will ask how you want to
/frameworks/base/docs/html/training/basics/data-storage/
Dfiles.jd363 <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/
Dmultiple.jd169 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/
Dsensors_motion.jd394 to build a calibration step into your application. During calibration you can ask the user to set
/frameworks/base/docs/html/guide/topics/graphics/
Dopengl.jd415 experienced OpenGL developers when you ask them for help. So don’t do that.</p>
/frameworks/base/docs/html/google/gcm/
Dgcm.jd490 <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/
Ddevice-admin.jd125 <td>Requires that devices ask for PIN or passwords.</td>
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd467 Deletes the selected segment or event (will ask for confirmation)</p>
/frameworks/base/docs/html/guide/faq/
Dcommontasks.jd701 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/
Dbilling_subscriptions.jd315 for subscription purchases. For example, users who purchase an app can ask for a

12