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

  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PPreferredServiceParser.java 124 String appID = urn.split(ParameterNamesIms.APPLICATION_ID_LABEL)[1];
125 if(appID.trim().equals(""))
132 pps.setApplicationIdentifiers(appID);
PAssertedServiceParser.java 86 String appID = urn.split(ParameterNamesIms.APPLICATION_ID_LABEL+".")[1];
87 if(appID.trim().equals(""))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndfapi.h 59 LPCWSTR appID,
  /external/chromium_org/ui/file_manager/file_manager/background/js/
background.js 219 for (var appID in this.appWindows) {
220 if (this.appWindows[appID].contentWindow.appInitialURL === url)
221 result.push(this.appWindows[appID]);
435 contentWindow.appID = this.id_;
725 var appId = FILES_ID_PREFIX + id;
729 appId,
735 opt_callback(appId);
test_util.js 80 * @param {string} appId AppId of window to be closed.
83 test.util.sync.closeWindow = function(appId) {
84 if (appId in background.appWindows &&
85 background.appWindows[appId].contentWindow) {
86 background.appWindows[appId].close();
115 for (var appId in background.appWindows) {
116 var contentWindow = background.appWindows[appId].contentWindow;
132 background.appWindows[contentWindow.appID].resizeTo(width, height);
689 if (request.appId) {
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/common/js/
util.js 568 return !window.appID;
589 items[window.appID] = JSON.stringify(window.appState);
    [all...]

Completed in 166 milliseconds