HomeSort by relevance Sort by last modified time
    Searched full:appid (Results 51 - 75 of 167) sorted by null

1 23 4 5 6 7

  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAssertedServiceParser.java 86 String appID = urn.split(ParameterNamesIms.APPLICATION_ID_LABEL+".")[1];
87 if(appID.trim().equals(""))
PPreferredServiceParser.java 124 String appID = urn.split(ParameterNamesIms.APPLICATION_ID_LABEL)[1];
125 if(appID.trim().equals(""))
132 pps.setApplicationIdentifiers(appID);
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintSpooler.java 106 int appId) {
114 componentName, state, appId);
180 public final PrintJobInfo getPrintJobInfo(PrintJobId printJobId, int appId) {
188 printJobId, appId);
475 ComponentName componentName, int state, int appId)
478 target.getPrintJobInfos(mCallback, componentName, state, appId, sequence);
497 int appId) throws RemoteException, TimeoutException {
499 target.getPrintJobInfo(printJobId, mCallback, appId, sequence);
  /external/chromium_org/win8/delegate_execute/
delegate_execute_operation.h 34 // shortcut that has the appId and other 'metro ready' parameters.
  /external/chromium_org/win8/metro_driver/
toast_notification_handler.cc 209 base::string16 appid = local
211 DVLOG(1) << "Chrome Appid is " << appid.c_str();
214 app_user_model_id.Attach(MakeHString(appid));
  /external/chromium_org/chrome/browser/background/
background_contents_service.cc 391 const base::string16& appid = GetParentApplicationId(bgcontents); local
397 base::UTF16ToUTF8(appid), false);
696 const base::string16& appid = GetParentApplicationId(background_contents); local
698 if (pref->GetDictionaryWithoutPathExpansion(base::UTF16ToUTF8(appid),
706 dict->SetString(kFrameNameKey, contents_map_[appid].frame_name);
707 pref->SetWithoutPathExpansion(base::UTF16ToUTF8(appid), dict);
725 const base::string16 appid = GetParentApplicationId(background_contents); local
727 update.Get()->RemoveWithoutPathExpansion(base::UTF16ToUTF8(appid), NULL);
731 const base::string16& appid) {
732 BackgroundContents* contents = GetAppBackgroundContents(appid);
762 base::string16 appid = GetParentApplicationId(background_contents); local
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
requestqueue.js 164 * @param {string} appId Application Id
172 function(appId, origin, beginCb, timer) {
173 var key = appId + origin;
  /external/chromium_org/tools/crx_id/
crx_id.py 38 This gives us the AppID for a chrome extension.
139 # AppID is the MPDecimal of only the first 128 bits of the hash.
147 print 'AppID: %s' % GetCRXAppID(sys.argv[1])
  /frameworks/base/services/core/java/com/android/server/am/
ProviderMap.java 187 private boolean collectForceStopProvidersLocked(String name, int appId,
205 boolean collectForceStopProviders(String name, int appId,
208 boolean didSomething = collectForceStopProvidersLocked(name, appId, doit,
215 if (collectForceStopProvidersLocked(name, appId, doit, evenPersistent,
227 didSomething |= collectForceStopProvidersLocked(name, appId, doit,
  /external/chromium_org/chrome/browser/resources/ntp4/
apps_page.js 165 chrome.send('launchApp', [this.app_.appId, APP_LAUNCH.NTP_APPS_MENU]);
179 chrome.send('setLaunchType', [app.appId, id]);
370 [this.appId, APP_LAUNCH.NTP_APPS_MAXIMIZED, url,
385 [this.appId, APP_LAUNCH.NTP_APPS_MAXIMIZED, '',
478 get appId() {
739 chrome.send('setPageIndex', [draggedTile.firstChild.appId, pageIndex]);
745 appIds.push(tileContents.appId);
748 chrome.send('reorderApps', [draggedTile.firstChild.appId, appIds]);
764 * @param {string} appID The ID of the app.
766 function launchAppAfterEnable(appId) {
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PrintSpoolerService.java 256 int state, int appId) {
266 final boolean sameAppId = appId == PrintManager.APP_ID_ANY
267 || printJob.getAppId() == appId;
293 public PrintJobInfo getPrintJobInfo(PrintJobId printJobId, int appId) {
299 && (appId == PrintManager.APP_ID_ANY
300 || appId == printJob.getAppId())) {
677 private static final String ATTR_APP_ID = "appId";
    [all...]
  /external/libselinux/src/
android.c 528 uid_t appid; local
533 appid = uid % AID_USER;
534 if (appid < AID_APP) {
536 if (android_ids[n].aid == appid) {
543 } else if (appid < AID_ISOLATED_START) {
545 appid -= AID_APP;
548 appid -= AID_ISOLATED_START;
551 if (appid >= CAT_MAPPING_MAX_ID || userid >= CAT_MAPPING_MAX_ID)
630 appid & 0xff,
631 256 + (appid>>8 & 0xff))
    [all...]
  /external/qemu/distrib/libselinux/src/
android.c 521 uid_t appid; local
526 appid = uid % AID_USER;
527 if (appid < AID_APP) {
529 if (android_ids[n].aid == appid) {
536 } else if (appid < AID_ISOLATED_START) {
538 appid -= AID_APP;
541 appid -= AID_ISOLATED_START;
544 if (appid >= CAT_MAPPING_MAX_ID || userid >= CAT_MAPPING_MAX_ID)
623 appid & 0xff,
624 256 + (appid>>8 & 0xff))
    [all...]
  /external/chromium_org/chrome/browser/resources/app_list/
start_page.js 42 * @param {!Array.<!{appId: string,
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
app_shim_menu_controller_mac.mm 310 NSString* appId = base::SysUTF8ToNSString(app->id());
313 if ([appId_ isEqualToString:appId])
317 appId_.reset([appId copy]);
330 [appMenuItem_ setTitle:appId];
  /external/chromium_org/chrome/installer/mini_installer/
configuration.cc 10 #include "chrome/installer/mini_installer/appid.h"
  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x.cc 406 builder.AppendString(app_name_); // appid
433 builder.AppendString(app_name_); // appid
496 builder.AppendString(app_name_); // appid
519 builder.AppendString(app_name_); // appid
556 builder.AppendString(app_name_); // appid
586 builder.AppendString(app_name_); // appid
624 builder.AppendString(app_name_); // appid
657 builder.AppendString(app_name_); // appid
870 builder.AppendString(app_name_); // appid
    [all...]
  /external/chromium_org/chrome/browser/component_updater/
component_updater_ping_manager.cc 87 "<app appid=\"%s\" version=\"%s\" nextversion=\"%s\">"
93 item->id.c_str(), // "appid"
  /external/chromium_org/chrome/browser/resources/chromeos/login/
apps_menu.js 82 if (menuNode.appId == id) {
137 menuItem.appId = app.id;
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/
main.py 25 'license_path': '%(server)s/chromewebstore/v1/licenses/%(appid)s/%(userid)s',
52 'appid': CONFIG['app_id'],
  /external/chromium_org/chrome/installer/util/
browser_distribution.h 102 // Returns the unsuffixed appid of this program.
104 // IMPORTANT: This should only be called by ShellUtil::GetAppId as the appid
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 47 void registerClient(in ParcelUuid appId, in IBluetoothGattCallback callback);
81 void registerServer(in ParcelUuid appId, in IBluetoothGattServerCallback callback);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwpmtypes.h 228 FWP_BYTE_BLOB appId;
470 FWP_BYTE_BLOB appId;
  /external/chromium_org/chrome/browser/
shell_integration_win_unittest.cc 120 // Shortcut 2 points to chrome.exe, but already has the right appid and thus
127 // Shortcut 3 is like shortcut 1, but it's appid is a prefix of the expected
128 // appid instead of being totally different.
136 // Shortcut 4 is like shortcut 1, but it's appid is of the same size as the
137 // expected appid.
  /external/chromium_org/ui/file_manager/file_manager/background/js/
background.js 211 for (var appID in this.appWindows) {
212 if (this.appWindows[appID].contentWindow.appInitialURL === url)
213 result.push(this.appWindows[appID]);
403 contentWindow.appID = this.id_;
695 var appId = FILES_ID_PREFIX + id;
699 appId,
705 opt_callback(appId);

Completed in 528 milliseconds

1 23 4 5 6 7