HomeSort by relevance Sort by last modified time
    Searched refs:appId (Results 1 - 12 of 12) sorted by null

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 8 * 1. This user has FREE_TRIAL access to this application ( appId: 1 )
9 * 2. This user has FULL access to this application ( appId: 1 )
10 * 3. This user has NO access to this application ( appId: 1 )
171 This user has <span class="<%= accessLevel.toLowerCase() %>"><%= accessLevel %></span> access to this application ( appId: <%= appId %> )
173 This user has <span class="<%= result.toLowerCase() %>"><%= result %></span> access to this application ( appId: <%= appId %> )
  /packages/apps/Browser/src/com/android/browser/
IntentHandler.java 146 * 1) If this is a voice search, re-use tab for appId
147 * If there is no appId, use current tab
149 * 3-phone) Reuse tab with same appId
152 final String appId = intent
161 // If a voice search has no appId, it means that it came
163 || (activateVoiceSearch && appId != null))
164 && !mActivity.getPackageName().equals(appId)) {
166 Tab appTab = mTabControl.getTabFromAppId(appId);
177 appTab.setAppId(appId);
190 tab.setAppId(appId);
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 152 function launchAppAfterEnable(appId) {
153 chrome.send('launchApp', [appId, APP_LAUNCH.NTP_APP_RE_ENABLE]);
174 * @param {string} appId Application to launch.
179 function launchApp(appId, opt_mouseEvent) {
180 var args = [appId, getAppLaunchType()];
215 var appId = e.currentTarget.getAttribute('app-id');
217 launchApp(appId, e);
450 var appId = this.dragItem.querySelector('a').getAttribute('app-id');
451 var current = this.data.indexOf(appId);
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipCommandInterface.java 261 int serviceClass, String appId, Message response) {
271 String password, int serviceClass, String appId, Message response) {
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 163 int appId = cursor.getInt(COLUMN_APPID);
164 String out = name + "|" + frequency + "|" + locale + "|" + appId;
216 String appid = null; local
219 if (st.hasMoreTokens()) appid = st.nextToken();
221 int appidInt = appid != null? Integer.parseInt(appid) : 0;
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 469 var appId = app.getAttribute('app-id');
470 assert(appId, 'unexpected app without appId');
474 chrome.send('launchApp', [appId, NTP_APPS_MAXIMIZED]);
643 var appId = appElement.getAttribute('app-id');
644 assert(appId);
651 chrome.send('uninstallApp', [appId]);
673 var appId = appElement.getAttribute('app-id');
674 assert(appId);
682 chrome.send('setPageIndex', [appId, pageIndex])
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageManager.java     [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 533 var appId = appElement.getAttribute('app-id');
534 assert(appId);
541 chrome.send('uninstallApp', [appId]);
563 var appId = appElement.getAttribute('app-id');
564 assert(appId);
572 chrome.send('setPageIndex', [appId, pageIndex]);
594 chrome.send('reorderApps', [appId, appIds]);
  /frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java     [all...]
RIL.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 342 String appId, Message result) {
376 String pin, int serviceClass, String appId,
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 291 'Found duplicate appId in reorderApps');

Completed in 1527 milliseconds