HomeSort by relevance Sort by last modified time
    Searched refs:displayed (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /device/asus/deb/self-extractors/
PART1 5 echo The license for this software will now be displayed.
  /device/asus/flo/self-extractors/
PART1 5 echo The license for this software will now be displayed.
  /device/asus/grouper/self-extractors/
PART1 5 echo The license for this software will now be displayed.
  /device/asus/tilapia/self-extractors/
PART1 5 echo The license for this software will now be displayed.
  /device/lge/hammerhead/self-extractors/
PART1 5 echo The license for this software will now be displayed.
  /device/lge/mako/self-extractors/
PART1 5 echo The license for this software will now be displayed.
  /device/samsung/manta/self-extractors/
PART1 5 echo The license for this software will now be displayed.
  /external/smack/src/org/jivesoftware/smackx/packet/
MessageEvent.java 42 * been displayed. This event is to be raised by the XMPP client.</li>
44 * <li>Displayed<br>
45 * Once the message has been received by the recipient's XMPP client, it may be displayed to the
46 * user. This event indicates that the message has been displayed, and is to be raised by the
47 * XMPP client. Even if a message is displayed multiple times, this event should be raised only
63 public static final String DISPLAYED = "displayed";
69 private boolean displayed = false; field in class:MessageEvent
122 * when the message is displayed.
123 * When the message is a notification returns if the message was displayed or not
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallFlowAnalytics.java 310 /** Sets whether permissions were displayed to the user. */
311 void setPermissionsDisplayed(boolean displayed) {
312 setFlagState(FLAG_PERMISSIONS_DISPLAYED, displayed);
315 /** Gets whether permissions were displayed to the user. */
321 * Sets whether new permissions were displayed to the user (if permissions were displayed at
324 void setNewPermissionsDisplayed(boolean displayed) {
325 setFlagState(FLAG_NEW_PERMISSIONS_DISPLAYED, displayed);
329 * Gets whether new permissions were displayed to the user (if permissions were displayed a
    [all...]
  /external/chromium_org/chrome/browser/resources/
about_flash.js 37 // Get data and have it displayed upon loading.
about_nacl.js 40 // Get data and have it displayed upon loading.
about_conflicts.js 62 // Get data and have it displayed upon loading.
components.js 86 // Get data and have it displayed upon loading.
plugins.js 232 * @return {boolean} Whether the plugin's version should be displayed.
241 * @return {boolean} Whether the plugin's description should be displayed.
267 // Get data and have it displayed upon loading.
flags.js 178 // Get data and have it displayed upon loading.
  /external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
background.js 10 * @param {string} mode 'interactive' or 'silent'. The window will be displayed
  /external/chromium/chrome/browser/resources/net_internals/
detailsview.js 97 * Subview that is displayed in the log tab.
114 * Subview that is displayed in the timeline tab.
  /external/chromium_org/chrome/browser/ui/webui/
identity_internals_ui_browsertest.js 41 * Gets the expiration time displayed on the page for a given entry.
51 * Gets the extension id displayed on the page for a given entry.
60 * Gets the extension name displayed on the page for a given entry.
78 * Gets the token ID displayed on the page for a given entry.
87 * Gets the token status displayed on the page for a given entry.
96 * Gets the token scopes displayed on the page for a given entry.
  /external/smack/src/org/jivesoftware/smackx/
MessageEventManager.java 72 * @param displayed specifies if the displayed event is requested.
76 boolean delivered, boolean displayed, boolean composing)
82 messageEvent.setDisplayed(displayed);
247 * Sends the notification that the message was displayed to the sender of the original message
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
NestedFolderTeaserView.java 326 final int displayed = mNestedFolderContainer.getChildCount(); local
327 final int notShown = total - displayed;
350 } else if (displayed > sCollapsedFolderThreshold) {
  /build/target/board/generic/
BoardConfig.mk 55 # image is displayed. This value may be either positive (after the HW vsync)
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
preview_panel.js 36 * Current entry to be displayed.
83 * FileSelection to be displayed.
338 * When it is displayed, the text is animated.
407 * Sets entries to be displayed in the view.
  /external/chromium_org/remoting/webapp/
host_screen.js 110 // If an error is being displayed, then the plugin should not be able to
144 * @param {string} errorTag The error message to be localized and displayed.
  /external/chromium_org/chrome/browser/resources/signin_internals/
signin_internals.js 165 // Replace the displayed values with the latest fetched ones.
  /external/chromium_org/chrome/browser/ui/webui/options/
edit_dictionary_browsertest.js 103 // notification, because the word is displayed immediately after user added

Completed in 316 milliseconds

1 2 3 4