Searched refs:activated (Results 1 – 16 of 16) sorted by relevance
/frameworks/base/services/java/com/android/server/ |
D | PowerManagerService.java | 698 boolean activated = true; field in PowerManagerService.WakeLock 1185 String activated = ""; in dump() local 1186 if (wl.activated) { in dump() 1187 activated = " activated"; in dump() 1190 + activated + " (minState=" + wl.minState + ", uid=" + wl.uid in dump() 2634 mLocks.get(i).activated = false; in goToSleepLocked() 2810 if (wl.activated) { in gatherState() 2826 wl.activated = true; in reactivateScreenLocksLocked()
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | activity-alias-element.jd | 108 activated. 121 <dd>The name of the activity that can be activated through the alias.
|
D | supports-gl-texture-element.jd | 72 filtering based on the <code><supports-gl-texture></code> element is activated
|
D | manifest-intro.jd | 319 receivers) are activated by <i>intents</i>. An intent is a
|
D | uses-feature-element.jd | 121 <p>Although the <code><uses-feature></code> element is only activated for
|
D | activity-element.jd | 211 different display being activated.</td>
|
/frameworks/base/docs/html/guide/topics/ |
D | fundamentals.jd | 12 one can be activated individually (even by other applications)</li> 217 broadcast receivers—are activated by an asynchronous message called an <em>intent</em>. 239 <p>The other component type, content provider, is not activated by intents. Rather, it is 240 activated when targeted by a request from a {@link android.content.ContentResolver}. The content
|
/frameworks/base/core/java/android/view/ |
D | View.java | 11950 public void setActivated(boolean activated) { 11951 if (((mPrivateFlags & ACTIVATED) != 0) != activated) { 11952 mPrivateFlags = (mPrivateFlags & ~ACTIVATED) | (activated ? ACTIVATED : 0); 11955 dispatchSetActivated(activated); 11966 protected void dispatchSetActivated(boolean activated) {
|
D | ViewGroup.java | 3018 public void dispatchSetActivated(boolean activated) { in dispatchSetActivated() argument 3022 children[i].setActivated(activated); in dispatchSetActivated()
|
/frameworks/base/docs/html/resources/tutorials/views/ |
D | hello-formstuff.jd | 75 activated); the second <code><item></code> defines <code>android_focused.png</code> as the image
|
/frameworks/base/docs/html/guide/market/publishing/ |
D | multiple-apks.jd | 151 simple mode, only one APK can be activated at a time. If you upload a new APK to update 160 warning, you can publish the activated APKs, but there might be unintended consequences as to
|
/frameworks/base/docs/html/guide/topics/search/ |
D | search-dialog.jd | 110 When activated by the user, the search dialog appears at the top of the activity, as shown in figure 530 <p>If you want to be notified when the search dialog is activated, override the {@link
|
/frameworks/base/docs/html/guide/topics/testing/ |
D | testing_android.jd | 257 Activity object's lifecycle starts when the Activity is activated by an Intent. The object's
|
/frameworks/base/docs/html/sdk/ |
D | RELEASENOTES.jd | 745 …PI Key requirement. However, note that the registration service will be activated soon, so that Ma…
|
D | android-4.0.jd | 599 method. Then, whenever Android Beam is activated with another device while the activity is in the 609 <p>In this case, when Android Beam is activated with another device while your activity is in the
|
/frameworks/base/docs/html/guide/topics/intents/ |
D | intents-filters.jd | 31 broadcast receivers — are activated through messages, called <i>intents</i>.
|