/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 | 181 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()
|
D | ActivityManagerService.java | 2051 public void setPackageAskScreenCompat(String packageName, boolean ask) { in setPackageAskScreenCompat() argument 2053 mCompatModePackages.setPackageAskCompatModeLocked(packageName, ask); in setPackageAskScreenCompat()
|
/frameworks/base/docs/html/resources/ |
D | community-groups.jd | 29 …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/ |
D | license.jd | 42 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/ |
D | can-i-use-this-intent.jd | 69 technique described here can also be used at startup time to ask the user
|
D | gestures.jd | 90 <p>When the listener fires, you can ask the <code>GestureLibrary</code>
|
D | tts.jd | 226 line in your Activity code to ask repeatedly "Are you up yet?":</p>
|
D | multitasking-android-way.jd | 61 …rent than broadcast receivers, because an unbounded number of services can ask to be running for a…
|
/frameworks/base/core/java/android/app/ |
D | ActivityManager.java | 156 public void setPackageAskScreenCompat(String packageName, boolean ask) { in setPackageAskScreenCompat() argument 158 ActivityManagerNative.getDefault().setPackageAskScreenCompat(packageName, ask); in setPackageAskScreenCompat()
|
D | ActivityManagerNative.java | 1501 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()
|
D | IActivityManager.java | 354 public void setPackageAskScreenCompat(String packageName, boolean ask) in setPackageAskScreenCompat() argument
|
/frameworks/base/docs/html/guide/tutorials/views/ |
D | hello-formstuff.jd | 142 ask which it currently is.</p> 240 ask which it is.</p>
|
/frameworks/base/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/sdk/ |
D | win-usb.jd | 338 <li>When Vista starts updating the driver, a prompt will ask how you want to
|
/frameworks/base/docs/html/resources/tutorials/views/ |
D | hello-formstuff.jd | 335 and unchecked, so you just ask which it is.</p>
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | device-admin.jd | 119 <td>Requires that devices ask for PIN or passwords.</td>
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-providers.jd | 218 and requerying itself when the activity restarts. You can ask an Activity to
|
/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/resources/faq/ |
D | commontasks.jd | 701 When using a search intent to ask the Maps activity to search for something, the Maps activity resp…
|