HomeSort by relevance Sort by last modified time
    Searched full:appids (Results 1 - 16 of 16) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAssertedService.java 92 public void setApplicationIdentifiers(String appids) {
93 this.subAppIds = appids;
PPreferredService.java 93 public void setApplicationIdentifiers(String appids) {
94 this.subAppIds = appids;
PAssertedServiceHeader.java 60 public void setApplicationIdentifiers(String appids);
PPreferredServiceHeader.java 60 public void setApplicationIdentifiers(String appids);
  /external/chromium_org/sync/protocol/
synced_notification_data.proto 178 // List of AppIds and whether to treat the list as a Whitelist or Blacklist.
190 // List of AppIds.
199 // List of AppIds and whether it is a blacklist or whitelist.
  /external/chromium_org/chrome/browser/resources/cryptotoken/
webrequest.js 79 var appIds = [];
81 return appIds;
85 if (appId && appIds.indexOf(appId) == -1) {
86 appIds.push(appId);
89 return appIds;
enroller.js 212 // Allow http appIds for http origins. (Broken, but the caller deserves
signer.js 250 // Allow http appIds for http origins. (Broken, but the caller deserves
singlesigner.js 21 * means this gnubby is not currently enrolled for any of the appIds in any
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java 55 * Application entry mapping UUIDs to appIDs and callbacks.
  /external/chromium_org/chrome/browser/resources/ntp4/
apps_page.js 741 var appIds = [];
745 appIds.push(tileContents.appId);
748 chrome.send('reorderApps', [draggedTile.firstChild.appId, appIds]);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification_app_info_service.cc 279 // Add all the AppIds from the protobuf.
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_cfg.c 90 /* appids for PAN used by insight sample application
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerService.java 1540 int[] appids = new int[size]; local
    [all...]
  /external/chromium_org/remoting/host/installer/win/
chromoting.wxs 37 <!-- AppIDs used by the COM components. -->
  /system/core/sdcard/
sdcard.c 124 /* Path to system-provided mapping of package name to appIds */
    [all...]

Completed in 1040 milliseconds