Home
last modified time | relevance | path

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

/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.java181 public void setFrontActivityAskCompatModeLocked(boolean ask) { in setFrontActivityAskCompatModeLocked() argument
184 setPackageAskCompatModeLocked(r.packageName, ask); in setFrontActivityAskCompatModeLocked()
188 public void setPackageAskCompatModeLocked(String packageName, boolean ask) { in setPackageAskCompatModeLocked() argument
190 int newFlags = ask ? (curFlags&~COMPAT_FLAG_DONT_ASK) : (curFlags|COMPAT_FLAG_DONT_ASK); in setPackageAskCompatModeLocked()
DActivityManagerService.java2051 public void setPackageAskScreenCompat(String packageName, boolean ask) { in setPackageAskScreenCompat() argument
2053 mCompatModePackages.setPackageAskCompatModeLocked(packageName, ask); in setPackageAskScreenCompat()
/frameworks/base/docs/html/resources/
Dcommunity-groups.jd29 …ely edited question and answer site for programmers. It's a great place to ask technical questions…
35 <p>If you want to ask a question on Stack Overflow, you can use <a href="http://stackoverflow.com/q…
37 …tarted with Android development, Stack Overflow may be a great location to ask questions about gen…
118 …ndroid Market Help Forum</a> is a web-based discussion forum where you can ask questions or report…
/frameworks/base/docs/html/
Dlicense.jd42 ask that you give proper <a href="#attribution">attribution</a>. </p>
93 In practice we ask that you provide attribution to the Android Open
137 video, we ask that you make a best effort to include a spoken or
/frameworks/base/docs/html/resources/articles/
Dcan-i-use-this-intent.jd69 technique described here can also be used at startup time to ask the user
Dgestures.jd90 <p>When the listener fires, you can ask the <code>GestureLibrary</code>
Dtts.jd226 line in your Activity code to ask repeatedly "Are you up yet?":</p>
Dmultitasking-android-way.jd61 …rent than broadcast receivers, because an unbounded number of services can ask to be running for a…
/frameworks/base/core/java/android/app/
DActivityManager.java156 public void setPackageAskScreenCompat(String packageName, boolean ask) { in setPackageAskScreenCompat() argument
158 ActivityManagerNative.getDefault().setPackageAskScreenCompat(packageName, ask); in setPackageAskScreenCompat()
DActivityManagerNative.java1501 boolean ask = getPackageAskScreenCompat(pkg); in onTransact()
1503 reply.writeInt(ask ? 1 : 0); in onTransact()
1511 boolean ask = data.readInt() != 0; in onTransact()
1512 setPackageAskScreenCompat(pkg, ask); in onTransact()
3382 boolean ask = reply.readInt() != 0; in getPackageAskScreenCompat()
3385 return ask; in getPackageAskScreenCompat()
3388 public void setPackageAskScreenCompat(String packageName, boolean ask) in setPackageAskScreenCompat() argument
3394 data.writeInt(ask ? 1 : 0); in setPackageAskScreenCompat()
DIActivityManager.java354 public void setPackageAskScreenCompat(String packageName, boolean ask) in setPackageAskScreenCompat() argument
/frameworks/base/docs/html/guide/tutorials/views/
Dhello-formstuff.jd142 ask which it currently is.</p>
240 ask which it is.</p>
/frameworks/base/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/sdk/
Dwin-usb.jd338 <li>When Vista starts updating the driver, a prompt will ask how you want to
/frameworks/base/docs/html/resources/tutorials/views/
Dhello-formstuff.jd335 and unchecked, so you just ask which it is.</p>
/frameworks/base/docs/html/guide/topics/admin/
Ddevice-admin.jd119 <td>Requires that devices ask for PIN or passwords.</td>
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-providers.jd218 and requerying itself when the activity restarts. You can ask an Activity to
/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/resources/faq/
Dcommontasks.jd701 When using a search intent to ask the Maps activity to search for something, the Maps activity resp…